Martin Atkins
Martin Atkins
One compromise that is technically possible today is for a provider's `PlanResourceChange` implementation to make the same request I was imagining in the previous comment -- to check whether a...
I've added the "question" label to represent that we're going to hold on this until we have some signal about whether the developers of the providers most relevant to this...
"Missing" is unfortunately not a concept the import protocol currently includes: an import either succeeds or it fails with an error. So the closest we could get with today's protocol...
After trying a few different search queries :grinning: I eventually found an existing issue for the `hashicorp/aws` provider about detecting likely collisions with existing objects during the planning phase: https://github.com/hashicorp/terraform-provider-aws/issues/14394...
Thanks for starting this discussion, @scheibling! Before I get too far I just want to restate what I understood from your description, to make sure I'm understanding correctly: When making...
In case it's helpful in the meantime: You can automate the removal of items from the `credentials.tfrc.json` (or whatever other credentials storage is currently configured) by running [`tofu logout`](https://opentofu.org/docs/cli/commands/logout/) with...
Hi @erickt! Thanks for this feature request. The discussion you referenced there unfortunately omitted some details about discussions we had internally during the development of module versioning. The most important...
Hi @kenmacleod, Supporting third-party artifact registries was a design goal for our registry-based module installer. [The protocol used for module installation](https://www.terraform.io/docs/registry/api.html) is designed to support multiple implementations, even though so...
Hi @mbenson! Thanks for working on this. Unfortunately the `hclwrite` part of HCL has seen relatively little design investment compared to the rest of HCL because HCL development is driven...
Hi @jgalais! Thanks again for this request. The OpenTofu core team discussed this today. We agree that it's reasonable to generate warnings for unused input variables, and we also think...