0
0
llucycodes42
The code creates a resource named "acceptanceTestEventHubNamespace" in the test resource group. The location setting specifies that the resource should be located in the West US region.
Shortcut: tf_azurerm_lb
resource "azurerm_lb" "${MyResource}" {
name = "acceptanceTestEventHubNamespace"
location = "West US"
resource_group_name = "\${azurerm_resource_group.test.name}"
}