Skip to content

Commit

Permalink
Move 'Provider-level Labels Rework' below Provider
Browse files Browse the repository at this point in the history
  • Loading branch information
zli82016 committed Aug 11, 2023
1 parent 6f4b581 commit 51826d8
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit 51826d8

Please sign in to comment.