Skip to content

Commit

Permalink
Add more spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
zli82016 committed Aug 10, 2023
1 parent 67aa6b2 commit 6f4b581
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Provider-level default annotations are not supported.

### Resource labels

The new labels model will be applied to all of the resources with the top level `labels` field or the nested `labels` field inside the top level`metadata` field. Some labels fields are for child resources, so the new model will not be applied to labels fields for child resources.
The new labels model will be applied to all of the resources with the top level `labels` field or the nested `labels` field inside the top level `metadata` field. Some labels fields are for child resources, so the new model will not be applied to labels fields for child resources.

There are now three label-related fields with the new model:

Expand All @@ -112,7 +112,7 @@ After upgrading to `5.0.0`, and then running `terraform refresh` or `terraform a

### Resource annotations

The new annotations model is similar to the new labels model and will be applied to all of the resources with the top level `annotations` field or the nested `annotations` field inside the top level`metadata` field.
The new annotations model is similar to the new labels model and will be applied to all of the resources with the top level `annotations` field or the nested `annotations` field inside the top level `metadata` field.

There are now two annotation-related fields with the new model, the `annotations` and the output-only `effective_annotations` fields.

Expand Down

0 comments on commit 6f4b581

Please sign in to comment.