mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
cloud in the wrong directory
This commit is contained in:
parent
8648283043
commit
150da2a780
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ module "sap_baseline_ecr" {
|
||||||
# CDN - Cloudfront
|
# CDN - Cloudfront
|
||||||
##############################################
|
##############################################
|
||||||
module "cloudfront_distribution" {
|
module "cloudfront_distribution" {
|
||||||
source = "./modules/cloudfront"
|
source = "../modules/cloudfront"
|
||||||
bucket_name = module.s3.bucket_name
|
bucket_name = module.s3.bucket_name
|
||||||
bucket_id = module.s3.bucket_id
|
bucket_id = module.s3.bucket_id
|
||||||
bucket_arn = module.s3.bucket_arn
|
bucket_arn = module.s3.bucket_arn
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue