Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoclessa authored Mar 29, 2023
1 parent 9b143a6 commit 562651e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
module "site" {
source = "./site_s3"

domain = local.config.domain
}


module "cloudfront" {
source = "./cloudfront"
domain = local.config.domain
zoneid = local.config.zoneid
source = "./cloudfront"
domain = local.config.domain
zoneid = local.config.zoneid

}

0 comments on commit 562651e

Please sign in to comment.