Skip to content

Commit 75009b0

Browse files
authored
Merge pull request hashicorp#1663 from garethjevans/resourcelabels
Added ability to configure resource labels on a GKE cluster
2 parents 69b2ccd + 137e9fa commit 75009b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/r/container_cluster.html.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ output "cluster_ca_certificate" {
172172

173173
* `remove_default_node_pool` - (Optional) If true, deletes the default node pool upon cluster creation.
174174

175+
* `resource_labels` - (Optional) The GCE resource labels (a map of key/value pairs) to be applied to the cluster.
176+
175177
* `subnetwork` - (Optional) The name or self_link of the Google Compute Engine subnetwork in
176178
which the cluster's instances are launched.
177179

0 commit comments

Comments
 (0)