Skip to content

Commit

Permalink
Allow default disk size for TestAccComputeAttachedDisk_region (#3534)
Browse files Browse the repository at this point in the history
<!-- This change is generated by MagicModules. -->
Original Author: @chrisst
  • Loading branch information
modular-magician authored and chrisst committed May 2, 2019
1 parent c51d0b5 commit 7f9bab7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion google/resource_compute_attached_disk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ resource "google_compute_attached_disk" "test" {
resource "google_compute_region_disk" "region" {
name = "%s"
region = "us-central1"
size = 10
replica_zones = ["us-central1-b", "us-central1-a"]
}
Expand Down

0 comments on commit 7f9bab7

Please sign in to comment.