Build GCP VPC firewall rules with priority, direction, and target configuration.
Lowercase letters, numbers, and hyphens only (1-63 chars)
0 (highest) to 65535 (lowest). Default is 1000.
Output will appear here...GCP VPC firewall rules control traffic to and from instances based on direction, priority, protocol/port combinations, and target/source specifiers like network tags, service accounts, or IP ranges. Unlike AWS security groups, GCP firewall rules are defined at the VPC network level and use a priority system (0-65535, lower wins) that determines which rule takes effect when multiple rules match the same traffic. This builder provides a structured form for specifying direction, priority, targets, sources/destinations, and protocol/port pairs, generating valid gcloud commands or Terraform configuration for deployment.
Disclaimer: This tool runs entirely in your browser. No data is sent to our servers. Always verify outputs before using them in production. AWS, Azure, and GCP are trademarks of their respective owners.