* allow setting no ranges in custom firewall rules * fix blueprint * fix example * fix example
8 lines
220 B
HCL
8 lines
220 B
HCL
default_rules_config = {
|
|
disabled = true
|
|
}
|
|
factories_config = {
|
|
cidr_tpl_file = "../../tests/modules/net_vpc_firewall/data/cidr_template.yaml"
|
|
rules_folder = "../../tests/modules/net_vpc_firewall/data/firewall"
|
|
}
|