admin_group_object_ids removed from aks.tfvars

This commit is contained in:
Jose Luis Carrillo Aguilar 2022-10-13 16:55:07 +02:00
Родитель 3794b42509
Коммит a351c5f7f8
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -34,9 +34,8 @@ aks_clusters = {
role_based_access_control = {
enabled = true
azure_active_directory = {
managed = true
azure_rbac_enabled = true
admin_group_object_ids = ["50f1138f-1d8c-4eab-b643-e3a02820f244"]
managed = true
azure_rbac_enabled = true
}
}