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 fb7787b commit 52395c9Copy full SHA for 52395c9
code/infra/data.tf
@@ -1,5 +1,7 @@
1
data "azurerm_client_config" "current" {}
2
3
+data "azurerm_subscription" "current" {}
4
+
5
data "azurerm_location" "current" {
6
location = var.location
7
}
0 commit comments