We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e20f9a6 commit e4aa02aCopy full SHA for e4aa02a
1 file changed
infrastructure/modules/rds/main.tf
@@ -43,6 +43,9 @@ resource "aws_db_instance" "main" {
43
# Auto Minor Version Upgrade
44
auto_minor_version_upgrade = true
45
46
+ # Apply changes immediately instead of during maintenance window
47
+ apply_immediately = true
48
+
49
# Deletion Protection
50
deletion_protection = var.deletion_protection
51
0 commit comments