Martin Atkins
Martin Atkins
Indeed, as far as I know this is the only issue discussing the idea of check blocks alone being dynamically disabled, so I think leaving it open makes sense. My...
A correction on what I said in an earlier comment: Currently `data` blocks nested inside `check` blocks are not allowed to use either `count` or `for_each` arguments, and so adding...
Heh, funny coincidence that on Friday I was looking at this and wondering if it was actually still needed, but found references to it that I wasn't familiar with and...
Hi @dreinhardt-terminus! Thanks for reporting this. I would expect the behavior similar to what you observed here if either `var.pull_request_bypassers` or `var.gh_app_ids` had a value that can't be determined during...
(Just a little comment spam to backlink this from its related issue https://github.com/hashicorp/terraform/issues/30937)
Hi @jorhett! Sorry for this misbehavior, and thanks for reporting it. From your reproduction steps, it sounds like you ran `terraform init` with Terraform v1.7, and then later ran `terraform...
Thanks for sharing this, @dimoschi. These new S3 features seem more motivated by legal/compliance than by being a synchronization mechanism, so I think we'll need to study more closely to...
Hi @michaelbrewer, Terraform aims to outsource the general problem of launching a browser to the upstream library [`github.com/pkg/browser`](https://github.com/pkg/browser), since there are various different conventions on different platforms and so this...
I expect we would also be willing to switch to an actively-maintained fork, particularly if it offered equivalent functionality plus the additional environment variable you want. I do see https://github.com/pkg/browser/issues/41...
The main challenge with following the lead of other implementations is that unless we're compatible with what those other implementations expect then we've made things harder rather than easier, because...