Skip to content

Commit

Permalink
Merge pull request #99 from oracle-devrel/develop
Browse files Browse the repository at this point in the history
Automation Toolkit Release v2024.2.2
  • Loading branch information
xs2suruchi authored Apr 30, 2024
2 parents bebbee1 + 1df5110 commit a39d63f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module "exa-infra" {
############################################

module "exa-vmclusters" {
depends_on = [module.exa-infra, module.nsgs]
depends_on = [module.exa-infra]
source = "./modules/database/exa-vmcluster"

for_each = var.exa_vmclusters != null ? var.exa_vmclusters : {}
Expand Down
2 changes: 1 addition & 1 deletion cd3_automation_toolkit/user-scripts/terraform/fss.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data "oci_core_vcns" "oci_vcns_fss" {
}

module "mts" {
# depends_on = [module.nsgs]] # Uncomment to execute NSG and Mount Target together
# depends_on = [module.nsgs] # Uncomment to execute NSG and Mount Target together
#Required
source = "./modules/storage/file-storage/mount-target"
for_each = (var.mount_targets != null || var.mount_targets != {}) ? var.mount_targets : {}
Expand Down

0 comments on commit a39d63f

Please sign in to comment.