mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Add back in route53
This commit is contained in:
parent
8b6f0ad78f
commit
1b8c41256a
1 changed files with 5 additions and 5 deletions
|
|
@ -85,9 +85,9 @@ module "s3_presignable_bucket" {
|
|||
}
|
||||
|
||||
# Set up the route53 record for the API
|
||||
# module "route53" {
|
||||
# source = "./modules/route53"
|
||||
# domain_name = var.domain_name
|
||||
# api_url_prefix = var.api_url_prefix
|
||||
module "route53" {
|
||||
source = "./modules/route53"
|
||||
domain_name = var.domain_name
|
||||
api_url_prefix = var.api_url_prefix
|
||||
|
||||
# }
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue