Skip to content

Commit 0732dfa

Browse files
committed
Update 6.0 guide
1 parent 8356cc1 commit 0732dfa

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

+10-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Previously `lifecycle_rule.condition.age` attirbute was being set zero value by
213213
Now `lifecycle_rule.condition.no_age` is no longer supported and `lifecycle_rule.condition.age` won't set a zero value by default.
214214
Removed in favor of the field `lifecycle_rule.condition.send_age_if_zero` which can be used to set zero value for `lifecycle_rule.condition.age` attribute.
215215

216-
For a seamless update, if your state today uses `no_age=true`, update it to remove `no_age` and set `send_age_if_zero=false`. If you do not use `no_age=true`, you will need to add `send_age_if_zero=true` to your state to avoid any changes after updating to 6.0.0.
216+
For a seamless update, if your state today uses `no_age=true`, update it to remove `no_age` and set `send_age_if_zero=false`. If you do not use `no_age=true`, you will need to add `send_age_if_zero=true` to your state to avoid any changes after updating to 6.0.0.
217217

218218
## Resource: `google_container_cluster`
219219

@@ -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)