Skip to content

Commit f3c706b

Browse files
committed
updating the documentation #9
1 parent f0d1a76 commit f3c706b

File tree

1 file changed

+1
-1
lines changed
  • examples/linux_virtual_machine_using_existing_NSG

1 file changed

+1
-1
lines changed

examples/linux_virtual_machine_using_existing_NSG/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ provider "azurerm" {
55

66
data "azurerm_network_security_group" "example" {
77
name = "nsg_mgnt_subnet_in"
8-
resource_group_name = "vnet-shared-hub-westeurope-001"
8+
resource_group_name = "rg-shared-westeurope-01"
99
}
1010

1111
data "azurerm_log_analytics_workspace" "example" {

0 commit comments

Comments
 (0)