example/03-complex-enterprise/foundations/variables.tf (15 lines of code) (raw):
variable "access_key" {
default = ""
}
variable "secret_key" {
default = ""
}
variable "region" {
default = "cn-shanghai"
}
variable "basic_settings" {
description = ""
}
variable "network_settings" {
description = ""
}