Files
notifications-api/terraform/development/variables.tf

10 lines
159 B
Terraform
Raw Normal View History

variable "cf_password" {
sensitive = true
}
variable "cf_user" {}
variable "username" {}
variable "source_ip" {
type = string
default = "0.0.0.0/0"
}