Skip to content

Commit

Permalink
fix tests for TestAccDataProtectionBackupInstanceKubernatesCluster (h…
Browse files Browse the repository at this point in the history
  • Loading branch information
teowa authored Aug 27, 2024
1 parent 05edddd commit a65b388
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ resource "azurerm_kubernetes_cluster" "test" {
dns_prefix = "acctestaks%[1]d"
default_node_pool {
name = "default"
node_count = 1
vm_size = "Standard_DS2_v2"
enable_host_encryption = true
name = "default"
node_count = 1
vm_size = "Standard_DS2_v2"
host_encryption_enabled = true
upgrade_settings {
max_surge = "10%%"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ resource "azurerm_kubernetes_cluster" "example" {
dns_prefix = "dns"
default_node_pool {
name = "default"
node_count = 1
vm_size = "Standard_DS2_v2"
enable_host_encryption = true
name = "default"
node_count = 1
vm_size = "Standard_DS2_v2"
host_encryption_enabled = true
}
identity {
Expand Down

0 comments on commit a65b388

Please sign in to comment.