Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all patch dependencies #1841

Merged
merged 2 commits into from
Jul 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
env:
AWS_REGION: ca-central-1
CONFTEST_VERSION: 0.27.0
TERRAFORM_VERSION: 1.9.1
TERRAFORM_VERSION: 1.9.2
TERRAGRUNT_VERSION: 0.57.5
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 @@ -14,7 +14,7 @@ on:

env:
AWS_REGION: ca-central-1
TERRAFORM_VERSION: 1.9.1
TERRAFORM_VERSION: 1.9.2
TERRAGRUNT_VERSION: 0.57.5
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 @@ -10,7 +10,7 @@ on:
env:
AWS_REGION: ca-central-1
CONFTEST_VERSION: 0.27.0
TERRAFORM_VERSION: 1.9.1
TERRAFORM_VERSION: 1.9.2
TERRAGRUNT_VERSION: 0.57.5
TF_INPUT: false
TF_VAR_client_vpn_access_group_id: ${{ secrets.PRODUCTION_CLIENT_VPN_ACCESS_GROUP_ID }}
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 @@ -13,7 +13,7 @@ on:

env:
AWS_REGION: ca-central-1
TERRAFORM_VERSION: 1.9.1
TERRAFORM_VERSION: 1.9.2
TERRAGRUNT_VERSION: 0.57.5
TF_INPUT: false
TF_VAR_client_vpn_access_group_id: ${{ secrets.STAGING_CLIENT_VPN_ACCESS_GROUP_ID }}
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 @@ -10,7 +10,7 @@ on:
env:
AWS_REGION: ca-central-1
CONFTEST_VERSION: 0.27.0
TERRAFORM_VERSION: 1.9.1
TERRAFORM_VERSION: 1.9.2
TERRAGRUNT_VERSION: 0.57.5
TF_INPUT: false
TF_VAR_client_vpn_access_group_id: ${{ secrets.PRODUCTION_CLIENT_VPN_ACCESS_GROUP_ID }}
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 @@ -11,7 +11,7 @@ on:

env:
AWS_REGION: ca-central-1
TERRAFORM_VERSION: 1.9.1
TERRAFORM_VERSION: 1.9.2
TERRAGRUNT_VERSION: 0.57.5
TF_INPUT: false
TF_VAR_client_vpn_access_group_id: ${{ secrets.STAGING_CLIENT_VPN_ACCESS_GROUP_ID }}
Expand Down
34 changes: 0 additions & 34 deletions infrastructure/.devcontainer/Dockerfile

This file was deleted.

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.9.1",
"version": "1.9.2",
"tflint": "latest",
"terragrunt": "0.57.5"
}
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.9.1"
required_version = "1.9.2"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down
2 changes: 1 addition & 1 deletion wordpress/docker/apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM httpd:2.4.61-alpine@sha256:85063249242d9c7d305c4cc092011cd90b8fddad72c8481fb6786e36e20ec03f
FROM httpd:2.4.62-alpine@sha256:2164492d4700d1b79786425caffbfd84c4c7c7d625c47c13f9edc80abcb8b3f1

WORKDIR /usr/src/wordpress

Expand Down
Loading