Skip to content

Commit 22cf568

Browse files
authored
Merge pull request microsoft#71 from TomArcherMsft/UserStory1871520
User Story 1871520
2 parents 5219ad3 + e3985c1 commit 22cf568

File tree

1 file changed

+0
-2
lines changed
  • quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress

1 file changed

+0
-2
lines changed

quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress/resources.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ resource "azurerm_application_gateway" "network" {
130130
depends_on = [azurerm_virtual_network.test, azurerm_public_ip.test]
131131
}
132132

133-
```hcl
134133
resource "azurerm_role_assignment" "ra1" {
135134
scope = data.azurerm_subnet.kubesubnet.id
136135
role_definition_name = "Network Contributor"
@@ -159,7 +158,6 @@ resource "azurerm_role_assignment" "ra4" {
159158
principal_id = azurerm_user_assigned_identity.testIdentity.principal_id
160159
depends_on = [azurerm_user_assigned_identity.testIdentity, azurerm_application_gateway.network]
161160
}
162-
```
163161

164162
resource "azurerm_kubernetes_cluster" "k8s" {
165163
name = var.aks_name

0 commit comments

Comments
 (0)