Skip to content

Commit aca01e1

Browse files
committed
fix examples
1 parent 7183ae1 commit aca01e1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

examples/complete/fixtures.tfvars

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
db_username = "admin_user"
66
db_password = "insecure-pass-for-demo"
77

8-
db_scheme = "postgres"
9-
db_hostname = "localhost"
10-
db_port = 5432
8+
db_scheme = "postgres"
9+
db_hostname = "localhost"
10+
db_port = 5432
11+
db_superuser = true
12+
db_sslmode = "disable"
1113

1214
databases = [
1315
{

0 commit comments

Comments
 (0)