example/03-complex-enterprise/account-baseline/variables.tf (12 lines of code) (raw):
variable "foundations" {
description = "Output from foundation step"
}
variable "applications_accounts" {
description = "Setup member accounts for applications"
}
variable "access_key" {
}
variable "secret_key" {
}
variable "region" {
}