Explorar el Código

Added depends_on attribute for security module

main
kusum hace 1 año
padre
commit
af9930ad61
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      tf-lab-master/main.tf

+ 1
- 1
tf-lab-master/main.tf Ver fichero

@@ -25,7 +25,7 @@ module "security"{
security_policy_name = var.security_policy_name
host_names = var.host_names
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"{

Cargando…
Cancelar
Guardar