Skip to content

Commit

Permalink
apply rds instance changes immediately if not on prod (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels authored Jul 25, 2024
1 parent 2448314 commit 7d255b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/rds/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "aws_rds_cluster_instance" "notification-canada-ca-instances" {
# https://github.com/hashicorp/terraform-provider-aws/issues/3015#issuecomment-520667166
preferred_maintenance_window = "wed:04:00-wed:04:30"
auto_minor_version_upgrade = false
apply_immediately = false
apply_immediately = var.env != "production"

tags = {
CostCenter = "notification-canada-ca-${var.env}"
Expand Down

0 comments on commit 7d255b7

Please sign in to comment.