Martin Atkins

Results 1242 comments of Martin Atkins

The "shared cache" mentioned in this error message is the "read-through cache" I was talking about in my comment there, so I guess you have that enabled and thus what...

If you are seeing `terraform init` not populate the full set of `zh:` locks listed in the origin registry for a particular provider even though you are not using a...

We've made a change in the `main` branch, for the forthcoming Terraform v1.4 release, which changes the interaction between the dependency lock file and the global cache directory in order...

I've done a little more research into what it might take to support this today. There are some significant architectural challenges to overcome before we could support _dynamically_ associating a...

While this issue is talking about _module_ versions in particular, I just wanted to add to the above that one way that we're (finally) using build metadata for provider versioning...

Hi @FernandoMiguel! Thanks for starting this discussion. This definitely seems like a good feature. The challenge, as I'm sure you can imagine, is in figuring out what is the right...

Implementing something like what you described could potentially be allowed as long as the attribute in question is not _computed_, which is to say that its value is a known...

There are no plans to include this in Terraform v0.12. The scope of Terraform v0.12 is now closed, because its release process is already underway. As I described in my...

Hi @wyardley! I think we must have a duplicate of this issue somewhere, because I know I've already posted what I'm about to write _somewhere_ before, but since I can't...

In addition to @bastiandg's suggestion, there's a more general form of this which allows more detailed conditions that conditionally exclude only a subset of the elements in input map or...