Skip to content

Commit

Permalink
update external modules from cds
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-robitaille committed Jul 10, 2023
1 parent 7617b6e commit 8af68d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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?ref=v5.0.0//athena_access_logs"
source = "github.com/cds-snc/terraform-modules?ref=v6.1.1//athena_access_logs"

athena_bucket_name = module.athena_bucket.s3_bucket_id

Expand All @@ -18,7 +18,7 @@ module "athena" {
# Hold the Athena data
#
module "athena_bucket" {
source = "github.com/cds-snc/terraform-modules?ref=v2.0.5//S3"
source = "github.com/cds-snc/terraform-modules?ref=v6.1.1//S3"
bucket_name = "forms-${var.env}-athena-bucket"
billing_tag_value = var.billing_tag_value

Expand Down
2 changes: 1 addition & 1 deletion aws/app/vault_scan_object.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "vault_scan_object" {
source = "github.com/cds-snc/terraform-modules?ref=v6.0.2//S3_scan_object"
source = "github.com/cds-snc/terraform-modules?ref=v6.1.1//S3_scan_object"

s3_upload_bucket_name = aws_s3_bucket.vault_file_storage.id
billing_tag_value = var.billing_tag_value
Expand Down
2 changes: 1 addition & 1 deletion localstack_services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export TF_VAR_email_address_support=""
# Set proper terraform and terragrunt versions

tgswitch 0.46.3
tfswitch 1.4.2
tfswitch 1.5.0

# Usage:
# Without any args will reuse the existing cached packages saving some tiem and bandwidth
Expand Down

0 comments on commit 8af68d9

Please sign in to comment.