Skip to content

Commit 91009b9

Browse files
committed
Update 6.0 guide
1 parent 8356cc1 commit 91009b9

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
@@ -226,6 +226,15 @@ on the resource through Terraform and the default labels configured on the provi
226226
* The new output-only `effective_labels` field lists all of labels present on the resource
227227
in GCP, including the labels configured through Terraform, the system, and other clients.
228228

229+
## Data source: `google_container_cluster`
230+
231+
### Three label-related fields are now present
232+
233+
All three of `resource_labels`, `effective_labels` and `terraform_labels` will now be present.
234+
All of these three fields include all of the labels present on the resource in GCP including
235+
the labels configured through Terraform, the system, and other clients, equivalent to
236+
`effective_labels` on the resource.
237+
229238
## Resource: `google_edgenetwork_network`
230239

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

0 commit comments

Comments
 (0)