terraform-provider-launchdarkly icon indicating copy to clipboard operation
terraform-provider-launchdarkly copied to clipboard

Document common custom_properties

Open houserx-jmcc opened this issue 2 years ago • 1 comments

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 avatar Apr 12 '23 18:04 houserx-jmcc

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

ldhenry avatar Apr 17 '23 14:04 ldhenry