Skip to content

Commit

Permalink
azurerm/provider: allow us to use AzureProvider with terracognita
Browse files Browse the repository at this point in the history
  • Loading branch information
talset committed Mar 23, 2022
1 parent e1c6403 commit e3be785
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions azurerm/provider.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package azurerm

import (
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/hashicorp/terraform-provider-azurerm/internal/provider"
)

func Provider() *schema.Provider {
return provider.AzureProvider()
}

0 comments on commit e3be785

Please sign in to comment.