main.tf (7 lines of code) (raw):

provider "oci" { // tenancy_ocid = var.tenancy_ocid // user_ocid = var.user_ocid // region = var.region auth = "SecurityToken" config_file_profile = "DEFAULT" }