Skip to content

Commit

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

* fix: update pinned TF version

---------

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Pat Heard <patrick.heard@cds-snc.ca>
  • Loading branch information
3 people authored Jul 15, 2024
1 parent 205e41a commit bdaf225
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 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 @@ -15,7 +15,7 @@ on:
env:
AWS_REGION: ca-central-1
CONFTEST_VERSION: 0.27.0
TERRAFORM_VERSION: 1.8.5
TERRAFORM_VERSION: 1.9.1
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.8.5
TERRAFORM_VERSION: 1.9.1
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.8.5
TERRAFORM_VERSION: 1.9.1
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.8.5
TERRAFORM_VERSION: 1.9.1
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.8.5
TERRAFORM_VERSION: 1.9.1
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.8.5
TERRAFORM_VERSION: 1.9.1
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 infrastructure/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"features": {
"terraform": {
"version": "1.8.5",
"version": "1.9.1",
"tflint": "latest",
"terragrunt": "0.57.5"
}
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terragrunt/aws/ecr/oidc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
}

module "ecr_tag_release" {
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v9.5.1"
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v9.6.0"
billing_tag_value = var.billing_tag_value
roles = [
{
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terragrunt/aws/ecs/cloudwatch_logs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "aws_cloudwatch_log_group" "ecs_events" {
}

module "sentinel_forwarder" {
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.5.1"
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.6.0"
function_name = "sentinel-forwarder"
billing_tag_value = var.billing_tag_value

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terragrunt/aws/network/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# VPC: 3 public + 3 private subnets across 3 availability zones
#
module "wordpress_vpc" {
source = "github.com/cds-snc/terraform-modules//vpc?ref=v9.5.1"
source = "github.com/cds-snc/terraform-modules//vpc?ref=v9.6.0"
name = "wordpress"

cidrsubnet_newbits = 8
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terragrunt/aws/network/vpn.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "vpn" {
source = "github.com/cds-snc/terraform-modules//client_vpn?ref=v9.5.1"
source = "github.com/cds-snc/terraform-modules//client_vpn?ref=v9.6.0"

endpoint_name = "private_subnets"
access_group_id = var.client_vpn_access_group_id
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terragrunt/aws/storage/s3.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "wordpress_storage" {
source = "github.com/cds-snc/terraform-modules//S3?ref=v9.5.1"
source = "github.com/cds-snc/terraform-modules//S3?ref=v9.6.0"
bucket_name = "platform-gc-articles-${var.env}-uploads"
billing_tag_value = var.billing_tag_value
}
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.8.5"
required_version = "1.9.1"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit bdaf225

Please sign in to comment.