mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-31 18:28:32 +00:00
15 lines
271 B
HCL
15 lines
271 B
HCL
|
|
variable "tenancy_ocid" {}
|
|
variable "user_ocid" {}
|
|
variable "fingerprint" {}
|
|
variable "region" {
|
|
description = "the OCI region where resources will be created"
|
|
type = string
|
|
default = null
|
|
}
|
|
|
|
variable "project" {
|
|
type = string
|
|
default = "main"
|
|
}
|