- # variables from terragrunt.hcl
- variable "tags" { type = map(any) }
- # inherited variables
- variable "standard_tags" { type = map(any) }
- variable "aws_account_id" { type = string }
- variable "aws_partition" { type = string }
- variable "customer_account_list" {
- type = list(any)
- default = []
- }
- variable "account_list" { type = list(any) }
|