We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d1a76 commit f3c706bCopy full SHA for f3c706b
examples/linux_virtual_machine_using_existing_NSG/main.tf
@@ -5,7 +5,7 @@ provider "azurerm" {
5
6
data "azurerm_network_security_group" "example" {
7
name = "nsg_mgnt_subnet_in"
8
- resource_group_name = "vnet-shared-hub-westeurope-001"
+ resource_group_name = "rg-shared-westeurope-01"
9
}
10
11
data "azurerm_log_analytics_workspace" "example" {
0 commit comments