Update : file variables
Some checks failed
terraform validation / Terraform (push) Failing after 13s

This commit is contained in:
2025-01-18 20:42:22 +01:00
parent 0479b634bc
commit c08635a7b9
3 changed files with 23 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ locals {
}
resource "random_password" "user_password" {
length = 12
length = 20
}
resource "google_sql_user" "user" {