We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee3d95 commit fb7787bCopy full SHA for fb7787b
code/infra/data.tf
@@ -1,5 +1,9 @@
1
data "azurerm_client_config" "current" {}
2
3
+data "azurerm_location" "current" {
4
+ location = var.location
5
+}
6
+
7
data "azurerm_virtual_network" "virtual_network" {
8
name = local.virtual_network.name
9
resource_group_name = local.virtual_network.resource_group_name
0 commit comments