Skip to content

Commit

Permalink
feat: Ignore changes instances on azure devops agent (#388)
Browse files Browse the repository at this point in the history
ignore changes azure devops
  • Loading branch information
umbcoppolabottazzi authored Dec 11, 2024
1 parent ce3200b commit 50f4db1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure_devops_agent/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
}

Expand Down

0 comments on commit 50f4db1

Please sign in to comment.