You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/website/docs/guides/version_6_upgrade.html.markdown
+10-1
Original file line number
Diff line number
Diff line change
@@ -213,7 +213,7 @@ Previously `lifecycle_rule.condition.age` attirbute was being set zero value by
213
213
Now `lifecycle_rule.condition.no_age` is no longer supported and `lifecycle_rule.condition.age` won't set a zero value by default.
214
214
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.
215
215
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.
217
217
218
218
## Resource: `google_container_cluster`
219
219
@@ -226,6 +226,15 @@ on the resource through Terraform and the default labels configured on the provi
226
226
* The new output-only `effective_labels` field lists all of labels present on the resource
227
227
in GCP, including the labels configured through Terraform, the system, and other clients.
228
228
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
0 commit comments