Skip to content

Commit

Permalink
docs: tiny update
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-new-relic authored Jul 17, 2024
1 parent f361485 commit 1fa45d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/r/entity_tags.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ The following arguments are supported:

All nested `tag` blocks support the following common arguments:

* `key` - (Required) The tag key should not use reserved keys (also known as immutable keys), such as account or accountId. It's recommended to choose a unique and descriptive key that does not conflict with existing reserved keys.
* `key` - (Required) The key of the tag.

-> **NOTE:** One should not use reserved (immutable) keys with this resource. It is recommended to choose unique and descriptive keys which do not conflict with existing reserved keys.
* `values` - (Required) The tag values.

## Import
Expand Down

0 comments on commit 1fa45d1

Please sign in to comment.