infracloud/archives/invista-nexus_Fix-Unauthorized/variables.tf
2026-03-09 15:02:41 -03:00

28 lines
No EOL
647 B
HCL

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