Skip to content

Commit

Permalink
Fix tflint error
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF committed Dec 7, 2021
1 parent fca2096 commit 596aab0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/services/storage/storage_account_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,8 @@ resource "azurerm_storage_account" "test" {
tags = {
environment = "production"
}
}`, data.RandomInteger, data.Locations.Primary, data.RandomString, allowFlag)
}
`, data.RandomInteger, data.Locations.Primary, data.RandomString, allowFlag)
}

func (r StorageAccountResource) isHnsEnabledTrue(data acceptance.TestData) string {
Expand Down

0 comments on commit 596aab0

Please sign in to comment.