mirror of
https://github.com/vale981/apheleia
synced 2025-03-05 17:41:41 -05:00
6 lines
177 B
HCL
6 lines
177 B
HCL
resource "google_sql_user" "user" {
|
|
name = "camunda"
|
|
instance =google_sql_database_instance.camunda-db.name
|
|
|
|
password ="futurice"
|
|
}
|