Skip to content

Commit

Permalink
Update 6.0 guide
Browse files Browse the repository at this point in the history
  • Loading branch information
zli82016 committed Aug 1, 2024
1 parent 5c36039 commit 7811bc5
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,15 @@ on the resource through Terraform and the default labels configured on the provi
* The new output-only `effective_labels` field lists all of labels present on the resource
in GCP, including the labels configured through Terraform, the system, and other clients.

## Data source: `google_container_cluster`

### Three label-related fields are now present

All three of `resource_labels`, `effective_labels` and `terraform_labels` will now be present.
All of these three fields include all of the labels present on the resource in GCP including
the labels configured through Terraform, the system, and other clients, equivalent to
`effective_labels` on the resource.

## Resource: `google_edgenetwork_network`

### Three label-related fields are now present
Expand Down

0 comments on commit 7811bc5

Please sign in to comment.