firewall_rules = {
allow-trust-ingress = {
name = "allow-trust-vpc"
source_ranges = ["35.xxx.0.0/16", "130.xxx.0.0/22", "192.xxx.0.0/16", "10.xxx.0.0/14", "10.xx.208.0/20"] # 1st 2 IPs are for health check packets. Add APP VPC/Pod/Service CIDRs
priority = "1000"
allowed_protocol = "all"
allowed_ports = []
}
}