diff --git a/infrastructure/terraform/main.tf b/infrastructure/terraform/main.tf index dfde8f94..0f67b8c3 100644 --- a/infrastructure/terraform/main.tf +++ b/infrastructure/terraform/main.tf @@ -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 -} \ No newline at end of file +# } \ No newline at end of file