The Terraform Team

Results 9 comments of The Terraform Team
trafficstars

Hi @tomasaschan, `prevent_destroy` cannot support references like that, so if you are not seeing an error then the bug is that the error isn't being shown; the reference will still...

Thanks for sharing this use-case, @vsimon! One thing we'd need to think about for `sortsemver` that doesn't apply to `sort` is that semver does not define a _total order_ over...

Hi @vsimon, The problem is that in order to produce a flat list we need to decide on _some_ ordering for the build metadata, whether it be to order them...

Hi @shaunc, You can already use `triggers` in `null_resource` as a place to retain data you need at destroy time: ```hcl resource "null_resource" "foo" { triggers { interpreter = var.local_exec_interpreter...

Hi @ralbertazzi, `terraform fmt` currently concerns itself primarily with horizontal whitespace: indentation and alignment. It currently preserves vertical whitespace (newlines) as-is. The rationale for this is that horizontal alignment is...

Hi @tomasaschan! Thanks for sharing this use-case. `terraform fmt` is currently only makes changes to horizontal spacing (indentation and alignment) and leaves vertical spacing (newlines) untouched, so it's working as...

Thanks for sharing this use-case, @timurb! As a way to get something like what you're looking for today, note that the `region` argument for the AWS provider can also be...

Please do not post "+1" comments here, since it creates noise for others watching the issue and ultimately doesn't influence our prioritization because we can't actually report on these. Instead,...

Thanks for sharing this proposal, @stevehorsfield! We want to be very clear up front that we have a strong preference for finding ways to meet your use-cases within the existing...