5 lines
101 B
Terraform
5 lines
101 B
Terraform
provider "oci" {
|
|
region = var.region
|
|
config_file_profile = var.oci_config_profile
|
|
}
|