From 318a42cdeb48dbc6b688e722e344c398bc15b409 Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 3 Jan 2023 10:05:17 -0500 Subject: [PATCH] fix --- iam-general-policies/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iam-general-policies/main.tf b/iam-general-policies/main.tf index e81850c..e88af77 100644 --- a/iam-general-policies/main.tf +++ b/iam-general-policies/main.tf @@ -115,7 +115,7 @@ locals { { test = "StringNotEquals" variable = "aws:SourceVpce" - values = [var.ipr_vpc_endpoints] + values = var.ipr_vpc_endpoints }, ] ipr_conditions = [for x in local.ipr_conditions_list : x if length(x.values) > 0]