diff --git a/modules/opennext-cloudfront/cloudfront.tf b/modules/opennext-cloudfront/cloudfront.tf index e3c95d8..d04f1ab 100644 --- a/modules/opennext-cloudfront/cloudfront.tf +++ b/modules/opennext-cloudfront/cloudfront.tf @@ -171,7 +171,7 @@ resource "aws_cloudfront_distribution" "distribution" { restrictions { geo_restriction { restriction_type = var.geo_restriction.restriction_type - locations = var.geo_restriction.whitelist + locations = var.geo_restriction.locations } }