Skip to content

Commit

Permalink
Removed illegal arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
hvalfangst committed Jan 4, 2024
1 parent 8aa2f71 commit 298996a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions infra/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,11 @@ resource "azurerm_linux_function_app" "hvalfangst" {
site_config {
application_insights_key = azurerm_application_insights.hvalfangst.instrumentation_key
application_insights_connection_string = azurerm_application_insights.hvalfangst.connection_string
cors {
allowed_origins = ["https://portal.azure.com"]
}
application_stack{
python_version = "3.10"
}
}
app_settings = {
"APPINSIGHTS_INSTRUMENTATIONKEY" = azurerm_application_insights.hvalfangst.instrumentation_key
"FUNCTIONS_EXTENSION_VERSION" = "~3"
}
}

0 comments on commit 298996a

Please sign in to comment.