Files
homelab-infra/infrastructure/oci/terraform/providers.tf
T

5 lines
101 B
Terraform

provider "oci" {
region = var.region
config_file_profile = var.oci_config_profile
}