Skip to content

Commit

Permalink
Merge pull request #1 from bubbletroubles/function-app-debug
Browse files Browse the repository at this point in the history
formatting
  • Loading branch information
bubbletroubles authored Jul 4, 2022
2 parents e232b05 + d186bfd commit 4596a67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3177,10 +3177,10 @@ resource "azurerm_subnet" "test" {
}
resource "azurerm_linux_function_app" "test" {
name = "acctest-LFA-%d"
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
service_plan_id = azurerm_service_plan.test.id
name = "acctest-LFA-%d"
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
service_plan_id = azurerm_service_plan.test.id
storage_account_name = azurerm_storage_account.test.name
storage_account_access_key = azurerm_storage_account.test.primary_access_key
Expand All @@ -3189,6 +3189,7 @@ resource "azurerm_linux_function_app" "test" {
}
`, r.template(data, planSku), data.RandomInteger, data.RandomInteger)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2569,10 +2569,11 @@ resource "azurerm_linux_function_app_slot" "test" {
function_app_id = azurerm_linux_function_app.test.id
storage_account_name = azurerm_storage_account.test.name
storage_account_access_key = azurerm_storage_account.test.primary_access_key
site_config {}
}
`, r.template(data, planSku), data.RandomInteger, data.RandomInteger)
}

Expand Down

0 comments on commit 4596a67

Please sign in to comment.