Skip to content

Commit

Permalink
Fix : Updated Github Workflows and added Latest Azurerm Version
Browse files Browse the repository at this point in the history
  • Loading branch information
vedant990 committed Dec 9, 2024
1 parent eba0310 commit 2a78fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/linux-vm/example.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
provider "azurerm" {
features {}
subscription_id = "068245d4-3c94-42fe-9c4d-9e5e1cabc60c"
subscription_id = "000000-11111-1223-XXX-XXXXXXXXXXXX"
}
provider "azurerm" {
features {}
alias = "peer"
subscription_id = "068245d4-3c94-42fe-9c4d-9e5e1cabc60c"
subscription_id = "000000-11111-1223-XXX-XXXXXXXXXXXX"
}

data "azurerm_client_config" "current_client_config" {}
Expand Down

0 comments on commit 2a78fd2

Please sign in to comment.