Removing all the references!

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-03-08 12:00:36 -05:00
parent b46bad8b77
commit e843b05e00
6 changed files with 6 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"