Skip to content

Commit

Permalink
correct type passed to policy types
Browse files Browse the repository at this point in the history
  • Loading branch information
etwillbefine committed Sep 2, 2020
1 parent a99e161 commit 54fb59b
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 @@ -23,7 +23,7 @@ resource "kubernetes_network_policy" "allow" {
}

spec {
policy_types = [var.network_policy_types]
policy_types = var.network_policy_types
pod_selector {}

ingress {
Expand Down

0 comments on commit 54fb59b

Please sign in to comment.