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.
1 parent 79f6ff3 commit fd7d429Copy full SHA for fd7d429
db.tf
@@ -16,7 +16,7 @@ resource "aws_db_instance" "db" {
16
identifier = "main-postgres"
17
18
engine = "postgres"
19
- engine_version = "12.19"
+ engine_version = "13.18"
20
21
instance_class = "db.t3.micro"
22
allocated_storage = 8
@@ -31,6 +31,8 @@ resource "aws_db_instance" "db" {
31
32
final_snapshot_identifier = "main-postgres-final-snapshot"
33
34
+ ca_cert_identifier = "rds-ca-rsa2048-g1"
35
+
36
depends_on = [
37
random_password.db_password,
38
aws_db_subnet_group.private,
0 commit comments