/tf-instance-oci

tf-instance-oci

Primary LanguageHCL

OCI with Terraform

The main objective of this deploy with terraform is the implementation of an Ampere Altra instance. However, it can be easily modified to deploy several instances of different architectures.

By default, it deploys a 1-node cusing ARM machines. Each machine has 1 OCPU and 6 GB of RAM, which means that the cluster fits within Oracle's (pretty generous if you ask me) [free tier][freetier].

Getting started

  1. Create an Oracle Cloud Infrastructure account (just follow [this link][createaccount]).
  2. Have installed or install terraform.
  3. Have installed or install OCI CLI .
  4. Configure OCI credentials.
  5. Download this project and enter its folder.
  6. terraform init
  7. terraform apply

That's it!

At the end of the terraform apply,

Stopping the cluster

terraform destroy