Skip to content

Commit

Permalink
Add missing name to function
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Nov 4, 2024
1 parent 9f5a5ce commit 6940f45
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
resource "azapi_resource" "linux_function_app_flex" {
type = "Microsoft.Web/sites@2024-04-01"
name = "${local.prefix}-fctn001"
location = var.location
parent_id = azurerm_resource_group.resource_group_ingestion.id
tags = var.tags
Expand Down

0 comments on commit 6940f45

Please sign in to comment.