Skip to content

Commit 299027b

Browse files
docs: google_container_cluster private endpoint enforcement location (#13022) (#9313)
[upstream:2e3abdfb4c62ec208e2864ebffaa9f48a8e2b90e] Signed-off-by: Modular Magician <[email protected]>
1 parent 78052a3 commit 299027b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.changelog/13022.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/r/container_cluster.html.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -823,15 +823,15 @@ This block also contains several computed attributes, documented below.
823823
* `gcp_public_cidrs_access_enabled` - (Optional) Whether Kubernetes master is
824824
accessible via Google Compute Engine Public IPs.
825825

826+
* `private_endpoint_enforcement_enabled` - (Optional) Whether authorized networks is enforced on the private endpoint or not.
827+
826828
The `master_authorized_networks_config.cidr_blocks` block supports:
827829

828830
* `cidr_block` - (Optional) External network that can access Kubernetes master through HTTPS.
829831
Must be specified in CIDR notation.
830832

831833
* `display_name` - (Optional) Field for users to identify CIDR blocks.
832834

833-
* `private_endpoint_enforcement_enabled` - (Optional) Whether authorized networks is enforced on the private endpoint or not.
834-
835835
<a name="nested_network_policy"></a>The `network_policy` block supports:
836836

837837
* `provider` - (Optional) The selected network policy provider. Defaults to PROVIDER_UNSPECIFIED.

0 commit comments

Comments
 (0)