mirror of
https://github.com/vale981/apheleia
synced 2025-03-06 01:51:41 -05:00
7 lines
177 B
Terraform
7 lines
177 B
Terraform
![]() |
resource "google_sql_user" "user" {
|
||
|
name = "camunda"
|
||
|
instance =google_sql_database_instance.camunda-db.name
|
||
|
|
||
|
password ="futurice"
|
||
|
}
|