terraform/ecc-aws-353-redshift_user_activity_logging_enabled/red1/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"
}