Skip to content

Commit

Permalink
correct identity variables to agent-pool-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorioland committed Jun 11, 2021
1 parent 4252b89 commit a1cfd8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fixture/agent-pool-cleanup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ module "aci-devops-agent" {
agent_pool_name = var.linux_azure_devops_pool_name
cpu = 1
memory = 4
user_assigned_identity_ids = [azurerm_user_assigned_identity.example1.id, azurerm_user_assigned_identity.example2.id]
use_system_assigned_identity = true
user_assigned_identity_ids = []
use_system_assigned_identity = false
}

image_registry_credential = {
Expand Down

0 comments on commit a1cfd8e

Please sign in to comment.