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

Document common custom_properties #141

Open
houserx-jmcc opened this issue Apr 12, 2023 · 1 comment
Open

Document common custom_properties #141

houserx-jmcc opened this issue Apr 12, 2023 · 1 comment

Comments

@houserx-jmcc
Copy link

When using custom properties with a plugin like JIRA, the user doesn't get to set or explicitly see the name or key. This makes it difficult to know how to represent these values in terraform. From looking at the web page source my guess would be the following, but its unclear:

  custom_properties {
    key   = "jira.issues"
    name  = "Jira issues"
    value = ["XXX-123"]
  }
@houserx-jmcc houserx-jmcc changed the title Document common custom_properties for TF Document common custom_properties Apr 12, 2023
@ldhenry
Copy link
Collaborator

ldhenry commented Apr 17, 2023

Hey @houserx-jmcc, Thanks for the feedback. I'll create an internal ticket to track this work. In the meantime, you example for Jira custom properties looks correct to me.

Thanks,
Henry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants