region = "eu01" service_account_token = "" project_id = "" # icmp_ingress_rules = [ # { # direction = "ingress" # description = "ICMP RULE 1" # ip_range = "0.0.0.0/0" # protocol = { # name = "icmp" # } # icmp_parameters = { # type = 8, # code = 0 # } # }, # { # direction = "ingress" # description = "ICMP RULE 2" # ip_range = "1.2.3.4/0" # protocol = { # name = "icmp" # } # icmp_parameters = { # type = 8, # code = 0 # } # } # ] # ssh_ingress_rules = [ # { # direction = "ingress" # description = "SSH RULE 1" # ip_range = "10.1.10.1/24" # port_range = { # min = 22, # max = 22 # } # protocol = { # name = "tcp" # } # } # ] # icmp_egress_rules = [ # { # direction = "egress" # description = "ICMP EGRESS RULE 1" # ip_range = "0.0.0.0/0" # protocol = { # name = "icmp" # } # } # ]