We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff11d17 + cd2001a commit 3f31bd3Copy full SHA for 3f31bd3
examples/joomla-ha-mds-use-existing-network/joomla.tf
@@ -2,8 +2,7 @@
2
## All rights reserved. The Universal Permissive License (UPL), Version 1.0 as shown at http://oss.oracle.com/licenses/upl
3
4
module "joomla" {
5
- #source = "github.com/oracle-devrel/terraform-oci-arch-joomla"
6
- source = "../../"
+ source = "github.com/oracle-devrel/terraform-oci-arch-joomla"
7
tenancy_ocid = var.tenancy_ocid
8
vcn_id = oci_core_virtual_network.joomla_mds_vcn.id
9
numberOfNodes = 2
0 commit comments