Skip to content

Commit

Permalink
azurerm_security_center_storage_defender - fix acctests (#28031)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyeqf authored Nov 15, 2024
1 parent 23d08f8 commit 873c388
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ func TestAccSecurityCenterStorageDefender_eventGrid(t *testing.T) {

func (r SecurityCenterStorageDefenderResource) template(data acceptance.TestData) string {
return fmt.Sprintf(`
provider "azurerm" {
features {}
}
resource "azurerm_resource_group" "test" {
name = "acctestRG-storage-%[1]d"
location = "%[2]s"
Expand Down

0 comments on commit 873c388

Please sign in to comment.