Skip to content

Commit

Permalink
Revert "chore: change website_events_url in ilmomasiina"
Browse files Browse the repository at this point in the history
This reverts commit 2168bb8.
  • Loading branch information
kahlstrm authored Aug 10, 2024
1 parent 2168bb8 commit 2f93814
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ module "ilmo" {
auth_jwt_secret = module.keyvault.secrets["ilmo-auth-jwt-secret"]
mailgun_api_key = module.keyvault.secrets["ilmo-mailgun-api-key"]
mailgun_domain = module.keyvault.secrets["ilmo-mailgun-domain"]
website_events_url = "https://tietokilta.fi"
website_events_url = "https://ilmo.tietokilta.fi"
tikweb_app_plan_id = module.common.tikweb_app_plan_id
tikweb_rg_location = module.common.resource_group_location
tikweb_rg_name = module.common.resource_group_name
Expand Down

0 comments on commit 2f93814

Please sign in to comment.