Skip to content

Commit d5b0823

Browse files
committed
Added tests to run the same
1 parent b790689 commit d5b0823

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mmv1/third_party/terraform/services/storage/resource_storage_anywhere_cache_test.go

-6
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,10 @@ resource "google_storage_bucket" "bucket" {
5757
location = "US"
5858
}
5959
60-
resource "time_sleep" "destroy_wait_5000_seconds" {
61-
depends_on = [google_storage_bucket.bucket]
62-
destroy_duration = "5000s"
63-
}
64-
6560
resource "google_storage_anywhere_cache" "cache" {
6661
bucket = google_storage_bucket.bucket.name
6762
zone = "us-central1-f"
6863
ttl = "3601s"
69-
depends_on = [time_sleep.destroy_wait_5000_seconds]
7064
}
7165
`, context)
7266
}

0 commit comments

Comments
 (0)