Remove recursive_delete from SNS & SES shared modules

This commit is contained in:
John Skiles Skinner
2024-06-18 17:26:08 -07:00
parent 833ebfa469
commit 76cc718b32
8 changed files with 0 additions and 26 deletions

View File

@@ -13,12 +13,6 @@ variable "name" {
description = "name of the service instance"
}
variable "recursive_delete" {
type = bool
description = "when true, deletes service bindings attached to the resource (not recommended for production)"
default = false
}
variable "aws_region" {
type = string
description = "AWS region the SNS settings are set in"