From 43f4d2fe19105dc07003652ff21d6c8b8a23bee3 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Tue, 23 Nov 2021 15:58:59 +0100 Subject: [PATCH] markdown test --- docs/terraform.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/terraform.md b/docs/terraform.md index 3cfe3e81..52c9ab82 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -311,6 +311,11 @@ - [github.com/stacksimplify/azure-aks-kubernetes-masterclass 🌟](https://github.com/stacksimplify/azure-aks-kubernetes-masterclass) - [**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) +- [Azure-Samples/private-aks-cluster-terraform-devops 🌟](https://github.com/Azure-Samples/private-aks-cluster-terraform-devops) **This sample shows how to create a private AKS cluster using Terraform and Azure DevOps.** +- [build5nines.com: Terraform: Create an AKS Cluster 🌟](https://build5nines.com/terraform-create-an-aks-cluster/) + +==} + ``` terraform="01-main.tf" resource "azurerm_virtual_network" "example" { # (1) @@ -343,11 +348,6 @@ docker_bridge_cidr = "172.17.0.1/16" # Default. You can reuse thisrange across d 3. Network Profile -- [Azure-Samples/private-aks-cluster-terraform-devops 🌟](https://github.com/Azure-Samples/private-aks-cluster-terraform-devops) **This sample shows how to create a private AKS cluster using Terraform and Azure DevOps.** -- [build5nines.com: Terraform: Create an AKS Cluster 🌟](https://build5nines.com/terraform-create-an-aks-cluster/) - -==} - ### Terraform and Apache Kafka - [medium: From AWS CloudFormation to Terraform: Migrating Apache Kafka](https://medium.com/riskified-technology/from-aws-cloudformation-to-terraform-migrating-apache-kafka-32bdabdbaa59)