Skip to content

Commit

Permalink
Merge pull request #13 from goci-io/etwillbefine-patch-1
Browse files Browse the repository at this point in the history
fix: correct reference to dynamic value
  • Loading branch information
etwillbefine committed May 19, 2020
2 parents 2131ff5 + 49095f0 commit fb482ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network-policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ resource "kubernetes_network_policy" "allow_http" {

content {
ip_block {
cidr = ip_block.value
cidr = to.value
}
}
}
Expand Down

0 comments on commit fb482ee

Please sign in to comment.