terraform-provider-launchdarkly
terraform-provider-launchdarkly copied to clipboard
Document common custom_properties
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"]
}
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