-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Line: 35
infrastructure//kubernetes/environment/networkpolicy.tf
Lines 32 to 42 in be61556
| } | |
| # allow to any external endpoint | |
| # TODO: investigate Pod DNS filtering in GKE clusters | |
| to { | |
| ip_block { | |
| cidr = "0.0.0.0/0" | |
| } | |
| } | |
| } | |
| } |