You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2-Terraform-AZURE-Services-Creation/4-Create-AKS-Cluster-IAM-Roles.md
+28-7Lines changed: 28 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,12 @@ In this lab, you'll create an Azure Kubernetes Service (AKS) cluster and set up
19
19
Review the [AKS Terraform configuration](https://github.com/thomast1906/DevOps-The-Hard-Way-Azure/tree/main/2-Terraform-AZURE-Services-Creation/4-aks). The configuration includes:
20
20
21
21
**aks.tf:**
22
-
-[ ] Creates AKS Cluster using `azurerm_kubernetes_cluster`
23
-
-[ ] Sets up role assignments using `azurerm_role_assignment`
22
+
-[ ] Creates AKS Cluster using `azurerm_kubernetes_cluster` with Kubernetes 1.33
0 commit comments