mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-11-01 02:38:31 +00:00
15 lines
309 B
HCL
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
|
|
}
|