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
TTA-138 Optimize stage resource in azure
  • Loading branch information
Abigail Cabascango committed Aug 18, 2022
commit c1ad259e1c7ff821e3165c91e98fc7af63efa8b4
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