Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 19, 2021
1 parent a5b2411 commit 65b777e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam-general-policies/policy_data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ data "aws_iam_policy_document" "ip_restriction" {
condition {
test = "NotIpAddress"
variable = "aws:SourceIp"
values = local.ip_cidr_blocks
values = local.ipr_cidr_blocks
}
condition {
test = "Bool"
Expand Down

0 comments on commit 65b777e

Please sign in to comment.