Skip to content

Commit b27a9e3

Browse files
authored
fix(main): test apply 2 (#9)
2 parents 49ecac8 + c4010cc commit b27a9e3

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
@@ -41,6 +41,7 @@ resource "aws_db_instance" "soat_tc_rds_db" {
4141
skip_final_snapshot = true
4242
publicly_accessible = true # TODO: set to false after testing
4343
deletion_protection = false
44+
ca_cert_identifier = "rds-ca-rsa2048-g1"
4445

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

0 commit comments

Comments
 (0)