Skip to content

Commit

Permalink
Update TagKey.yaml (hashicorp#7745)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician committed Apr 18, 2023
1 parent 560b6a1 commit cc254c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/7745.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none
Update the docs for project parented tags.
```
2 changes: 1 addition & 1 deletion google/resource_tags_tag_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func ResourceTagsTagKey() *schema.Resource {
Type: schema.TypeString,
Required: true,
ForceNew: true,
Description: `Input only. The resource name of the new TagKey's parent. Must be of the form organizations/{org_id}.`,
Description: `Input only. The resource name of the new TagKey's parent. Must be of the form organizations/{org_id} or projects/{project_id_or_number}.`,
},
"short_name": {
Type: schema.TypeString,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/tags_tag_key.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The following arguments are supported:

* `parent` -
(Required)
Input only. The resource name of the new TagKey's parent. Must be of the form organizations/{org_id}.
Input only. The resource name of the new TagKey's parent. Must be of the form organizations/{org_id} or projects/{project_id_or_number}.

* `short_name` -
(Required)
Expand Down

0 comments on commit cc254c4

Please sign in to comment.