From e3985c1024a7f63591e7a3ce90017527fdcbe6c1 Mon Sep 17 00:00:00 2001 From: Tom Archer Date: Sun, 29 Aug 2021 20:17:20 -0700 Subject: [PATCH] Removed code fencing from code file --- .../resources.tf | 2 -- 1 file changed, 2 deletions(-) diff --git a/quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress/resources.tf b/quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress/resources.tf index f2ab9f0b..2fb7acc0 100644 --- a/quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress/resources.tf +++ b/quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress/resources.tf @@ -130,7 +130,6 @@ resource "azurerm_application_gateway" "network" { depends_on = [azurerm_virtual_network.test, azurerm_public_ip.test] } -```hcl resource "azurerm_role_assignment" "ra1" { scope = data.azurerm_subnet.kubesubnet.id role_definition_name = "Network Contributor" @@ -159,7 +158,6 @@ resource "azurerm_role_assignment" "ra4" { principal_id = azurerm_user_assigned_identity.testIdentity.principal_id depends_on = [azurerm_user_assigned_identity.testIdentity, azurerm_application_gateway.network] } -``` resource "azurerm_kubernetes_cluster" "k8s" { name = var.aks_name