mirror of
https://github.com/ryboe/private-ip-cloud-sql-db.git
synced 2025-12-19 18:14:59 -05:00
7 lines
106 B
HCL
7 lines
106 B
HCL
// root module
|
|
|
|
variable "db_password" {
|
|
description = "The Postgres password"
|
|
type = string
|
|
}
|