Initial commit: Terraform configurations for multiple cloud providers
This commit is contained in:
11
oracle/environments/dev/variables.tf
Normal file
11
oracle/environments/dev/variables.tf
Normal file
@@ -0,0 +1,11 @@
|
||||
variable "compartment_id" {
|
||||
description = "开发环境的 Compartment OCID"
|
||||
type = string
|
||||
default = "ocid1.compartment.oc1..example"
|
||||
}
|
||||
|
||||
variable "environment" {
|
||||
description = "环境名称"
|
||||
type = string
|
||||
default = "dev"
|
||||
}
|
||||
Reference in New Issue
Block a user