Skip to content

Commit 69041f9

Browse files
gambrosestack72
authored andcommitted
Removed azurerm_network_interface from azurerm_virtual_machine_scale_set example (hashicorp#7750)
Azure scale sets encapsulates the creation of network interfaces so it is not valid in this example.
1 parent ddc0f4c commit 69041f9

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

website/source/docs/providers/azurerm/r/virtual_machine_scale_sets.html.markdown

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,6 @@ resource "azurerm_subnet" "test" {
3232
address_prefix = "10.0.2.0/24"
3333
}
3434
35-
resource "azurerm_network_interface" "test" {
36-
name = "acctni"
37-
location = "West US"
38-
resource_group_name = "${azurerm_resource_group.test.name}"
39-
40-
ip_configuration {
41-
name = "testconfiguration1"
42-
subnet_id = "${azurerm_subnet.test.id}"
43-
private_ip_address_allocation = "dynamic"
44-
}
45-
}
46-
4735
resource "azurerm_storage_account" "test" {
4836
name = "accsa"
4937
resource_group_name = "${azurerm_resource_group.test.name}"

0 commit comments

Comments
 (0)