Skip to content

Commit 71a4c34

Browse files
committed
fix(main): apply changes immediately
1 parent b27a9e3 commit 71a4c34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ resource "aws_db_instance" "soat_tc_rds_db" {
4242
publicly_accessible = true # TODO: set to false after testing
4343
deletion_protection = false
4444
ca_cert_identifier = "rds-ca-rsa2048-g1"
45+
apply_immediately = true
4546

4647
parameter_group_name = aws_db_parameter_group.soat_tc_rds_parameter_group.name
4748
db_subnet_group_name = aws_db_subnet_group.soat_tc_rds_subnet_group.name

0 commit comments

Comments
 (0)