gruntwork-io / terragrunt-action

A GitHub Action for installing and running Terragrunt
Apache License 2.0
99 stars 38 forks source link

tg_add_approve seems to be ignored when running run-all apply #62

Closed paololazzari closed 3 months ago

paololazzari commented 4 months ago

Here's the step:

- name: Run apply
  uses: gruntwork-io/terragrunt-action@v2
  with:
    tf_version: '1.5.7'
    tg_version: '0.53.2'
    tg_dir: "${{ github.event.inputs.environment }}/"
    tg_command: 'run-all apply'
    tg_add_approve: 0

yet the workflow still auto-approves

arsci commented 3 months ago

Hi @paololazzari, can you try using the latest version of terragrunt-action v2.1.3 and let me know if this issue still persists?

arsci commented 3 months ago

Hi @paololazzari, since I haven't heard back I'm going to close this Github issue for the time being. If you are still experiencing this issue with the latest version of terragrunt-action please feel free to re-open this issue and tag me, and I can take another look!