Skip to content

Commit

Permalink
fix(frontend_url): remove frontend_url since it is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaffey committed Jul 3, 2022
1 parent 0e49b65 commit fa1052d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion modules/prod/app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ locals {
},
{
name = "FRONTEND_URL"
value = var.frontend_url
value = "https://${terraform.workspace}.${var.domain_name}"
},
{
name = "DOMAIN_NAME"
Expand Down
7 changes: 0 additions & 7 deletions modules/prod/app/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,3 @@ variable "backend_update_memory" {
description = "Amount (in MiB) of memory used by the task"
type = number
}

# misc

variable "frontend_url" {
type = string
description = "URL of the frontend SPA"
}

0 comments on commit fa1052d

Please sign in to comment.