From 50f4db15d35bebedc8251139346fd0fac9ac6ca2 Mon Sep 17 00:00:00 2001 From: Umberto Coppola Bottazzi Date: Wed, 11 Dec 2024 11:50:32 +0100 Subject: [PATCH] feat: Ignore changes instances on azure devops agent (#388) ignore changes azure devops --- azure_devops_agent/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/azure_devops_agent/main.tf b/azure_devops_agent/main.tf index c152278b..7a9a4dd6 100644 --- a/azure_devops_agent/main.tf +++ b/azure_devops_agent/main.tf @@ -79,6 +79,7 @@ resource "azurerm_linux_virtual_machine_scale_set" "this" { # Ignore changes to these tags because they are generated by az devops. tags["__AzureDevOpsElasticPool"], tags["__AzureDevOpsElasticPoolTimeStamp"], + instances ] }