Skip to content

Commit 197bb65

Browse files
authored
Fix resource naming (#7)
1 parent 4ce8bc0 commit 197bb65

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
@@ -2,7 +2,7 @@ resource "random_password" "admin_user" {
22
length = 48
33
}
44

5-
resource "google_sql_user" "postgres_user" {
5+
resource "google_sql_user" "admin_user" {
66
instance = google_sql_database_instance.instance.name
77

88
name = local.admin_user

0 commit comments

Comments
 (0)