Skip to content

Commit 39b6756

Browse files
Add support secret manager csi addon in beta (#10841) (#18303)
[upstream:3fc405dc19dd59b313710b2d8cd95ac57c109329] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent e9cbd19 commit 39b6756

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

website/docs/r/container_cluster.html.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,10 @@ region are guaranteed to support the same version.
292292
[PodSecurityPolicy](https://cloud.google.com/kubernetes-engine/docs/how-to/pod-security-policies) feature.
293293
Structure is [documented below](#nested_pod_security_policy_config).
294294

295+
* `secret_manager_config` - (Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) Configuration for the
296+
[SecretManagerConfig](https://cloud.google.com/secret-manager/docs/secret-manager-managed-csi-component) feature.
297+
Structure is [documented below](#nested_secret_manager_config).
298+
295299
* `authenticator_groups_config` - (Optional) Configuration for the
296300
[Google Groups for GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/role-based-access-control#groups-setup-gsuite) feature.
297301
Structure is [documented below](#nested_authenticator_groups_config).
@@ -1106,6 +1110,10 @@ notification_config {
11061110
* `enabled` (Required) - Enable the PodSecurityPolicy controller for this cluster.
11071111
If enabled, pods must be valid under a PodSecurityPolicy to be created.
11081112

1113+
<a name="nested_secret_manager_config"></a>The `secret_manager_config` block supports:
1114+
1115+
* `enabled` (Required) - Enable the Secret Manager add-on for this cluster.
1116+
11091117
<a name="nested_private_cluster_config"></a>The `private_cluster_config` block supports:
11101118

11111119
* `enable_private_nodes` (Optional) - Enables the private cluster feature,

0 commit comments

Comments
 (0)