security_policy_name = var.security_policy_name | security_policy_name = var.security_policy_name | ||||
host_names = var.host_names | host_names = var.host_names | ||||
geo_block_network_list_id = module.network-lists.geo_block_network_list_id | geo_block_network_list_id = module.network-lists.geo_block_network_list_id | ||||
depends_on = [module.network-lists] | |||||
depends_on = [module.network-lists, module.property] | |||||
} | } | ||||
module "network-lists"{ | module "network-lists"{ |