Merge pull request #71 from TomArcherMsft/UserStory1871520

User Story 1871520
This commit is contained in:
Mark Gray (MSFT) 2021-09-29 16:36:31 -07:00 committed by GitHub
commit 22cf568a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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