<- All Guardrails
Terraform Policy
Disallow inbound open access on GCP firewall rules
Disallow inbound open access on GCP firewall rules
Copy
GUARDRAIL Disallow inbound open access on GCP firewall rules"
	WHEN google_compute_firewall
		REQUIRE NO allow[].ports
    REQUIRE NO source_ranges = "0.0.0.0/0"
Import into Resourcely
Why import into Resourcely?