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 85ab09a commit f104e6bCopy full SHA for f104e6b
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