Skip to content

Commit

Permalink
Un-guard node_locations on google_container_node_pool resource (#3444) (
Browse files Browse the repository at this point in the history
#2020)

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Apr 30, 2020
1 parent 63799c1 commit cb0ab99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/3444.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
* container: added `node_locations` to `google_container_node_pool` and `google_container_cluster.node_pool` (now available in GA)
```
2 changes: 1 addition & 1 deletion website/docs/r/container_node_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ this will force recreation of the resource.
See the [official documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/flexible-pod-cidr)
for more information.

* `node_locations` - (Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html))
* `node_locations` - (Optional)
The list of zones in which the node pool's nodes should be located. Nodes must
be in the region of their regional cluster or in the same region as their
cluster's zone for zonal clusters. If unspecified, the cluster-level
Expand Down

0 comments on commit cb0ab99

Please sign in to comment.