You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I wanted to make my changes accordingly in my local test config. While playing with the below resource configuration in Intellij IDEA (which uses hints from the TF plugin) I see a seemingly contradictory deprecation notice on the environment attribute.
I've had a look at when each commit is dated, the line in the documentation is 13 months ago, the deprecation notice is from 2 years ago, so I'd assume that I am supposed to add environment blocks inside launchrarkly_project blocks instead of separate launchdarkly_environment definitions.
I'd appreciate it if you could please confirm if I'm right about all this. TIA!
The text was updated successfully, but these errors were encountered:
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 personally familiar with the IDEA plugin, but it seems like the provider version it is using to grab descriptions is outdated. There may be a way to update the the plugin's provider versions, but I will have to do some research to find out.
In the mean time, can you paste the output of terraform -v to help us debug this issue?
$ terraform --version
Terraform v1.0.0
on linux_amd64
Your version of Terraform is out of date! The latest version
is 1.0.9. You can update by downloading from https://www.terraform.io/downloads.html
Hello,
Just learning about LD and setting up our first config repos in TF.
As I was reading the documentation on
launchdarkly_environment
at https://registry.terraform.io/providers/launchdarkly/launchdarkly/latest/docs/resources/environmentI came across this line: https://github.com/launchdarkly/terraform-provider-launchdarkly/blame/master/website/docs/r/environment.html.markdown#L14
So I wanted to make my changes accordingly in my local test config. While playing with the below resource configuration in Intellij IDEA (which uses hints from the TF plugin) I see a seemingly contradictory deprecation notice on the
environment
attribute.I don't know where these tooltips are from, but it seems similar to this line: https://github.com/launchdarkly/terraform-provider-launchdarkly/blame/master/CHANGELOG.md#L342
I've had a look at when each commit is dated, the line in the documentation is 13 months ago, the deprecation notice is from 2 years ago, so I'd assume that I am supposed to add
environment
blocks insidelaunchrarkly_project
blocks instead of separatelaunchdarkly_environment
definitions.I'd appreciate it if you could please confirm if I'm right about all this. TIA!
The text was updated successfully, but these errors were encountered: