Skip to content

Commit

Permalink
chore: change website_events_url in ilmomasiina
Browse files Browse the repository at this point in the history
  • Loading branch information
joonatanaatos committed Aug 10, 2024
1 parent d9d43c1 commit 2168bb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 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://ilmo.tietokilta.fi"
website_events_url = "https://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 2168bb8

Please sign in to comment.