diff --git a/modules/products/static-site/kms.tf b/modules/products/static-site/kms.tf index c97a7c3..5a9f9ee 100644 --- a/modules/products/static-site/kms.tf +++ b/modules/products/static-site/kms.tf @@ -27,7 +27,7 @@ resource "aws_kms_key_policy" "static_site_kms_policy" { variable = "aws:SourceArn" values = [aws_cloudfront_distribution.static_site_distribution.arn] } - }, + } ] }) }