diff --git a/terraform/README.md b/terraform/README.md index cc5ca70..631ca93 100644 --- a/terraform/README.md +++ b/terraform/README.md @@ -24,6 +24,13 @@ tf plan 1. Subnet 1 2. Subnet 2 +--- + +## Configure: + +Update `route_53_hosted_zone_id` with your own hosted zone. +Modify all references to the domain name `langtool.net` + --- ## Outputs @@ -33,3 +40,5 @@ tf plan ### repository_url `462498369025.dkr.ecr.us-west-2.amazonaws.com/mood-marker-api` + +# [DRAFT] \ No newline at end of file diff --git a/terraform/output.tf b/terraform/output.tf index f54c7ee..4e124c1 100644 --- a/terraform/output.tf +++ b/terraform/output.tf @@ -4,4 +4,4 @@ output "load_balancer_url" { output "api_url" { value = "https://langtool.net" -} \ No newline at end of file +} diff --git a/terraform/variables.tf b/terraform/variables.tf index 52451c5..c90b009 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -11,4 +11,4 @@ variable "deployment_bucket_name" { variable "route_53_hosted_zone_id" { type = string default = "Z00098522Y9LE2926BSFR" -} \ No newline at end of file +}