Skip to content

Commit

Permalink
ajuste site
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoclessa committed Jul 18, 2023
1 parent 89529f3 commit 49f9caf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/defaults.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
route53_zone_domain: "test.vkpr.net"
cdn_domain: "s3-teste.test.vkpr.net"
cdn_domain: "s3-teste.test.vkpr.net"
zone_id: "Z00652121QOCYJG0NVLJU"
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ module "template_s3" {
source = "./template_s3"
route53_zone_domain = local.config.domain
cdn_domain = local.config.cdn
zone_id = local.zone_id
}
4 changes: 4 additions & 0 deletions template_s3/input.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@ variable "cloudfront_default_root_object" {
variable "cloudfront_http_version" {
default = "http2"
type = string
}

variable "id_zone"{
type = string
}

0 comments on commit 49f9caf

Please sign in to comment.