Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoclessa authored Jul 17, 2023
1 parent 4de9f77 commit c2bc8f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ module "cloudfront" {
domain = local.config.domain
zoneid = local.config.zoneid
vca = module.certificate.output.vca
depends_on = [module.certificate]
}

0 comments on commit c2bc8f4

Please sign in to comment.