Henry Barrow
Henry Barrow
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
Hey @jsearles, Thanks for bringing this to our attention. It does seem like the `launchdarkly_project` data source would be a good home for this. Out of curiosity, what is your...
Hey @kiddom-kq, This sounds like a good idea. Currently, this setting can only be modified via session auth so we will have to do some work on the back end...
Thanks @wondersd, this is not ideal. When you get a chance can you you share the output of `terraform -v` to help me reproduce this issue? Thanks, Henry
I'll prioritize #30 for now since it is affecting you more frequently. However, I do want to get to the bottom of this so please do post any logs if...
Excellent. Thanks for the resource and logs. This should help narrow things down.
Hi @disposedtrolley, We have been having trouble reproducing this error on our side. If possible can you share any relevant resource config and the output of `terraform -v`? Thanks, Henry
Hey @rjauregui-ledger, I'm sorry to hear you're running into this issue. Would it be possible to provide us with a snippet of the resource that is causing you problems to...
Hey @jmhodges-color, Have you tried using the `launchdarkly_audit_log_subscription` resource to provision the integration configuration in terraform? The following can be used to configure the Honeycomb integration: ```hcl resource "launchdarkly_audit_log_subscription" "honeycomb_example_test"...
Hey @zsolt-p, Thanks for bringing this to our attention. In versions 2+ of the Terraform provider we do encourage the use of nested `environments` blocks inside the `launchdarkly_project`. I'm not...