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" {
57
57
# ###########################################
58
58
59
59
module "exa-vmclusters" {
60
- depends_on = [module . exa-infra , module . nsgs ]
60
+ depends_on = [module . exa-infra ]
61
61
source = " ./modules/database/exa-vmcluster"
62
62
63
63
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" {
21
21
}
22
22
23
23
module "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
25
25
# Required
26
26
source = " ./modules/storage/file-storage/mount-target"
27
27
for_each = (var. mount_targets != null || var. mount_targets != {}) ? var. mount_targets : {}
You can’t perform that action at this time.
0 commit comments