diff --git a/docs/terraform.md b/docs/terraform.md index bf31c5d7..4f3ea5cc 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -325,7 +325,7 @@ - [**Boilerplate: 25-Azure-DevOps-Terraform-Azure-AKS** 🌟🌟🌟](https://github.com/stacksimplify/azure-aks-kubernetes-masterclass/tree/master/25-Azure-DevOps-Terraform-Azure-AKS) - [PDF presentation 🌟](https://github.com/stacksimplify/azure-aks-kubernetes-masterclass/tree/master/ppt-presentation) - ```terraform="01-main.tf" +``` terraform="01-main.tf" resource "azurerm_virtual_network" "example" { # (1) name = "${var.environment}-network" location = azurerm_resource_group.aks_rg.location @@ -340,7 +340,7 @@ address_prefixes = ["10.x.x.0/24"] } ``` -```terraform="07-aks-cluster.tf" +``` terraform="07-aks-cluster.tf" network_profile { # (3) load_balancer_sku = "Standard" network_plugin = "azure" # Azure CNI because windows node pools arenot supported by kubenet (unfortunately)