This section will guide you through the pre-requisites before you can use this project.
You can proceed to the Quick Start guide if you have already done these.
Start by installing Terraform and configuring your path.
-
Open your browser and navigate to the Terraform download page. You need version 0.12.8+.
-
Download the appropriate version for your operating system.
-
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:
-
Click on 'Start', type 'Control Panel' and open it
-
Select System > Advanced System Settings > Environment Variables
-
Select System variables > PATH and click 'Edit'
-
Click New and paste the location of the directory where you have extracted the terraform.exe
-
Close all open windows by clicking 'OK'
-
Open a new terminal and verify terraform has been properly installed
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:
-
Compartment OCID
-
Tenancy OCID
-
User OCID
Follow the documentation for obtaining the tenancy and user ocids on OCI Documentation.
To obtain the compartment OCID:
-
Navigate to Identity > Compartments
-
Click on your Compartment
-
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