mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
commend out domain
This commit is contained in:
parent
07a13a88e9
commit
8b6f0ad78f
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
|
# Set up the route53 record for the API
|
||||||
module "route53" {
|
# module "route53" {
|
||||||
source = "./modules/route53"
|
# source = "./modules/route53"
|
||||||
domain_name = var.domain_name
|
# domain_name = var.domain_name
|
||||||
api_url_prefix = var.api_url_prefix
|
# api_url_prefix = var.api_url_prefix
|
||||||
|
|
||||||
}
|
# }
|
||||||
Loading…
Add table
Reference in a new issue