Skip to content

Commit 3f31bd3

Browse files
authored
Merge pull request #2 from oracle-devrel/develop
Fixed examples/joomla-ha-mds-use-existing-network/joomla.tf
2 parents ff11d17 + cd2001a commit 3f31bd3

File tree

1 file changed

+1
-2
lines changed
  • examples/joomla-ha-mds-use-existing-network

1 file changed

+1
-2
lines changed

examples/joomla-ha-mds-use-existing-network/joomla.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
## All rights reserved. The Universal Permissive License (UPL), Version 1.0 as shown at http://oss.oracle.com/licenses/upl
33

44
module "joomla" {
5-
#source = "github.com/oracle-devrel/terraform-oci-arch-joomla"
6-
source = "../../"
5+
source = "github.com/oracle-devrel/terraform-oci-arch-joomla"
76
tenancy_ocid = var.tenancy_ocid
87
vcn_id = oci_core_virtual_network.joomla_mds_vcn.id
98
numberOfNodes = 2

0 commit comments

Comments
 (0)