diff --git a/infrastructure/terraform/main.tf b/infrastructure/terraform/main.tf index 0f67b8c3..dfde8f94 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