diff --git a/azurerm/internal/services/containers/kubernetes_cluster_node_pool_resource_test.go b/azurerm/internal/services/containers/kubernetes_cluster_node_pool_resource_test.go index 2af28b9c8debf..af289a48da199 100644 --- a/azurerm/internal/services/containers/kubernetes_cluster_node_pool_resource_test.go +++ b/azurerm/internal/services/containers/kubernetes_cluster_node_pool_resource_test.go @@ -1102,18 +1102,18 @@ resource "azurerm_kubernetes_cluster_node_pool" "test" { node_count = 1 kubelet_config { - cpu_manager_policy = "static" - cpu_cfs_quota_enabled = true - cpu_cfs_quota_period = "10ms" + cpu_manager_policy = "static" + cpu_cfs_quota_enabled = true + cpu_cfs_quota_period = "10ms" } linux_os_config { transparent_huge_page_enabled = "always" sysctl_config { - fs_aio_max_nr = 65536 - fs_file_max = 100000 - fs_inotify_max_user_watches = 1000000 + fs_aio_max_nr = 65536 + fs_file_max = 100000 + fs_inotify_max_user_watches = 1000000 } } } diff --git a/azurerm/internal/services/containers/kubernetes_cluster_other_resource_test.go b/azurerm/internal/services/containers/kubernetes_cluster_other_resource_test.go index 862de78551881..c3d80ba276bc8 100644 --- a/azurerm/internal/services/containers/kubernetes_cluster_other_resource_test.go +++ b/azurerm/internal/services/containers/kubernetes_cluster_other_resource_test.go @@ -919,18 +919,18 @@ resource "azurerm_kubernetes_cluster" "test" { node_count = 1 vm_size = "Standard_DS2_v2" kubelet_config { - cpu_manager_policy = "static" - cpu_cfs_quota_enabled = true - cpu_cfs_quota_period = "10ms" + cpu_manager_policy = "static" + cpu_cfs_quota_enabled = true + cpu_cfs_quota_period = "10ms" } linux_os_config { transparent_huge_page_enabled = "always" sysctl_config { - fs_aio_max_nr = 65536 - fs_file_max = 100000 - fs_inotify_max_user_watches = 1000000 + fs_aio_max_nr = 65536 + fs_file_max = 100000 + fs_inotify_max_user_watches = 1000000 } } }