commend out domain

This commit is contained in:
Khalim Conn-Kowlessar 2023-07-17 11:51:16 +01:00
parent 07a13a88e9
commit 8b6f0ad78f

View file

@ -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
} # }