Skip to content

Commit

Permalink
Merge pull request #17 from lmilbaum/fix-makefile
Browse files Browse the repository at this point in the history
Fix makefile typos
  • Loading branch information
lmilbaum authored Sep 26, 2023
2 parents 2e59c49 + 1cdc65b commit c0c61d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ tf/apply/oidc:
cd live/${ENV}/oidc && terragrunt run-all --terragrunt-non-interactive apply -auto-approve

tf/init/renovate-runners:
cd live/${ENV}/renovate-runners && terragrunt run-all --terragrunt-non-interactive apply -auto-approve
cd live/${ENV}/renovate-runners && terragrunt run-all --terragrunt-non-interactive init

tf/plan/renovate-runners:
cd live/${ENV}/renovate-runners && terragrunt run-all --terragrunt-non-interactive apply -auto-approve
cd live/${ENV}/renovate-runners && terragrunt run-all --terragrunt-non-interactive plan

tf/apply/renovate-runners:
cd live/${ENV}/renovate-runners && terragrunt run-all --terragrunt-non-interactive apply -auto-approve

0 comments on commit c0c61d0

Please sign in to comment.