Loren Gordon
Loren Gordon
Another note, using packer 0.9.0 on Windows in PowerShell, I was able to get the tutuorial example to work without modifying template.json, like so: ``` $env:ATLAS_TOKEN="abcdef" packer push -name accountname/example...
The resulting HCL is invalid.
I'm on holiday this week and can't really test or research further as i don't have a computer. However, I cannot recall needing to escape double quotes at all in...
@jackmaney you ever get a PR for this? Or is your work available in a fork/branch?
> The problem has been relevant for three years, it seems they are not going to solve it, have there been any crutches or workarounds? Try generating a tfvars file...
Based on the response from the Homebrew folks, sounds like just don't use brew to install terragrunt. > So at this point what is the best way to avoid the...
fwiw, demonstrating it builds... ``` $ docker build -t gruntworkio/terragrunt -f Dockerfile . [+] Building 153.1s (13/13) FINISHED => [internal] load build definition from Dockerfile => => transferring dockerfile: 353B...
> How do we set the version number in the binary? See my comment in the PR itself. I addressed that inline. The version is being set! > How do...
@brikis98 I added a step to the circle-ci config to build the container as an example of how to validate the docker build in CI, but I have no ability...
To manage normal values vs secret values, could we maybe use two different inputs blocks, or a function? One input block would always write a tfvars file, the other would...