Skip to content

Commit eeeae35

Browse files
move identity_service_config block outside addons_config (#9658) (#6765)
[upstream:1fc256b1e012c3d8a49b29c21cbd8c3531e2c1d2] Signed-off-by: Modular Magician <[email protected]>
1 parent 016ccd5 commit eeeae35

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.changelog/9658.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```release-note:none
2+
```

website/docs/r/container_cluster.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,8 @@ subnetwork in which the cluster's instances are launched.
345345
[Google IAM Service Account](https://cloud.google.com/iam/docs/service-accounts#user-managed_service_accounts).
346346
Structure is [documented below](#nested_workload_identity_config).
347347

348+
* `identity_service_config` - (Optional). Structure is [documented below](#nested_identity_service_config).
349+
348350
* `enable_intranode_visibility` - (Optional)
349351
Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network.
350352

@@ -426,8 +428,6 @@ Fleet configuration for the cluster. Structure is [documented below](#nested_fle
426428
* `istio_config` - (Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)).
427429
Structure is [documented below](#nested_istio_config).
428430

429-
* `identity_service_config` - (Optional). Structure is [documented below](#nested_identity_service_config).
430-
431431
* `dns_cache_config` - (Optional).
432432
The status of the NodeLocal DNSCache addon. It is disabled by default.
433433
Set `enabled = true` to enable.

0 commit comments

Comments
 (0)