Skip to content

Commit

Permalink
fix: RDS activity stream deterministic zip (#1248)
Browse files Browse the repository at this point in the history
Upgrade the module to so that the decrypt Lambda dependency layer
is only recreated when the dependencies change.
  • Loading branch information
patheard authored Apr 11, 2024
1 parent 4cafce2 commit 539b651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/rds/rds_activity_stream.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
module "rds_activity_stream" {
count = var.env != "production" ? 1 : 0 # Disable in prod until fully tested

source = "github.com/cds-snc/terraform-modules//rds_activity_stream?ref=v9.3.5"
source = "github.com/cds-snc/terraform-modules//rds_activity_stream?ref=v9.3.6"

rds_stream_name = "notification-canada-ca-${var.env}-cluster"
rds_cluster_arn = aws_rds_cluster.notification-canada-ca.arn
Expand Down

0 comments on commit 539b651

Please sign in to comment.