File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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
134133resource "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
164162resource "azurerm_kubernetes_cluster" "k8s" {
165163 name = var. aks_name
You can’t perform that action at this time.
0 commit comments