We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4403b80 commit c1ad259Copy full SHA for c1ad259
infrastructure/main.tf
@@ -33,10 +33,10 @@ data "terraform_remote_state" "service" {
33
}
34
35
locals {
36
- common_name = "time-tracker-ui"
+ common_name = "time-tracker-service"
37
environment = terraform.workspace
38
service_name = "${local.common_name}-${local.environment}"
39
- create_app_service_plan = true
+ create_app_service_plan = false
40
service_plan_kind = "Linux"
41
image_name = "timetracker_ui"
42
0 commit comments