Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

google_data_catalog_tag_template missing description for fields #8810

Labels
Milestone

Comments

@geirsagberg
Copy link
Contributor

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment. If the issue is assigned to the "modular-magician" user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If the issue is assigned to a user, that user is claiming responsibility for the issue. If the issue is assigned to "hashibot", a community member has claimed the issue already.

Description

When attempting to create a set of Data Catalog tag templates via Terraform, I noticed description is not a valid property for the fields block. Would be very good to be able to set field description declaratively alongside display name and other properties.

New or Affected Resource(s)

google_data_catalog_tag_template

Potential Terraform Configuration

resource google_data_catalog_tag_template my_template {
  tag_template_id = "my_template"
  display_name = "My template
  fields {
    field_id = "owner"
    display_name = "Owner"
    description = "The owner of the dataset" # This property can't be set currently
    type {
      primitive_type = "STRING"
    }
}

References

Description can be set via REST API: https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.tagTemplates.fields#TagTemplateField

@ghost ghost added enhancement labels Mar 31, 2021
geirsagberg added a commit to geirsagberg/terraform-provider-google that referenced this issue Mar 31, 2021
geirsagberg added a commit to geirsagberg/terraform-provider-google that referenced this issue Mar 31, 2021
@megan07 megan07 added the size/s label Apr 5, 2021
@megan07 megan07 added this to the Goals milestone Apr 5, 2021
modular-magician added a commit to modular-magician/terraform-provider-google that referenced this issue Apr 6, 2021
…ashicorp#4650)

Co-authored-by: Geir Sagberg <geir.sagberg@gmail.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
modular-magician added a commit that referenced this issue Apr 6, 2021
…8851)

Co-authored-by: Geir Sagberg <geir.sagberg@gmail.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Geir Sagberg <geir.sagberg@gmail.com>
@ghost
Copy link

ghost commented May 7, 2021

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!

@ghost ghost locked as resolved and limited conversation to collaborators May 7, 2021
@github-actions github-actions bot added forward/review In review; remove label to forward service/datacatalog labels Jan 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.