Skip to content

Commit

Permalink
azurerm_monitor_action_group - fix tests for 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfrahry committed Aug 12, 2024
1 parent d6d89f8 commit 70122ce
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down Expand Up @@ -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" {
Expand Down

0 comments on commit 70122ce

Please sign in to comment.