/terraform-boilerplate-oci

A quick start repo for terraform on Oracle Cloud

Primary LanguageHCL

terraform-boilerplate-oci

A quick start repo for terraform on Oracle Cloud

Rename terraform.tfvars.rename to terraform.tfvars and populate with the required values for connecting to your oci account

Modify the compute.tf file as you wish and then you should be able to run:

terraform init
terraform apply
terraform plan

Keep in mind that this only creates compute resources, it does not create the network.