Brian Hicks
Brian Hicks
Linking some stuff in! I think this is basically the same problem this person saw: https://discourse.dhall-lang.org/t/need-help-with-openapi-to-dhall/524 (h/t to @Arkham for finding this!)
I implemented something like this with bash and jq and it works fine. I think it'd be better as a preprocessor step, honestly! In order to make it work you...
This has always been on our minds… but hasn't been tracked in an issue until now. Huh! Thanks for opening one, we'll have to get on it. :)
## Summary Module bundles combine the complete set of module content for a module tree as a single file. More specifically they are: * **complete**: after a module bundle is...
We're not checking in the generated resource content anymore, could you remove it?
maybe: ``` hcl switch "linux-stuff" { of = "{{platform.LinuxDistribution}}" // a value to compare against. Better name suggestions appreciated. case "ubuntu" "configure-ubuntu" { } case "redhat" "configure-redhat" { } case...
seems like this would be more like module metadata within a module, instead of the call to the module itself
Seems like this should ship with a `converge info x.hcl` command to view this information
Let's say that the initial UI for this is `converge info x.hcl` so we can move forward with it.
This is part of a larger arc of "being able to load in content from external files". I'm seeing a couple steps here: 1. implement a `{{file "filename"}}` template function...