mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update google_sql_user example as password is a required argument (#12053)
This commit is contained in:
parent
70f1113918
commit
5d731cd82b
@ -27,6 +27,7 @@ resource "google_sql_user" "users" {
|
||||
name = "me"
|
||||
instance = "${google_sql_database_instance.master.name}"
|
||||
host = "me.com"
|
||||
password = "changeme"
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user