Deploy a Multi-Region OCI Goldengate and Autonomous Stack to Build Distributed Apps on OCI
This repo is under active development. Building open source software is a community effort. We're excited to engage with the community building this.
Make sure your credentials are defined in $HOME/.oci/config file. As Terraform takes takes the default value from the .oci/config file
For eg : [DEFAULT]
user=ocid1.user.oc1..aaaaaxxxwf3a
fingerprint=de:50:15:13:...:d6
key_file=/Users/shadab/.oci/oci_api_key.pem
tenancy=ocid1.tenancy.oc1..aaaaaaaa2txfa
compartment=ocid1.compartment.oc1..aaaa5pti7sq
region=us-ashburn-1
$ git clone https://github.com/oracle-quickstart/oci-global-multiregion-app-goldengate-autonomous/
$ cd NorthAmerica
Initialize Terraform provider for OCI and Random
$ terraform init
$ terraform plan
$ terraform apply
$ terraform destroy
$ cd Asia
Initialize Terraform provider for OCI and Random
$ terraform init
$ terraform plan
$ terraform apply
$ terraform destroy
$ cd Australia
Initialize Terraform provider for OCI and Random
$ terraform init
$ terraform plan
$ terraform apply
$ terraform destroy
$ cd Europe
Initialize Terraform provider for OCI and Random
$ terraform init
$ terraform plan
$ terraform apply
$ terraform destroy
$ cd SouthAmerica
Initialize Terraform provider for OCI and Random
$ terraform init
$ terraform plan
$ terraform apply
$ terraform destroy
$ cd Africa
Initialize Terraform provider for OCI and Random
$ terraform init
$ terraform plan
$ terraform apply
$ terraform destroy