Skip to content

Commit

Permalink
Merge pull request hashicorp#1687 from johnsw87/patch-1
Browse files Browse the repository at this point in the history
Update to private clusters
  • Loading branch information
paddycarver authored Jul 6, 2018
2 parents dea25ba + 2d55cc0 commit d690973
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/r/container_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ output "cluster_ca_certificate" {
Structure is documented below.

* `private_cluster` - (Optional, [Beta](/docs/providers/google/index.html#beta-features)) If true, a
[private cluster](https://cloud.google.com/kubernetes-engine/docs/how-to/private-clusters) will be created, which makes
the master inaccessible from the public internet and nodes do not get public IP addresses either. It is mandatory to specify
`master_ipv4_cidr_block` and `ip_allocation_policy` with this option.
[private cluster](https://cloud.google.com/kubernetes-engine/docs/how-to/private-clusters) will be created, meaning
nodes do not get public IP addresses. It is mandatory to specify `master_ipv4_cidr_block` and
`ip_allocation_policy` with this option.

* `project` - (Optional) The ID of the project in which the resource belongs. If it
is not provided, the provider project is used.
Expand Down

0 comments on commit d690973

Please sign in to comment.