terraform/ecc-aws-553-unused_clb/red2/variables.tf (8 lines of code) (raw):
variable "default-region" {
type = string
description = "Default region for resources will be created"
}
variable "profile" {
type = string
description = "Profile name configured before running apply"
}