Skip to content

Commit

Permalink
datacatalog: Added google_data_catalog_tag_template_iam_* (#4590)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmshn authored Mar 19, 2021
1 parent c4a199d commit c09ad36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mmv1/products/datacatalog/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,12 @@ objects:
guides:
'Official Documentation': https://cloud.google.com/data-catalog/docs
api: https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.tagTemplates
iam_policy: !ruby/object:Api::Resource::IamPolicy
method_name_separator: ':'
fetch_iam_policy_verb: :POST
parent_resource_attribute: 'tag_template'
import_format: ["projects/{{project}}/locations/{{region}}/tagTemplates/{{tag_template}}", "{{tag_template}}"]
base_url: projects/{{project}}/locations/{{region}}/tagTemplates/{{tag_template}}
parameters:
- !ruby/object:Api::Type::String
name: region
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/datacatalog/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ overrides: !ruby/object:Overrides::ResourceOverrides
- !ruby/object:Provider::Terraform::Examples
name: "data_catalog_tag_template_basic"
primary_resource_id: "basic_tag_template"
primary_resource_name: "fmt.Sprintf(\"tf_test_my_template%s\", context[\"random_suffix\"])"
vars:
tag_template_id: "my_template"
force_delete: "false"
Expand Down

0 comments on commit c09ad36

Please sign in to comment.