We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b27a9e3 + 71a4c34 commit f58903fCopy full SHA for f58903f
main.tf
@@ -42,6 +42,7 @@ resource "aws_db_instance" "soat_tc_rds_db" {
42
publicly_accessible = true # TODO: set to false after testing
43
deletion_protection = false
44
ca_cert_identifier = "rds-ca-rsa2048-g1"
45
+ apply_immediately = true
46
47
parameter_group_name = aws_db_parameter_group.soat_tc_rds_parameter_group.name
48
db_subnet_group_name = aws_db_subnet_group.soat_tc_rds_subnet_group.name
0 commit comments