Add comment

pull/19/head
Kyle Carberry 2 years ago
parent 12ab70382f
commit 6a22748937

@ -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)"

Loading…
Cancel
Save