This Terraform Module is used to setup DMW Oracle IaaS VM
https://learn.hashicorp.com/terraform/getting-started/install.html
The directory structure of the timocco-terraform repository is as follows:
├── README.md
└── tf/sandbox
├── backend.tf
├── provider.tf
├── sandbox.tfvars
├── sandbox_secrets.tfvars
├── shared.tf
├── tenant.tf
├── main.tf
├── tf_sandbox.sh
├── var.tf
└── version.tf
cd tf/sandbox && terraform init && terraform workspace new sandbox