Martin Atkins

Results 1242 comments of Martin Atkins

While I will say I'm not yet feeling 100% sure this is a good fit, I did want to note that the OpenTofu language already has a placeholder for somewhere...

One specific design detail to think about here is whether OpenTofu can and should be able to give immediate feedback to someone who retrofits `enabled` without making sure that all...

It's also worth noting that adding any new "meta-arguments" to `resource`/`data`/`module` blocks is technically a breaking change, because the meta-arguments effectively shadow the namespace of valid resource argument names or...

I attempted this upgrade today, but ran into strange compatibility issues between the AWS provider code at v1.1.0 and the AWS SDK code at v1.12.8 (the version used by AWS...

@radeksimko do you know what's causing the weird build errors I saw above after upgrading? It looks like a mismatch between AWS provider version and AWS SDK version, but I...

The application-specific formatting tools should typically be a _superset_ of the generic HCL formatting, by which I mean that running `terraform fmt` followed by generic HCL format should not undo...

This is a very interesting proposal! I feel worried that the `synctest.Run` characteristic of establishing a "goroutine group" and blocking until it completes might make it an [attractive nuisance](https://en.wikipedia.org/wiki/Attractive_nuisance_doctrine) for...

I don't have sufficient knowledge about Kubernetes or this provider to weigh in on when and how this could be merged, I'm afraid. Seeing this does make me think a...

Hello! I ended up here by following a backlink from https://github.com/hashicorp/terraform/issues/31094, where I was discussing the general problem of rate limits and some specific strategies that the Azure provider might...

The AWS provider's handling of this is rather complicated because it has to deal with the huge variety of different strategies across many different AWS services. So while I don't...