Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
njuCZ committed Jul 1, 2021
1 parent 733e4a3 commit e684a47
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -991,11 +991,12 @@ resource "azurerm_resource_group" "test" {
}
resource "azurerm_kubernetes_cluster" "test" {
name = "acctestaks%d"
location = "${azurerm_resource_group.test.location}"
resource_group_name = "${azurerm_resource_group.test.name}"
dns_prefix = "acctestaks%d"
name = "acctestaks%d"
location = "${azurerm_resource_group.test.location}"
resource_group_name = "${azurerm_resource_group.test.name}"
dns_prefix = "acctestaks%d"
local_account_disabled = true
linux_profile {
admin_username = "acctestuser%d"
Expand Down

0 comments on commit e684a47

Please sign in to comment.