cloud in the wrong directory

This commit is contained in:
Jun-te Kim 2026-02-02 18:08:02 +00:00
parent 8648283043
commit 150da2a780

View file

@ -269,7 +269,7 @@ module "sap_baseline_ecr" {
# CDN - Cloudfront
##############################################
module "cloudfront_distribution" {
source = "./modules/cloudfront"
source = "../modules/cloudfront"
bucket_name = module.s3.bucket_name
bucket_id = module.s3.bucket_id
bucket_arn = module.s3.bucket_arn