mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 23:41:17 -05:00
12 lines
311 B
HCL
12 lines
311 B
HCL
variable "cf_org_name" {}
|
|
variable "cf_restricted_space_name" {}
|
|
variable "deployers" {
|
|
type = set(string)
|
|
}
|
|
|
|
variable "delete_recursive_allowed" {
|
|
type = bool
|
|
default = true
|
|
description = "Flag for allowing resources to be recursively deleted - not recommended in production environments"
|
|
}
|