From 51826d89993a600a81516ccfaa09d6617c026f88 Mon Sep 17 00:00:00 2001 From: Zhenhua Li Date: Fri, 11 Aug 2023 13:28:30 -0700 Subject: [PATCH] Move 'Provider-level Labels Rework' below Provider --- .../docs/guides/version_5_upgrade.html.markdown | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/mmv1/third_party/terraform/website/docs/guides/version_5_upgrade.html.markdown b/mmv1/third_party/terraform/website/docs/guides/version_5_upgrade.html.markdown index 8f9bd4e541cc..4fb4b9ca7eee 100644 --- a/mmv1/third_party/terraform/website/docs/guides/version_5_upgrade.html.markdown +++ b/mmv1/third_party/terraform/website/docs/guides/version_5_upgrade.html.markdown @@ -86,9 +86,11 @@ terraform { } ``` +## Provider + ## Provider-level Labels Rework -The labels and annotations are key-value pairs attached on Google cloud resources. Cloud labels are used for organizing resources, filtering resources, breaking down billing, and so on. Annotations are used to attach metadata to Kubernetes resources. +Labels and annotations are key-value pairs attached on Google cloud resources. Cloud labels are used for organizing resources, filtering resources, breaking down billing, and so on. Annotations are used to attach metadata to Kubernetes resources. Not all of Google cloud resources support labels and annotations. Please check the Terraform Google provider resource documentation to figure out if the resource supports the `labels` and `annotations` fields. @@ -116,12 +118,6 @@ The new annotations model is similar to the new labels model and will be applied There are now two annotation-related fields with the new model, the `annotations` and the output-only `effective_annotations` fields. -## Provider - -### Provider-level change example header - -Description of the change and how users should adjust their configuration (if needed). - ## Datasources ## Datasource: `google_product_datasource`