Skip to content

Commit

Permalink
WIP Container groups resource - formatting changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijeet Gaiha committed Sep 5, 2017
1 parent 1a91933 commit a1365c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azurerm/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func Provider() terraform.ResourceProvider {
"azurerm_cdn_profile": resourceArmCdnProfile(),
"azurerm_container_registry": resourceArmContainerRegistry(),
"azurerm_container_service": resourceArmContainerService(),
"azurerm_container_group": resourceArmContainerGroup(),
"azurerm_container_group": resourceArmContainerGroup(),
"azurerm_cosmosdb_account": resourceArmCosmosDBAccount(),
"azurerm_dns_a_record": resourceArmDnsARecord(),
"azurerm_dns_aaaa_record": resourceArmDnsAAAARecord(),
Expand Down Expand Up @@ -245,7 +245,7 @@ func determineAzureResourceProvidersToRegister(providerList []resources.Provider
"Microsoft.Compute": struct{}{},
"Microsoft.ContainerRegistry": struct{}{},
"Microsoft.ContainerService": struct{}{},
"Microsoft.ContainerInstance": struct{}{},
"Microsoft.ContainerInstance": struct{}{},
"Microsoft.DocumentDB": struct{}{},
"Microsoft.EventGrid": struct{}{},
"Microsoft.EventHub": struct{}{},
Expand Down

0 comments on commit a1365c7

Please sign in to comment.