diff --git a/internal/services/monitor/monitor_action_group_resource_test.go b/internal/services/monitor/monitor_action_group_resource_test.go index a4b36ed3304d..6c032d2def65 100644 --- a/internal/services/monitor/monitor_action_group_resource_test.go +++ b/internal/services/monitor/monitor_action_group_resource_test.go @@ -697,6 +697,10 @@ resource "azurerm_automation_runbook" "test" { publish_content_link { uri = "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/c4935ffb69246a6058eb24f54640f53f69d3ac9f/101-automation-runbook-getvms/Runbooks/Get-AzureVMTutorial.ps1" } + + lifecycle { + ignore_changes = [content] + } } `, data.RandomInteger, data.Locations.Primary, data.RandomInteger, data.RandomInteger) } @@ -1076,6 +1080,10 @@ resource "azurerm_automation_runbook" "test" { publish_content_link { uri = "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/c4935ffb69246a6058eb24f54640f53f69d3ac9f/101-automation-runbook-getvms/Runbooks/Get-AzureVMTutorial.ps1" } + + lifecycle { + ignore_changes = [content] + } } resource "azurerm_logic_app_workflow" "test" {