Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#1416)
Browse files Browse the repository at this point in the history
* chore(deps): update all patch dependencies

* chore: Terraform version upgrade

---------

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Pat Heard <patrick.heard@cds-snc.ca>
  • Loading branch information
3 people authored Sep 18, 2023
1 parent e4ba6d9 commit 93d1ad4
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
AWS_ACCESS_KEY_ID: ${{ secrets.PRODUCTION_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.PRODUCTION_AWS_SECRET_ACCESS_KEY }}
CONFTEST_VERSION: 0.27.0
TERRAFORM_VERSION: 1.5.6
TERRAFORM_VERSION: 1.5.7
TERRAGRUNT_VERSION: 0.35.6
TF_INPUT: false
TF_VAR_database_name: ${{ secrets.PRODUCTION_DATABASE_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
AWS_REGION: ca-central-1
AWS_ACCESS_KEY_ID: ${{ secrets.STAGING_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.STAGING_AWS_SECRET_ACCESS_KEY }}
TERRAFORM_VERSION: 1.5.6
TERRAFORM_VERSION: 1.5.7
TERRAGRUNT_VERSION: 0.35.6
TF_INPUT: false
TF_VAR_database_name: ${{ secrets.STAGING_DATABASE_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terragrunt-apply-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
AWS_ACCESS_KEY_ID: ${{ secrets.PRODUCTION_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.PRODUCTION_AWS_SECRET_ACCESS_KEY }}
CONFTEST_VERSION: 0.27.0
TERRAFORM_VERSION: 1.5.6
TERRAFORM_VERSION: 1.5.7
TERRAGRUNT_VERSION: 0.35.6
TF_INPUT: false
TF_VAR_database_name: ${{ secrets.PRODUCTION_DATABASE_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terragrunt-apply-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
AWS_REGION: ca-central-1
AWS_ACCESS_KEY_ID: ${{ secrets.STAGING_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.STAGING_AWS_SECRET_ACCESS_KEY }}
TERRAFORM_VERSION: 1.5.6
TERRAFORM_VERSION: 1.5.7
TERRAGRUNT_VERSION: 0.35.6
TF_INPUT: false
TF_VAR_database_name: ${{ secrets.STAGING_DATABASE_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terragrunt-plan-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
AWS_ACCESS_KEY_ID: ${{ secrets.PRODUCTION_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.PRODUCTION_AWS_SECRET_ACCESS_KEY }}
CONFTEST_VERSION: 0.27.0
TERRAFORM_VERSION: 1.5.6
TERRAFORM_VERSION: 1.5.7
TERRAGRUNT_VERSION: 0.35.6
TF_INPUT: false
TF_VAR_database_name: ${{ secrets.PRODUCTION_DATABASE_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terragrunt-plan-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
AWS_REGION: ca-central-1
AWS_ACCESS_KEY_ID: ${{ secrets.STAGING_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.STAGING_AWS_SECRET_ACCESS_KEY }}
TERRAFORM_VERSION: 1.5.6
TERRAFORM_VERSION: 1.5.7
TERRAGRUNT_VERSION: 0.35.6
TF_INPUT: false
TF_VAR_database_name: ${{ secrets.STAGING_DATABASE_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"features": {
"terraform": {
"version": "1.5.6",
"version": "1.5.7",
"tflint": "latest",
"terragrunt": "0.35.6"
}
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terragrunt/env/common/provider.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

terraform {
required_version = "1.5.6"
required_version = "1.5.7"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down
6 changes: 3 additions & 3 deletions wordpress/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 93d1ad4

Please sign in to comment.