Skip to content

Commit

Permalink
Update resource tag definition doc link for google_bigquery_dataset a…
Browse files Browse the repository at this point in the history
…nd google_bigquery_table (#12834)

[upstream:0d15c5ae3ba57955c43d0b22786920b73706f312]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician committed Jan 23, 2025
1 parent 2139edf commit 631c1f2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changelog/12834.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 1 addition & 1 deletion google/services/bigquery/resource_bigquery_dataset.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Changing this forces a new resource to be created.`,
Description: `The tags attached to this table. Tag keys are globally unique. Tag key is expected to be
in the namespaced format, for example "123456789012/environment" where 123456789012 is the
ID of the parent organization or project resource for this tag key. Tag value is expected
to be the short name, for example "Production". See [Tag definitions](/iam/docs/tags-access-control#definitions)
to be the short name, for example "Production". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions)
for more details.`,
Elem: &schema.Schema{Type: schema.TypeString},
},
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/bigquery_dataset.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ The following arguments are supported:
The tags attached to this table. Tag keys are globally unique. Tag key is expected to be
in the namespaced format, for example "123456789012/environment" where 123456789012 is the
ID of the parent organization or project resource for this tag key. Tag value is expected
to be the short name, for example "Production". See [Tag definitions](/iam/docs/tags-access-control#definitions)
to be the short name, for example "Production". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions)
for more details.

* `external_catalog_dataset_options` -
Expand Down
3 changes: 2 additions & 1 deletion website/docs/r/bigquery_table.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ The following arguments are supported:
globally unique. Tag key is expected to be in the namespaced format, for
example "123456789012/environment" where 123456789012 is the ID of the
parent organization or project resource for this tag key. Tag value is
expected to be the short name, for example "Production".
expected to be the short name, for example "Production". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions)
for more details.

* `external_catalog_table_options` - (Optional, [Beta]
(https://terraform.io/docs/providers/google/guides/provider_versions.html))
Expand Down

0 comments on commit 631c1f2

Please sign in to comment.