File tree Expand file tree Collapse file tree 10 files changed +20
-60
lines changed
beta-autopilot-private-cluster
beta-autopilot-public-cluster
beta-private-cluster-update-variant
beta-public-cluster-update-variant
private-cluster-update-variant Expand file tree Collapse file tree 10 files changed +20
-60
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,8 @@ resource "google_container_cluster" "primary" {
5454 }
5555 }
5656
57- dynamic "gateway_api_config" {
58- for_each = local.gateway_api_channel
59-
60- content {
61- channel = gateway_api_channel.value
62- }
57+ gateway_api_config {
58+ channel = gateway_api_channel.value
6359 }
6460
6561 dynamic "cost_management_config" {
Original file line number Diff line number Diff line change @@ -48,12 +48,8 @@ resource "google_container_cluster" "primary" {
4848 }
4949 }
5050
51- dynamic "gateway_api_config" {
52- for_each = local. gateway_api_channel
53-
54- content {
55- channel = gateway_api_channel. value
56- }
51+ gateway_api_config {
52+ channel = gateway_api_channel. value
5753 }
5854
5955 dynamic "cost_management_config" {
Original file line number Diff line number Diff line change @@ -40,12 +40,8 @@ resource "google_container_cluster" "primary" {
4040 }
4141 }
4242
43- dynamic "gateway_api_config" {
44- for_each = local. gateway_api_channel
45-
46- content {
47- channel = gateway_api_channel. value
48- }
43+ gateway_api_config {
44+ channel = gateway_api_channel. value
4945 }
5046
5147 dynamic "cost_management_config" {
Original file line number Diff line number Diff line change @@ -40,12 +40,8 @@ resource "google_container_cluster" "primary" {
4040 }
4141 }
4242
43- dynamic "gateway_api_config" {
44- for_each = local. gateway_api_channel
45-
46- content {
47- channel = gateway_api_channel. value
48- }
43+ gateway_api_config {
44+ channel = gateway_api_channel. value
4945 }
5046
5147 dynamic "cost_management_config" {
Original file line number Diff line number Diff line change @@ -48,12 +48,8 @@ resource "google_container_cluster" "primary" {
4848 }
4949 }
5050
51- dynamic "gateway_api_config" {
52- for_each = local. gateway_api_channel
53-
54- content {
55- channel = gateway_api_channel. value
56- }
51+ gateway_api_config {
52+ channel = gateway_api_channel. value
5753 }
5854
5955 dynamic "cost_management_config" {
Original file line number Diff line number Diff line change @@ -48,12 +48,8 @@ resource "google_container_cluster" "primary" {
4848 }
4949 }
5050
51- dynamic "gateway_api_config" {
52- for_each = local. gateway_api_channel
53-
54- content {
55- channel = gateway_api_channel. value
56- }
51+ gateway_api_config {
52+ channel = gateway_api_channel. value
5753 }
5854
5955 dynamic "cost_management_config" {
Original file line number Diff line number Diff line change @@ -48,12 +48,8 @@ resource "google_container_cluster" "primary" {
4848 }
4949 }
5050
51- dynamic "gateway_api_config" {
52- for_each = local. gateway_api_channel
53-
54- content {
55- channel = gateway_api_channel. value
56- }
51+ gateway_api_config {
52+ channel = gateway_api_channel. value
5753 }
5854
5955 dynamic "cost_management_config" {
Original file line number Diff line number Diff line change @@ -48,12 +48,8 @@ resource "google_container_cluster" "primary" {
4848 }
4949 }
5050
51- dynamic "gateway_api_config" {
52- for_each = local. gateway_api_channel
53-
54- content {
55- channel = gateway_api_channel. value
56- }
51+ gateway_api_config {
52+ channel = gateway_api_channel. value
5753 }
5854
5955 dynamic "cost_management_config" {
Original file line number Diff line number Diff line change @@ -48,12 +48,8 @@ resource "google_container_cluster" "primary" {
4848 }
4949 }
5050
51- dynamic "gateway_api_config" {
52- for_each = local. gateway_api_channel
53-
54- content {
55- channel = gateway_api_channel. value
56- }
51+ gateway_api_config {
52+ channel = gateway_api_channel. value
5753 }
5854
5955 dynamic "cost_management_config" {
Original file line number Diff line number Diff line change @@ -48,12 +48,8 @@ resource "google_container_cluster" "primary" {
4848 }
4949 }
5050
51- dynamic "gateway_api_config" {
52- for_each = local. gateway_api_channel
53-
54- content {
55- channel = gateway_api_channel. value
56- }
51+ gateway_api_config {
52+ channel = gateway_api_channel. value
5753 }
5854
5955 dynamic "cost_management_config" {
You can’t perform that action at this time.
0 commit comments