From a1cfd8e0306336ba55cfa65cb1aa2a77e7ae2dd3 Mon Sep 17 00:00:00 2001 From: Julien Corioland Date: Fri, 11 Jun 2021 17:22:55 +0200 Subject: [PATCH] correct identity variables to agent-pool-cleanup --- test/fixture/agent-pool-cleanup/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fixture/agent-pool-cleanup/main.tf b/test/fixture/agent-pool-cleanup/main.tf index b90ab77..5f54147 100644 --- a/test/fixture/agent-pool-cleanup/main.tf +++ b/test/fixture/agent-pool-cleanup/main.tf @@ -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 = {