Skip to content

Commit

Permalink
chore: add subscription_id to examples (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
PengyuanZhao authored Dec 3, 2024
1 parent 535a228 commit 13ca0b7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/custom-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ terraform {
}
provider "azurerm" {
subscription_id = "00000000-0000-0000-0000-000000000001"
features {}
}
Expand Down
1 change: 1 addition & 0 deletions examples/custom-config/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
provider "azurerm" {
subscription_id = "00000000-0000-0000-0000-000000000001"
features {}
}

Expand Down
1 change: 1 addition & 0 deletions examples/default-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ terraform {
}
provider "azurerm" {
subscription_id = "00000000-0000-0000-0000-000000000001"
features {}
}
Expand Down
1 change: 1 addition & 0 deletions examples/default-config/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
provider "azurerm" {
subscription_id = "00000000-0000-0000-0000-000000000001"
features {}
}

Expand Down
1 change: 1 addition & 0 deletions examples/management-group/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ terraform {
}
provider "azurerm" {
subscription_id = "00000000-0000-0000-0000-000000000001"
features {}
}
Expand Down
1 change: 1 addition & 0 deletions examples/management-group/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
provider "azurerm" {
subscription_id = "00000000-0000-0000-0000-000000000001"
features {}
}

Expand Down

0 comments on commit 13ca0b7

Please sign in to comment.