Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethSkylight committed Nov 30, 2023
1 parent 35175e4 commit 0f93336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/implementation/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ resource "azurerm_linux_web_app" "playground_webapp" {

resource "azurerm_app_service_source_control" "playground_sourcecontrol" {
app_id = azurerm_linux_web_app.playground_webapp.id
repo_url = "https://github.com/C"
repo_url = "https://github.com/CDCgov/phdi-playground/"
branch = "main"
use_manual_integration = false
use_mercurial = false
Expand Down

0 comments on commit 0f93336

Please sign in to comment.