Skip to content

Commit

Permalink
smal opsie
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Jan 18, 2024
1 parent 366d234 commit e7e1a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/web/app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "azurerm_linux_web_app" "frontend" {
WEBSITES_PORT = 3000
PORT = 3000
NEXT_REVALIDATION_KEY = random_password.revalidation_key.result
SERVER_URL = "http://${azurerm_linux_web_app.cms.default_hostname}"
SERVER_URL = "https://${azurerm_linux_web_app.cms.default_hostname}"
}
}
resource "random_password" "payload_secret" {
Expand Down

0 comments on commit e7e1a04

Please sign in to comment.