From 6a2274893799922ae8eb7497d958d9953c01b0f3 Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Wed, 20 Sep 2023 11:58:18 -0500 Subject: [PATCH] Add comment --- aws-region/main.tf | 3 +++ 1 file changed, 3 insertions(+) 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)"