Skip to content

Commit e4aa02a

Browse files
committed
implement rds changes right away instead of waiting for maintenance window
1 parent e20f9a6 commit e4aa02a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

infrastructure/modules/rds/main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ resource "aws_db_instance" "main" {
4343
# Auto Minor Version Upgrade
4444
auto_minor_version_upgrade = true
4545

46+
# Apply changes immediately instead of during maintenance window
47+
apply_immediately = true
48+
4649
# Deletion Protection
4750
deletion_protection = var.deletion_protection
4851

0 commit comments

Comments
 (0)