Files
terraform-talos/oracle/services/auth.tf
Serge Logvinov 4934aebeff sync setup
2024-08-16 17:57:31 +03:00

9 lines
198 B
HCL

provider "oci" {
tenancy_ocid = var.tenancy_ocid
user_ocid = var.user_ocid
fingerprint = var.fingerprint
private_key_path = var.key_file
region = local.region
}