Skip to content

Commit f104e6b

Browse files
authored
TTA-138 Optimize stage resource in azure (#921)
Co-authored-by: Abigail Cabascango <sacabascango1espe.edu.ec>
1 parent 85ab09a commit f104e6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ data "terraform_remote_state" "service" {
3333
}
3434

3535
locals {
36-
common_name = "time-tracker-ui"
36+
common_name = "time-tracker-service"
3737
environment = terraform.workspace
3838
service_name = "${local.common_name}-${local.environment}"
39-
create_app_service_plan = true
39+
create_app_service_plan = false
4040
service_plan_kind = "Linux"
4141
image_name = "timetracker_ui"
4242
}

0 commit comments

Comments
 (0)