Troy Knapp
Troy Knapp
I have a similar issue with using brew on WSL. I use tfenv to manage the version of Terraform and it downloads and manages it via brew. Terraform works via...
- [x] IDE version (`Help->About->Copy to Clipboard`): `JetBrains Rider 2019.3.4` - [x] intellij-hcl plugin version (`Settings->Plugins`): `0.7.7` - [x] Terraform version (`terraform -v`) `Terraform v0.12.24 provider.aws v2.57.0` This seems to...
tfenv is configured differently for me. Here's an example: ``` ❯ which terraform /home/linuxbrew/.linuxbrew/bin/terraform ❯ which terraform /home/linuxbrew/.linuxbrew/bin/terraform ❯ terraform version Terraform v1.1.7 on linux_amd64 Your version of Terraform is...
A plan for us takes upwards of 30 minutes to execute due to having so many different environments. This isn't conducive to a healthy CI/CD where we want to fail...
@xiaxyi I totally understand why it was defaulted that way, and yes setting `premium_messaging_partitions = 1` stops terraform from replacing it. However, setting `premium_messaging_partitions = 1` as default will break...
> @xiaxyi I totally understand why it was defaulted that way, and yes setting `premium_messaging_partitions = 1` stops terraform from replacing it @xiaxyi I apologize if the above wasn't clear...
I'm not 100% sure my use case is applicable or not but I use a global module to hold general config info about all my various workspaces. Would I be...
This isn't directly related, but I wanted to add another potential use case in the future related to the evaluation of constant locals that is an annoyance of mine. I...
@cube2222 I totally understand the concern. However, I don't feel like your suggested alternatives are adequate. The idea that I need to pay money for a TACOS or use Terragrunt...