mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-12 08:12:27 -05:00
10 lines
159 B
HCL
10 lines
159 B
HCL
variable "cf_password" {
|
|
sensitive = true
|
|
}
|
|
variable "cf_user" {}
|
|
variable "username" {}
|
|
variable "source_ip" {
|
|
type = string
|
|
default = "0.0.0.0/0"
|
|
}
|