Skip to content

Commit

Permalink
fix: data name in eucovidcert
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-calabrese committed Oct 4, 2024
1 parent cd6685c commit b9d033e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/eucovidcert/_modules/function_apps/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ data "azurerm_subnet" "snet_backendl2" {
resource_group_name = local.resource_group_name_common
}

data "azurerm_subnet" "snet_backendl2" {
data "azurerm_subnet" "snet_backendl3" {
name = "appbackendl3"
virtual_network_name = local.vnet_name_common
resource_group_name = local.resource_group_name_common
Expand Down

0 comments on commit b9d033e

Please sign in to comment.