Skip to content

Commit

Permalink
Changed name within google_compute_disk on line 3162 to inclue and ra…
Browse files Browse the repository at this point in the history
…ndomly generated string
  • Loading branch information
NA2047 committed Mar 3, 2023
1 parent 5da2b36 commit 2961a73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3156,7 +3156,7 @@ data "google_compute_image" "debian" {
}

resource "google_compute_disk" "persistent" {
name = "debian-disk"
name = "tf-test-debian-disk-%{suffix}"
image = data.google_compute_image.debian.self_link
size = 10
type = "pd-ssd"
Expand Down

0 comments on commit 2961a73

Please sign in to comment.