Jon Ward
Jon Ward
Terragrunt: 0.38.4 (using Alicloud OSS remote backend) Hello, Thanks for all the great work on Terragrunt! I've noticed an issue where auto-init always runs even when it shouldn't need to....
**Is your feature request related to a problem? Please describe.** I'm setting up a multi-dc cluster and relying on Ingress resources listening on port 443 for communication between clusters. I...
Hi, Currently there are no resources available to manage the Alicloud Secrets Engine in Terraform. https://www.vaultproject.io/docs/secrets/alicloud This is a feature request to provide `vault_alicloud_secret_backend` and `vault_alicloud_secret_backend_role` resources.
### Is there an existing issue for this? - [X] Yes, I have searched the existing issues and none of them match my problem. ### Product Variant Cloud (http://rxresu.me) ###...
I am trying to conditionally set an environment variable depending on the value of a `local` variable. Simplified terragrunt.hcl: ``` locals { k8s_cluster = "mycluster" } terraform { extra_arguments "k8s_provider"...