Skip to content

Commit 7811bc5

Browse files
committed
Update 6.0 guide
1 parent 5c36039 commit 7811bc5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

mmv1/third_party/terraform/website/docs/guides/version_6_upgrade.html.markdown

+9
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,15 @@ on the resource through Terraform and the default labels configured on the provi
216216
* The new output-only `effective_labels` field lists all of labels present on the resource
217217
in GCP, including the labels configured through Terraform, the system, and other clients.
218218

219+
## Data source: `google_container_cluster`
220+
221+
### Three label-related fields are now present
222+
223+
All three of `resource_labels`, `effective_labels` and `terraform_labels` will now be present.
224+
All of these three fields include all of the labels present on the resource in GCP including
225+
the labels configured through Terraform, the system, and other clients, equivalent to
226+
`effective_labels` on the resource.
227+
219228
## Resource: `google_edgenetwork_network`
220229

221230
### Three label-related fields are now present

0 commit comments

Comments
 (0)