Skip to content

Commit

Permalink
fix: subscription id replaced by remdom id
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavcloud committed Sep 16, 2024
1 parent f990d9b commit 0eaf96a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/example.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
provider "azurerm" {
features {}
subscription_id = "068245d4-3c94-42fe-9c4d-9e5e1cabc60c"
subscription_id = "000000-11111-1223-XXX-XXXXXXXXXXXX"
}

locals {
Expand Down
2 changes: 2 additions & 0 deletions examples/firewall-with-isolated-rules/example.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
provider "azurerm" {
subscription_id = "000000-11111-1223-XXX-XXXXXXXXXXXX"
features {}

}

locals {
Expand Down

0 comments on commit 0eaf96a

Please sign in to comment.