We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5219ad3 + e3985c1 commit 22cf568Copy full SHA for 22cf568
1 file changed
quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress/resources.tf
@@ -130,7 +130,6 @@ resource "azurerm_application_gateway" "network" {
130
depends_on = [azurerm_virtual_network.test, azurerm_public_ip.test]
131
}
132
133
-```hcl
134
resource "azurerm_role_assignment" "ra1" {
135
scope = data.azurerm_subnet.kubesubnet.id
136
role_definition_name = "Network Contributor"
@@ -159,7 +158,6 @@ resource "azurerm_role_assignment" "ra4" {
159
158
principal_id = azurerm_user_assigned_identity.testIdentity.principal_id
160
depends_on = [azurerm_user_assigned_identity.testIdentity, azurerm_application_gateway.network]
161
162
-```
163
164
resource "azurerm_kubernetes_cluster" "k8s" {
165
name = var.aks_name
0 commit comments