Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 3, 2023
1 parent d42114a commit 318a42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam-general-policies/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 318a42c

Please sign in to comment.