From 39264f5edd76ad0db1b95c61440121606b98af89 Mon Sep 17 00:00:00 2001 From: John Inama Date: Fri, 15 Sep 2023 16:59:13 -0400 Subject: [PATCH] I think it's all back --- modules/apigee/variables.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/apigee/variables.tf b/modules/apigee/variables.tf index 45cba50f..db09c28c 100644 --- a/modules/apigee/variables.tf +++ b/modules/apigee/variables.tf @@ -56,7 +56,6 @@ variable "environments" { })) iam = optional(map(list(string))) envgroups = optional(list(string)) - regions = optional(list(string)) })) default = {} nullable = false