Skip to content

Commit

Permalink
Scaffold the Azure RM Network Interface resource
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Jan 10, 2016
1 parent 0bfce8e commit 5371454
Show file tree
Hide file tree
Showing 5 changed files with 717 additions and 41 deletions.
1 change: 1 addition & 0 deletions builtin/providers/azurerm/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func Provider() terraform.ResourceProvider {
"azurerm_network_security_rule": resourceArmNetworkSecurityRule(),
"azurerm_public_ip": resourceArmPublicIp(),
"azurerm_subnet": resourceArmSubnet(),
"azurerm_network_interface": resourceArmNetworkInterface(),
},
ConfigureFunc: providerConfigure,
}
Expand Down
Loading

0 comments on commit 5371454

Please sign in to comment.