Skip to content

Commit 5fe4c6c

Browse files
authored
Update mmv1/third_party/terraform/website/docs/r/container_cluster.html.markdown
1 parent f9f48a7 commit 5fe4c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mmv1/third_party/terraform/website/docs/r/container_cluster.html.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -1089,13 +1089,13 @@ Structure is [documented below](#nested_node_kubelet_config).
10891089

10901090
* `resource_manager_tags` - (Optional) A map of resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies. Tags must be according to specifications found [here](https://cloud.google.com/vpc/docs/tags-firewalls-overview#specifications). A maximum of 5 tag key-value pairs can be specified. Existing tags will be replaced with new values. Tags must be in one of the following formats ([KEY]=[VALUE]) 1. `tagKeys/{tag_key_id}=tagValues/{tag_value_id}` 2. `{org_id}/{tag_key_name}={tag_value_name}` 3. `{project_id}/{tag_key_name}={tag_value_name}`.
10911091

1092-
* `network_tags` (Optional) - The network tag config for the cluster's automatically provisioned node pools.
1092+
* `network_tags` (Optional) - The network tag config for the cluster's automatically provisioned node pools. Structure is [documented below](#nested_network_tags).
10931093

10941094
<a name="nested_node_kubelet_config"></a>The `node_kubelet_config` block supports:
10951095

10961096
* `insecure_kubelet_readonly_port_enabled` - (Optional) Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
10971097

1098-
The `network_tags` block supports:
1098+
<a name="nested_network_tags"></a>The `network_tags` block supports:
10991099

11001100
* `tags` (Optional) - List of network tags applied to auto-provisioned node pools.
11011101

0 commit comments

Comments
 (0)