Martin Atkins
Martin Atkins
(Sorry for the barrage of comments. I'm trying to keep separate things separate but in practice these things are kinda unavoidably connected to one another. 😀 ) Although OpenTofu can...
This PR is from a no-longer-existing GitHub account and has become conflicted, so I'm going to close it. I don't intend this to mean that a change like this would...
I'm afraid I don't remember what exactly we decided either, but the original idea here was to remove this page completely, and I expect we had consensus for doing that...
Hi @Froazin! As others have said, thanks for sharing these use-cases. You have mentioned a few times in your comments so far a problem of data sources being read twice,...
Hi @etaham, "Import if it exists and create it otherwise" is intentionally not supported and is unlikely to be supported in future because in general it is not safe. We...
The following is not a statement on behalf of the OpenTofu Core team, since we've not yet met to discuss this together. --- For those who are encountering this problem...
In the case of specific resources that, due to limitations of the underlying API, require limited or no concurrency, we can address that directly within the resource implementation, similar to...
Thanks for sharing this feedback, @choonchernlim! I'm not directly working on the concise output project so I'll leave others to consider what you've suggested, but in the meantime I just...
I believe this situation arose because a long time ago someone suggested that Terraform could "just" copy existing directories rather than re-downloading them, as an install-time optimization, and I agreed...
Hi @rahulwa, That isn't possible in Terraform today. For Terraform v0.12 (in the `master` branch) we've actually reserved the name `locals` in this context to allow us to potentially implement...