Skip to content

Commit a39d63f

Browse files
authored
Merge pull request #99 from oracle-devrel/develop
Automation Toolkit Release v2024.2.2
2 parents bebbee1 + 1df5110 commit a39d63f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cd3_automation_toolkit/user-scripts/terraform/database-exacs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module "exa-infra" {
5757
############################################
5858

5959
module "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 : {}

cd3_automation_toolkit/user-scripts/terraform/fss.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ data "oci_core_vcns" "oci_vcns_fss" {
2121
}
2222

2323
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
2525
#Required
2626
source = "./modules/storage/file-storage/mount-target"
2727
for_each = (var.mount_targets != null || var.mount_targets != {}) ? var.mount_targets : {}

0 commit comments

Comments
 (0)