vars.tf 275 B

1234567
  1. # inherited variables
  2. variable "tags" { type = map(any) }
  3. variable "dns_info" { type = map(any) }
  4. variable "standard_tags" { type = map(any) }
  5. variable "aws_account_id" { type = string }
  6. variable "aws_partition" { type = string }
  7. variable "account_list" { type = list(any) }