diff --git a/aws-region/main.tf b/aws-region/main.tf index e49f41f..11f43b5 100644 --- a/aws-region/main.tf +++ b/aws-region/main.tf @@ -52,6 +52,9 @@ variable "exclude" { } locals { + # This is a static list because the regions don't change _that_ + # frequently and including the `aws_regions` data source requires + # the provider, which requires a region. regions = { "ap-northeast-1" = { name = "Asia Pacific (Tokyo)"