Kenneth Garza
Kenneth Garza
i've seen this as well, i noticed that when the `is_editable` is set to `true` it actually does not apply to the octopus variable in octo, as its still editable,...
+1 this is something my team has been needing for a while.
for the time being I am using the `restapi` terraform module. You can see a working example POC i created to help you through. https://github.com/kennethgarza/terraform-script-module-null-resource-poc
> We have a very similar use-case: our AWS account configuration is managed using Terraform. `import` blocks provide a good way to handle our existing accounts but that won't work...
> Workaround - Give your `resource "octopusdeploy_variable"` a unique `description` > This bug still exists in 0.13, however I can confirm that this workaround does resolve this issue. Without the...