Skip to content

Commit 7973eb8

Browse files
authored
Tidy up
1 parent a6a26c3 commit 7973eb8

File tree

1 file changed

+0
-2
lines changed
  • quickstart/201-machine-learning-moderately-secure

1 file changed

+0
-2
lines changed

quickstart/201-machine-learning-moderately-secure/network.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@ resource "azurerm_network_security_group" "nsg-aks" {
143143
name = "nsg-aks"
144144
location = azurerm_resource_group.default.location
145145
resource_group_name = azurerm_resource_group.default.name
146-
147-
148146
}
149147

150148
resource "azurerm_subnet_network_security_group_association" "nsg-aks-link" {

0 commit comments

Comments
 (0)