Skip to content

Latest commit

 

History

History
123 lines (83 loc) · 4.27 KB

prerequisites.adoc

File metadata and controls

123 lines (83 loc) · 4.27 KB

Pre-requisites

Start by installing Terraform and configuring your path.

  1. Open your browser and navigate to the Terraform download page. You need version 0.12.8+.

  2. Download the appropriate version for your operating system.

  3. Extract the the contents of compressed file and copy the terraform binary to a location that is in your path (see next section below).

Open a terminal and type the following:

sudo mv /path/to/terraform /usr/local/bin

Follow the steps below to configure your path on Windows:

  1. Click on 'Start', type 'Control Panel' and open it

  2. Select System > Advanced System Settings > Environment Variables

  3. Select System variables > PATH and click 'Edit'

  4. Click New and paste the location of the directory where you have extracted the terraform.exe

  5. Close all open windows by clicking 'OK'

  6. Open a new terminal and verify terraform has been properly installed

Open a terminal and test:

terraform -v
Terraform v0.12.16

Follow the documentation for generating keys on OCI Documentation.

Follow the documentation for uploading your keys on OCI Documentation.

Note the fingerprint.

Follow the documentation for creating a compartment.

Note: OCI creates default root compartment during account/tenant creation. It should be not be used for this project. We recommend creating a new compartment or a child compartment.

The following OCIDs are required:

  1. Compartment OCID

  2. Tenancy OCID

  3. User OCID

Follow the documentation for obtaining the tenancy and user ocids on OCI Documentation.

To obtain the compartment OCID:

  1. Navigate to Identity > Compartments

  2. Click on your Compartment

  3. Locate OCID on the page and click on 'Copy'

If you are enabling notifications for the bastion host or instance_principal for the admin server, the Terraform user must have the rights to manage policies and dynamic groups respectively.

Install only packages in the Autonomous Linux yum repo