diff --git a/builtin/providers/google/resource_storage_bucket_test.go b/builtin/providers/google/resource_storage_bucket_test.go index 35fc8f308..de38be841 100644 --- a/builtin/providers/google/resource_storage_bucket_test.go +++ b/builtin/providers/google/resource_storage_bucket_test.go @@ -117,7 +117,7 @@ func TestAccStorageForceDestroy(t *testing.T) { ), }, resource.TestStep{ - Config: "", + Config: testGoogleStorageBucketsReaderCustomAttributes("idontexist"), Check: resource.ComposeTestCheckFunc( testAccCheckCloudStorageBucketMissing(bucketName), ),