From 3921987bf2265298ecff3efda2f9b3a045c64494 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Thu, 2 Dec 2021 10:00:40 +0100 Subject: [PATCH] testing mkdocs 8: annotations in code --- docs/terraform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/terraform.md b/docs/terraform.md index 09d582f7..4ab55265 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -340,7 +340,7 @@ address_prefixes = ["10.x.x.0/24"] } ``` -``` tf="07-aks-cluster.tf" +``` tf = "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)