Skip to content

Commit 52395c9

Browse files
committed
Add data object
1 parent fb7787b commit 52395c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code/infra/data.tf

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

3+
data "azurerm_subscription" "current" {}
4+
35
data "azurerm_location" "current" {
46
location = var.location
57
}

0 commit comments

Comments
 (0)