Skip to content

Commit

Permalink
updating the documentation #9
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarvna committed Nov 2, 2021
1 parent f0d1a76 commit f3c706b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/linux_virtual_machine_using_existing_NSG/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ provider "azurerm" {

data "azurerm_network_security_group" "example" {
name = "nsg_mgnt_subnet_in"
resource_group_name = "vnet-shared-hub-westeurope-001"
resource_group_name = "rg-shared-westeurope-01"
}

data "azurerm_log_analytics_workspace" "example" {
Expand Down

0 comments on commit f3c706b

Please sign in to comment.