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

15 lines
309 B
HCL

variable "compartment_ocid" {}
variable "tenancy_ocid" {}
variable "user_ocid" {}
variable "fingerprint" {}
variable "key_file" {
default = "~/.oci/oci_main_terraform.pem"
}
variable "region" {
description = "the OCI region where resources will be created"
type = string
default = null
}