Skip to content

Commit b408705

Browse files
committed
fix: pass site_prefix to CloudFront module
1 parent abc903d commit b408705

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module "cloudfront" {
2121
source = "./modules/cloudfront"
2222
site_name = var.site_name
2323
site_domain = var.site_domain
24+
site_prefix = var.site_prefix
2425
cloudfront_ssl = aws_acm_certificate.wordpress_site.arn
2526
cloudfront_aliases = var.cloudfront_aliases
2627
providers = {

0 commit comments

Comments
 (0)