Skip to content

Commit

Permalink
remove alt subscription from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun committed Apr 1, 2022
1 parent 8077831 commit 2713144
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1850,13 +1850,11 @@ provider "azurerm" {
}
resource "azurerm_resource_group" "test" {
provider = azurerm-alt
name = "acctestRG-aks-%d"
location = "%s"
}
resource "azurerm_kubernetes_cluster" "test" {
provider = azurerm-alt
name = "acctestaks%d"
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
Expand Down

0 comments on commit 2713144

Please sign in to comment.