This example creates OKE Cluster with all dependent cloud network infrastructure injected into module. The code deployes the use-case defined here.
Update terraform.tfvars with the required information.
Initialize Terraform:
$ terraform init
View what Terraform plans do before actually doing it:
$ terraform plan
Use Terraform to Provision resources:
$ terraform apply