Martin Atkins
Martin Atkins
Thanks for those links, @stevemckenney. I'm not super familiar with these modules, but from peeping in the source code for a little while it seems like something like this might...
Hi @esirK, For situations like that a typical strategy would be to add some sort of indirection. That means that instead of passing the step function ARN directly to the...
Thanks for sharing this use-case, @andersthorbeck! I think one thing we'll want to research a bit before moving forward here is whether the sort of constraint Terraform Core itself can...
Hi again @andersthorbeck. Thanks for confirming! Since Terraform Core is already a pretty complicated codebase with many interacting features, our usual definition of "pragmatism" is unfortunately kinda the opposite of...
Hi @adubkov! Thanks for that feedback. Can you say more about _why_ you need a global rate limit? So far we've only seen examples where a particular platform or particular...
Hi @SudharsaneSivamany! Thanks for this feature request. Can you say more about what you are intending to do with this information if it were added? That will help both to...
Thanks for those extra details, @SudharsaneSivamany! The Terraform team will consider what it would take to achieve what you've proposed, and also consider other possible ways to achieve the same...
Hi @jhmartin! Thanks for this suggestion. Am I understanding correctly that your goal here would be to include the state file location in, for example, AWS resource tags, and other...
Hi @chris922! Thanks for reporting this. Unfortunately this behavior is a consequence of the temporary solution of using a special built-in Terraform provider as a substitute for first-class language features...
Hi @skeggse, I do agree with you that Terraform should ideally honor whatever executable name the user has selected, because it can be confusing when you've e.g. got multiple executables...