diff --git a/tests/modules/net_vpc_firewall_yaml/fixture/rules/common..yaml b/tests/modules/net_vpc_firewall_yaml/fixture/rules/common..yaml deleted file mode 100644 index 6e2871495..000000000 --- a/tests/modules/net_vpc_firewall_yaml/fixture/rules/common..yaml +++ /dev/null @@ -1,20 +0,0 @@ -# allow ingress from GCLB to all instances in the network -lb-health-checks: - allow: - - ports: [] - protocol: tcp - direction: INGRESS - priority: 1001 - source_ranges: - - 35.191.0.0/16 - - 130.211.0.0/22 - -# deny all egress -deny-all: - deny: - - ports: [] - protocol: all - direction: EGRESS - priority: 65535 - destination_ranges: - - 0.0.0.0/0