Skip to content

Commit 627ae50

Browse files
fix: correct users added by postgres-ha test fixture
1 parent 3c82493 commit 627ae50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/fixtures/postgresql-ha/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ module "pg" {
114114
user_password = "foobar"
115115

116116
additional_users = [
117+
{
118+
name = "tftest1"
119+
password = "raboof"
120+
},
117121
{
118122
name = "tftest2"
119123
password = "abcdefg"

0 commit comments

Comments
 (0)