Skip to content

Commit

Permalink
Apply make terrafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
s4heid committed Dec 6, 2024
1 parent 74a1327 commit 545b720
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions internal/services/costmanagement/anomaly_alert_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ provider "azurerm" {
}
resource "azurerm_cost_anomaly_alert" "test" {
name = "-acctest-%d"
display_name = "acctest %d"
email_subject = "Hi"
email_addresses = ["test@test.com", "test@hashicorp.developer"]
notification_email = "othertest@hashicorp.developer"
message = "Custom sender email configured"
name = "-acctest-%d"
display_name = "acctest %d"
email_subject = "Hi"
email_addresses = ["test@test.com", "test@hashicorp.developer"]
notification_email = "othertest@hashicorp.developer"
message = "Custom sender email configured"
}
`, data.RandomInteger, data.RandomInteger)
}

0 comments on commit 545b720

Please sign in to comment.