Martin Atkins

Results 1242 comments of Martin Atkins

Hi @Nuru! Thanks for sharing this. I think this is roughly the same as the existing issue #24128. Although that one was talking about short circuit in general (not evaluating...

Hi @acdha, The forthcoming v0.14.0 release is going to have [a new mechanism for tracking dependencies](https://discuss.hashicorp.com/t/terraform-0-14-the-dependency-lock-file/15696) so that you will no longer need to manually pin specific versions of providers....

Hi @badarsebard! Thanks for this feature request. Terraform performs many actions that are likely to require different strategies in a WebAssembly context: * Accessing files on local disk. * Making...

Thanks for that extra context, @badarsebard. That does seem like we would need to find answers to most of the problems I posed in my previous comment, then. Running Terraform...

Hi all, We have intentionally not implemented any new features that treat strings as templates because our experience with `template_file` was that it constantly confused people that it required providing...

Indeed, it's not clear whether the template provider will ever see new releases for platforms that didn't exist when it was last released. For the moment Terraform CLI itself is...

Hi @jonbrouse! Thanks for sharing this use-case. Being able to mark things as deprecated definitely seems like a good idea. For outputs in particular things are tricky though, because Terraform...

As far as I'm aware, there is not yet any clear design for how to reliably determine when referring to a particular output value in a calling module, and I...

Hi all! I just ran across this thanks to following a link from someone asking why `hclq` doesn't work with modern Terraform configurations. I work on Terraform at HashiCorp and...

A common existing way to meet policy-related use-cases is to save a plan file (`terraform plan -out=tfplan`), have Terraform generate a JSON-based summary of it (`terraform show -json tfplan`), inspect...