mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-21 07:51:13 -05:00
Adding missing variable for egress_space
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -3,3 +3,9 @@ variable "cf_restricted_space_name" {}
|
|||||||
variable "deployers" {
|
variable "deployers" {
|
||||||
type = set(string)
|
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"
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user