Files
terraform-talos/oracle/images/auth.tf
Serge Logvinov 1a9ac328de update bootstrap
2022-12-22 00:18:02 +02:00

13 lines
397 B
HCL

# openssl genrsa -out ~/.oci/oci_main_terraform.pem 2048
# chmod go-rwx ~/.oci/oci_main_terraform.pem
# openssl rsa -pubout -in ~/.oci/oci_main_terraform.pem -out ~/.oci/oci_main_terraform_public.pem
provider "oci" {
tenancy_ocid = var.tenancy_ocid
user_ocid = var.user_ocid
fingerprint = var.fingerprint
private_key_path = var.key_file
region = var.region
}