Skip to content

Commit

Permalink
updating all versions of terragrunt and terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA committed Sep 26, 2024
1 parent 281adb2 commit 62d2402
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"context": "..",
"args": {
"AWS_CLI_VERSION": "2.2.29",
"TERRAFORM_VERSION": "1.6.2",
"TERRAGRUNT_VERSION": "0.44.4"
"TERRAFORM_VERSION": "1.9.5",
"TERRAGRUNT_VERSION": "0.66.9"
}
},
"containerEnv": {
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/terragrunt_plan_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ permissions:
env:
TARGET_ENV_PATH: production
AWS_REGION: ca-central-1
TERRAFORM_VERSION: 0.14.4
TERRAGRUNT_VERSION: 0.35.13
TERRAFORM_VERSION: 1.9.5
TERRAGRUNT_VERSION: 0.66.9
TF_VAR_new_relic_api_key: ${{ secrets.PRODUCTION_NEW_RELIC_API_KEY }}
TF_VAR_new_relic_account_id: ${{ secrets.PRODUCTION_NEW_RELIC_ACCOUNT_ID }}
TF_VAR_new_relic_slack_webhook_url: ${{ secrets.PRODUCTION_NEW_RELIC_SLACK_WEBHOOK_URL }}
Expand Down

0 comments on commit 62d2402

Please sign in to comment.