Jesús Manuel Navarro López

Results 7 comments of Jesús Manuel Navarro López

I can confirm this bug is still present on terraform v0.13.0.

> However, if you install for all users, you must make the installation writable by all users, and should make it clear that users are subject to potential conflicts if...

First of all, thanks for this tool. It seems I've been bitten by this bug too: Code snippet: ``` apply_rc, apply_stdout, apply_stderr = tf_apply.apply( no_color = IsNotFlagged, auto_approve = IsFlagged,...

I also found what seems a related behaviour when creating intentions on a federated secondary datacenter. Terraform successfully creates intentions when pointing to the primary but fails when pointing to...

> > I opened a PR to fix this. @remilapeyre can you take a look? #385 > > I published the patched version to the registry to make it easier...

> Thanks for testing my patch @next-jesusmanuelnavarro My patch currently fixes the following resources: > So to also fix it, I need to figure out: > * Which resources (referred...

Wouldn't `terraform --version` itself suffice? i.e.: ```sh $ terraform --version --json | jq -r .terraform_version 1.5.5 $ ``` Note that tfenv is meant to *"dynamically"* load Terraform, so it may...