Skip to content

Commit

Permalink
Add provider to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
francescopersico committed Apr 23, 2020
1 parent 66e6d13 commit 06db1d3
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -529,6 +529,10 @@ resource "azurerm_api_management" "test" {

func testAccAzureRMApiManagement_virtualNetworkInternal(data acceptance.TestData) string {
return fmt.Sprintf(`
provider "azurerm" {
features {}
}
resource "azurerm_resource_group" "test" {
name = "acctestRG-%d"
location = "%s"
Expand Down

0 comments on commit 06db1d3

Please sign in to comment.