Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
change wca_host to include www (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnIckler authored Aug 1, 2024
1 parent 81a36d2 commit bf04448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/handler/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ variable "host" {
variable "wca_host" {
type = string
description = "The host for generating URLs to the monolith"
default = "https://worldcubeassociation.org"
default = "https://www.worldcubeassociation.org"
}

variable "shared_resources" {
Expand Down
2 changes: 1 addition & 1 deletion infra/worker/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ variable "availability_zones" {
variable "wca_host" {
type = string
description = "The host for generating absolute URLs in the application"
default = "worldcubeassociation.org"
default = "https://www.worldcubeassociation.org"
}

variable "shared_resources" {
Expand Down

0 comments on commit bf04448

Please sign in to comment.