gruntwork-io / terragrunt-action

A GitHub Action for installing and running Terragrunt
Apache License 2.0
107 stars 41 forks source link

tg_command does not support double quotes #68

Open paololazzari opened 5 months ago

paololazzari commented 5 months ago

This works:

tg_command: 'run-all plan -out planfile'

This doesn't (plan files aren't created):

tg_command: 'run-all plan -out "planfile"'