49 ‐ Steps to create an OCI instance using Terraform - SanjeevOCI/Ocidocs GitHub Wiki

Create OCI instance using Terraform

  1. Select the Compute Instance to be used to create a new instance using Terraform

Create_Instances_Through_Terraform_1

  1. Login to OCI Code Editor and create a folder "Terraform" --> Create a file "import.tf" inside the folder --> populate the file with the code below

import { id = "ocid.virtual_circuit.oc1.phx.example" to = oci_core_virtual_circuit.test_virtual_circuit }

Create_Instances_Through_Terraform_2

Create_App_Instance_Thru_Terraform_1

Create_App_Instance_Thru_Terraform_2

Create_App_Instance_Thru_Terraform_3

Create_App_Instance_Thru_Terraform_4

Create_App_Instance_Thru_Terraform_5

Create_App_Instance_Thru_Terraform_6

Create_App_Instance_Thru_Terraform_7

Create_App_Instance_Thru_Terraform_8

Create_App_Instance_Thru_Terraform_9

Create_App_Instance_Thru_Terraform_10

Create_App_Instance_Thru_Terraform_11

Create_App_Instance_Thru_Terraform_12

Create_App_Instance_Thru_Terraform_13

Create_App_Instance_Thru_Terraform_14

Create_App_Instance_Thru_Terraform_15

Create_App_Instance_Thru_Terraform_16

Create_App_Instance_Thru_Terraform_17

Create_App_Instance_Thru_Terraform_18

Create_App_Instance_Thru_Terraform_19

Create_App_Instance_Thru_Terraform_20

Create_App_Instance_Thru_Terraform_21

Create_App_Instance_Thru_Terraform_22

Create_App_Instance_Thru_Terraform_23

Create_App_Instance_Thru_Terraform_24

Create_App_Instance_Thru_Terraform_25

Create_App_Instance_Thru_Terraform_26

Create_App_Instance_Thru_Terraform_27

Create_App_Instance_Thru_Terraform_28

Create_App_Instance_Thru_Terraform_29

Create_App_Instance_Thru_Terraform_30

Create_App_Instance_Thru_Terraform_31

Create_App_Instance_Thru_Terraform_32

Create_App_Instance_Thru_Terraform_33

Create_App_Instance_Thru_Terraform_35

Create_App_Instance_Thru_Terraform_36

Create_App_Instance_Thru_Terraform_37

Create_App_Instance_Thru_Terraform_38

Create_App_Instance_Thru_Terraform_39

Create_App_Instance_Thru_Terraform_40

Create_App_Instance_Thru_Terraform_41