Files
terraform/oracle/environments/prod/variables.tf

11 lines
257 B
HCL

variable "compartment_id" {
description = "生产环境的 Compartment OCID"
type = string
default = "ocid1.compartment.oc1..example"
}
variable "environment" {
description = "环境名称"
type = string
default = "prod"
}