variable "postgres_user" { description = "The Postgres user we want" default = "psqltest" } variable "postgres_password" { description = "The Postgres password we want" default = "psqltest" } variable "myip" { description = "IP address of the local machine" }