Skip to content

Commit cd2001a

Browse files
committed
Fixed examples/joomla-ha-mds-use-existing-network/joomla.tf
1 parent 609ca99 commit cd2001a

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)