Skip to content

Commit

Permalink
chore: Update core terraform-modules to 10.2.1 (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-robitaille authored Dec 11, 2024
1 parent fcb6940 commit c2459d3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion aws/alarms/athena.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Create Athena queries to view the WAF and load balancer access logs
#
module "athena" {
source = "github.com/cds-snc/terraform-modules//athena_access_logs?ref=c8c77df64ea8ddf2937f1c79c8b0299158655090" # v4.9.10
source = "github.com/cds-snc/terraform-modules//athena_access_logs?ref=64b19ecfc23025718cd687e24b7115777fd09666" # v10.2.1

athena_bucket_name = module.athena_bucket.s3_bucket_id

Expand Down
2 changes: 1 addition & 1 deletion aws/api/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ locals {
}

module "api_ecs" {
source = "github.com/cds-snc/terraform-modules//ecs?ref=59a56cd5ae444dd81b21ba4cf34887d05e3475e2" # v9.6.6
source = "github.com/cds-snc/terraform-modules//ecs?ref=64b19ecfc23025718cd687e24b7115777fd09666" # v10.2.1

create_cluster = false
cluster_name = var.ecs_cluster_name
Expand Down
2 changes: 1 addition & 1 deletion aws/file_scanning/vault_scan_object.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
}

module "vault_scan_object" {
source = "github.com/cds-snc/terraform-modules//S3_scan_object?ref=1e2debaf58fdb65da1910f0d42efcc786ddd0722" // commit id for version 9.2.3
source = "github.com/cds-snc/terraform-modules//S3_scan_object?ref=64b19ecfc23025718cd687e24b7115777fd09666" # v10.2.1

s3_upload_bucket_names = [var.vault_file_storage_id]
s3_scan_object_role_arn = "arn:aws:iam::${local.scan_files_account}:role/s3-scan-object"
Expand Down
2 changes: 1 addition & 1 deletion aws/idp/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ locals {
}

module "idp_ecs" {
source = "github.com/cds-snc/terraform-modules//ecs?ref=59a56cd5ae444dd81b21ba4cf34887d05e3475e2" # v9.6.6
source = "github.com/cds-snc/terraform-modules//ecs?ref=64b19ecfc23025718cd687e24b7115777fd09666" # v10.2.1

cluster_name = "idp"
service_name = "zitadel"
Expand Down
2 changes: 1 addition & 1 deletion aws/idp/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# RDS Postgress cluster
#
module "idp_database" {
source = "github.com/cds-snc/terraform-modules//rds?ref=63774b7bbea74205e90e173587da08193a6b85f7" # v9.6.5
source = "github.com/cds-snc/terraform-modules//rds?ref=64b19ecfc23025718cd687e24b7115777fd09666" # v10.2.1
name = "idp"

database_name = var.zitadel_database_name
Expand Down
2 changes: 1 addition & 1 deletion aws/load_balancer/waf.tf
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ resource "aws_wafv2_regex_pattern_set" "valid_maintenance_mode_uri_paths" {
# that crosses a block threshold will be added to the blocklist.
#
module "waf_ip_blocklist" {
source = "github.com/cds-snc/terraform-modules//waf_ip_blocklist?ref=756ec2826ca26bcb353ef7420f542dac4828bdc1" # v10.1.0
source = "github.com/cds-snc/terraform-modules//waf_ip_blocklist?ref=64b19ecfc23025718cd687e24b7115777fd09666" # v10.2.1

service_name = "forms_app"
athena_database_name = "access_logs"
Expand Down
2 changes: 1 addition & 1 deletion aws/oidc_roles/iam_roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data "aws_iam_policy" "admin" {
# attribute of each role.
#
module "github_workflow_roles" {
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=dca686fdd6670f0b3625bc17a5661bec3ea5aa62" #v9.0.3
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=64b19ecfc23025718cd687e24b7115777fd09666" # v10.2.1
billing_tag_value = var.billing_tag_value
roles = [
{
Expand Down

0 comments on commit c2459d3

Please sign in to comment.