Skip to content

Commit

Permalink
Add domain name
Browse files Browse the repository at this point in the history
Add ssl cert.
Add DNS.
Remove ingress port 80.
Add ingress port 443
  • Loading branch information
kmesiab committed Mar 6, 2024
1 parent 32bd188 commit 33b7bcd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -33,3 +40,5 @@ tf plan

### repository_url
`462498369025.dkr.ecr.us-west-2.amazonaws.com/mood-marker-api`

# [DRAFT]
2 changes: 1 addition & 1 deletion terraform/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ output "load_balancer_url" {

output "api_url" {
value = "https://langtool.net"
}
}
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ variable "deployment_bucket_name" {
variable "route_53_hosted_zone_id" {
type = string
default = "Z00098522Y9LE2926BSFR"
}
}

0 comments on commit 33b7bcd

Please sign in to comment.