You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Based on https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/origin-shield.html#choose-origin-shield-region
89
93
# If a region is not specified, we assume it supports Origin Shield.
90
94
origin_shield_region_fallback_map={
@@ -97,7 +101,7 @@ locals {
97
101
"eu-north-1"="eu-west-2"
98
102
"me-south-1"="ap-south-1"
99
103
}
100
-
origin_shield_region=local.enabled?lookup(local.origin_shield_region_fallback_map, data.aws_region.current[0].name, data.aws_region.current[0].name) :"this string is never used"
104
+
origin_shield_region=local.enabled?lookup(local.origin_shield_region_fallback_map, local.aws_region_name, local.aws_region_name) :"this string is never used"
0 commit comments