Files
private-ip-cloud-sql-db/variables.tf
Ryan Boehning f7ef3d241a Initial commit
2020-04-19 03:40:44 -07:00

7 lines
106 B
HCL

// root module
variable "db_password" {
description = "The Postgres password"
type = string
}