Skip to content

Commit

Permalink
Merge branch 'main' into updating-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoofard committed Apr 26, 2023
2 parents 9a87631 + 0b7a780 commit 7e002d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/azure/acr/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ data "azurerm_resource_group" "self" {
}

data "azurerm_subnet" "self" {
name = var.network.subnet_name
name = var.network.subnet_id
virtual_network_name = var.network.virtual_network_name
resource_group_name = var.resource_group_name
}
Expand Down

0 comments on commit 7e002d1

Please sign in to comment.