Skip to content

Commit

Permalink
remove old frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Jan 17, 2024
1 parent 9394b63 commit 1124770
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 63 deletions.
16 changes: 1 addition & 15 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -114,20 +114,6 @@ module "common" {
resource_group_location = local.resource_group_location
}

module "frontend" {
source = "./modules/frontend"
env_name = "prod"
resource_group_name = module.common.resource_group_name
resource_group_location = local.resource_group_location
}

module "frontend_staging" {
source = "./modules/frontend"
env_name = "staging"
resource_group_name = module.common.resource_group_name
resource_group_location = local.resource_group_location
}

module "ilmo" {
source = "./modules/ilmo"
env_name = "prod"
Expand All @@ -140,7 +126,7 @@ module "ilmo" {
auth_jwt_secret = module.keyvault.ilmo_auth_jwt_secret
mailgun_api_key = module.keyvault.ilmo_mailgun_api_key
mailgun_domain = module.keyvault.ilmo_mailgun_domain
website_events_url = "https://${module.frontend.fqdn}/tapahtumat"
website_events_url = "https://tikwebprodsa.z16.web.core.windows.net/tapahtumat" #placeholder until new one is made
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
21 changes: 0 additions & 21 deletions modules/frontend/main.tf

This file was deleted.

16 changes: 0 additions & 16 deletions modules/frontend/output.tf

This file was deleted.

11 changes: 0 additions & 11 deletions modules/frontend/variables.tf

This file was deleted.

0 comments on commit 1124770

Please sign in to comment.