Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ data "terraform_remote_state" "service" {
}

locals {
common_name = "time-tracker-ui"
common_name = "time-tracker-service"
environment = terraform.workspace
service_name = "${local.common_name}-${local.environment}"
create_app_service_plan = true
create_app_service_plan = false
service_plan_kind = "Linux"
image_name = "timetracker_ui"
}
Expand Down