Files
oam/examples/terraform/oracle cloud/create a free tier ampere instance

Oracle free tier Ampere VM

Simple example to create an Ampere VM instance in Oracle Cloud's free tier.

Table of contents

  1. Requirements
  2. Further readings
  3. Sources

Requirements

  1. VCN
  2. Public Subnet

For a Subnet to be considered Public, it needs to have associated a Route Table with a default route pointing to an Internet Gateway.

The default route table created using Terraform does not contain this route, nor it is possible to create the single route in it at the time of writing.
A solution to this is to create a new Route Table with the default route above and attach it to the Subnet. See the code for details.

requirements

Further readings

Sources

All the references in the further readings section, plus the following: