Skip to content
Closed
Changes from 1 commit
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
Next Next commit
TT-601: Adding DNS and TLS support
  • Loading branch information
faustocv authored and MarcoAguirre committed May 26, 2022
commit 79defdae421c2d5928b7e819fd7c14b3dc1c70c9
1 change: 0 additions & 1 deletion infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ locals {
environment = terraform.workspace
service_name = "${local.common_name}-${local.environment}"
create_app_service_plan = true
service_plan_kind = "Linux"
image_name = "timetracker_ui"
}

Expand Down