Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
PurkkaKoodari committed Aug 14, 2024
1 parent a2ee8c2 commit aa96b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ilmo/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ resource "azurerm_linux_web_app" "ilmo_backend" {
EDIT_SIGNUP_URL = "${var.website_url}/fi/signups/{id}/{editToken}"

BRANDING_MAIL_FOOTER_TEXT = "Ilmomasiina"
BRANDING_MAIL_FOOTER_LINK = var.website_events_url
BRANDING_MAIL_FOOTER_LINK = var.website_url
}

lifecycle {
Expand Down

0 comments on commit aa96b41

Please sign in to comment.