Daniel Marchena Parreira
Daniel Marchena Parreira
Any idea why the downgrade is necessary?
@mwhittaker very good point, and yes `"` works as well. I updated the PR to use `"` instead of escaping chars with `\`.
I re-based the PR branch @mwhittaker, let me know if I need to do any further steps to get it merged.
This is a good solution to get Python rolling, but another solution to this problem is simply to use`INPUT_PRE_EXEC_number`. Example: ``` - name: Run ${{ inputs.terragrunt-command }} in the Terragrunt...
A quick PR: https://github.com/RaJiska/terraform-aws-fck-nat/pull/28
@RDhar that sounds great! Thanks for the updates, excited to see the new release. I would say the top 1 command one needs to support for Terragrunt is: [terragrunt run-all...
One fantastic project to use as a benchmark to validate your `github action` is the [terragrunt-infrastructure-live-example](https://github.com/gruntwork-io/terragrunt-infrastructure-live-example). It is a sample project implementing all best practices for Terragrunt and contains the...