Geoff Meakin
Geoff Meakin
That would be awesome @rooprob !
How about something like this @ryanycoleman ? I'm slightly confused on the dependencies section as puppet "modules" seem built more to have puppet code inside them, rather than this which...
I've updated the metadata above - minus the () and plus the , as indicated. Lets wait on what @ryanycoleman comes back with from PL, and see what to do
Did you get anywhere with this @apci-cclaflin or do you still want help with it?
eyaml edit expects the input file to be an .eyaml format file - that is, at the very least a file which also conforms to the YAML spec. The eyaml...
bump @apci-cclaflin
Will you take a PR? I'm getting it working on my local fork
I have got terraform completely working in my case, and using it to test terraform is absolutely lovely- I had to pay for the pro version of localstack, as the...
@apparentlymart Is it possible to allow the user calling the module to specify the behaviour (symlink or copy) in the module block. e.g. ``` module "foo" { source = "bar"...
@jbardin - sorry just coming back to this. So when you have the following in a dependency chain: 1. Provider X 2. An Iam role defined that uses Provider X...