Martin Atkins
Martin Atkins
Hi @joe-a-t! Thanks for sharing these additional details. It sounds like you'd expect `-output-plan-only` to produce exactly what `terraform show planfile` would produce, and so I'm not sure I see...
Hi @kderck! Thanks for sharing this use-case. I understand that you are seeking some way to reuse some definitions between different modules, but I'd like to understand more about how...
The question from my earlier comment still stands: can folks share examples from _other_ languages which allow using the signature of one function to define another, or something else that...
Thanks for sharing that, @jtackaberry! It sounds like you're suggesting that we consider an analogy between a class in a class-based OOP language (Python here, as an example) and a...
Hi @kderck, Under our existing design recommendations in [Module Composition](https://www.terraform.io/language/modules/develop/composition), my first instinct for what you described would be to do something like this: ```hcl terraform { required_providers { aws...
Hi @kderck, Assuming you're talking about the example I shared in my most recent comment, notice that in my example `module.eks` and `module.flux-setup` are _sibling_ modules, rather than `module.flux-setup` being...
Hi @kderck, What I was asking, I suppose, is whether it's truly necessary to publish that wrapper module as a separate module, rather than just putting the `module "vpc"` and...
Hi all! Thanks for reporting this incorrect behavior. If you need to use a module that has an incorrect cache entry that hasn't yet been purged, I believe it should...
I think my comment above may have created some confusion when considered in conjunction with the other kind of "cache" some are discussing here, so just to clarify: In my...
The upstream library change that @jbardin mentioned was included in one of the v1.2 patch releases and now in the v1.3 series, so this should now be a normal error...