variable "region" {} variable "tenancy_ocid" {} ### variable "user_ocid" { ### type = string ### description = "OCID do Usuário" ### } ### ### variable "fingerprint" { ### type = string ### description = "Fingerprint da chave API" ### } ### ### variable "private_key_path" { ### type = string ### description = "Caminho local para a chave privada" ### } ### ### variable "region" { ### type = string ### description = "Região do OCI" ### } ### ### variable "private_key_password" { ### type = string ### description = "Senha da chave privada (se houver)" ### default = null ### }