Skip to content

Commit 8086355

Browse files
committed
chore: rds publicly accessible true
1 parent b505de2 commit 8086355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/modules/storage/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module "rds" {
2323

2424
maintenance_window = "Mon:00:00-Mon:03:00"
2525

26-
publicly_accessible = false
26+
publicly_accessible = true
2727

2828
storage_encrypted = true
2929

0 commit comments

Comments
 (0)