Skip to content

Commit 227b1ec

Browse files
authored
Merge pull request #40 from namusyaka/fix-regression
fix a regression for test
2 parents aa3bb31 + f3c92ea commit 227b1ec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/fixtures/postgresql-ha/main.tf

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

116116
additional_users = [
117-
{
118-
name = "tftest1"
119-
password = "raboof"
120-
},
121117
{
122118
name = "tftest2"
123119
password = "abcdefg"

0 commit comments

Comments
 (0)