variable "tenancy_ocid" { description = "Oracle Cloud 租户 OCID" type = string } variable "user_ocid" { description = "Oracle Cloud 用户 OCID" type = string } variable "fingerprint" { description = "API 密钥指纹" type = string }