Skip to content

Commit f0b3bd7

Browse files
authored
Fix user type (#8)
* Fix user type * Add comment
1 parent 197bb65 commit f0b3bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resource "google_sql_user" "admin_user" {
77

88
name = local.admin_user
99
password = random_password.admin_user.result
10-
type = "BUILT_IN"
10+
type = "" # Equivalent of "BUILT_IN"
1111

1212
deletion_policy = null
1313
}

0 commit comments

Comments
 (0)