Skip to content

Commit

Permalink
removing scm type
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethSkylight committed Nov 30, 2023
1 parent 8782b86 commit 55cfd8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/implementation/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ resource "azurerm_linux_web_app" "playground_webapp" {
https_only = true
site_config {
minimum_tls_version = "1.2"
scm_type = "GitHub"
}
}

Expand Down

0 comments on commit 55cfd8d

Please sign in to comment.