- # variables from terragrunt.hcl
- variable tags { type = map }
- variable ami_bucket_name {
- type = string
- default = "xdr-shared-amis"
- }
- # inherited variables
- variable standard_tags { type = map }
- variable aws_account_id { type = string }
- variable aws_partition { type = string }
- variable account_list { type = list }
|