Skip to content

Commit

Permalink
chore(deps): update terraform github.com/cds-snc/terraform-modules to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 38d69c1 commit ee18a8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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=v9.6.8" # v4.9.10

athena_bucket_name = module.athena_bucket.s3_bucket_id

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=v9.6.8" // commit id for version 9.2.3

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

0 comments on commit ee18a8d

Please sign in to comment.