Skip to content

Commit bcfecb9

Browse files
authored
Update main.tf
1 parent 8f22a90 commit bcfecb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/docker-init/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ module "postgres_init" {
113113

114114
users = [
115115
{ id = "user_for_db_1", name = "user_1", password = "foobarbaz" },
116-
{ id = "user_for_db_2", name = "user_3", old_name = "user_2" }
116+
{ id = "user_for_db_2", name = "user_2" }
117+
# { id = "user_for_db_2", name = "user_3", old_name = "user_2" } # To update username
117118
]
118119
databases = [
119120
{

0 commit comments

Comments
 (0)