49 ‐ Steps to create an OCI instance using Terraform - SanjeevOCI/Ocidocs GitHub Wiki
Create OCI instance using Terraform
- Select the Compute Instance to be used to create a new instance using Terraform
- 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 }