Files
terraform-talos/oracle/init/variables.tf
Serge Logvinov 32b2563794 Prepare account
2021-12-19 01:11:29 +02:00

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"
}