Skip to content

Commit 1a4a752

Browse files
committed
fix: fixed subscription_id
1 parent 368d760 commit 1a4a752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/complete/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
provider "azurerm" {
22
features {}
3-
subscription_id = "068245d4-3c94-42fe-9c4d-9e5e1cabc60c"
3+
subscription_id = "000000-11111-1223-XXX-XXXXXXXXXXXX"
44
}
55

66
provider "azurerm" {
77
features {}
88
alias = "peer"
9-
subscription_id = "068245d4-3c94-42fe-9c4d-9e5e1cabc60c"
9+
subscription_id = "000000-11111-1223-XXX-XXXXXXXXXXXX"
1010
}
1111

1212
data "azurerm_client_config" "current_client_config" {}

0 commit comments

Comments
 (0)