File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cd3_automation_toolkit/user-scripts/terraform Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ module "exa-infra" {
5757# ###########################################
5858
5959module "exa-vmclusters" {
60- depends_on = [module . exa-infra , module . nsgs ]
60+ depends_on = [module . exa-infra ]
6161 source = " ./modules/database/exa-vmcluster"
6262
6363 for_each = var. exa_vmclusters != null ? var. exa_vmclusters : {}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ data "oci_core_vcns" "oci_vcns_fss" {
2121}
2222
2323module "mts" {
24- # depends_on = [module.nsgs]] # Uncomment to execute NSG and Mount Target together
24+ # depends_on = [module.nsgs] # Uncomment to execute NSG and Mount Target together
2525 # Required
2626 source = " ./modules/storage/file-storage/mount-target"
2727 for_each = (var. mount_targets != null || var. mount_targets != {}) ? var. mount_targets : {}
You can’t perform that action at this time.
0 commit comments