Skip to content

Commit 5cdafa1

Browse files
upd(terraform): #14 - rds impl
1 parent 3eb05e8 commit 5cdafa1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deploy/terraform/variables.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ variable "rds" {
3838
default = {
3939
type = "db.t3.micro"
4040
engine = "postgres"
41-
version = "1.13"
42-
family = "postgres13"
41+
version = "13"
42+
family = "postgres13"
4343
username = "alpha"
44-
password = "alpha"
45-
publicly_accessible = true
44+
password = "alphaalphaalpha"
45+
publicly_accessible = false
4646
skip_final_snapshot = true
4747
}
4848
}
49-
49+

0 commit comments

Comments
 (0)