Skip to content

Commit fb7787b

Browse files
committed
Add missing data object
1 parent cee3d95 commit fb7787b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

code/infra/data.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
data "azurerm_client_config" "current" {}
22

3+
data "azurerm_location" "current" {
4+
location = var.location
5+
}
6+
37
data "azurerm_virtual_network" "virtual_network" {
48
name = local.virtual_network.name
59
resource_group_name = local.virtual_network.resource_group_name

0 commit comments

Comments
 (0)