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

11 lines
256 B
HCL

variable "compartment_id" {
description = "开发环境的 Compartment OCID"
type = string
default = "ocid1.compartment.oc1..example"
}
variable "environment" {
description = "环境名称"
type = string
default = "dev"
}