Skip to content

Commit

Permalink
remove default sku_tier value
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris van Ommeren committed Jul 19, 2021
1 parent 9bad71f commit 3a87337
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,6 @@ resource "azurerm_kubernetes_cluster" "test" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
dns_prefix = "acctestaks%d"
sku_tier = "Free"
default_node_pool {
name = "default"
Expand Down

0 comments on commit 3a87337

Please sign in to comment.