Skip to content

Commit ebb1b96

Browse files
Fix Lustre resource names to avoid leaks (#14691) (#23804)
[upstream:a70eeb9a5687693f001ad1dece4534ef40496022] Signed-off-by: Modular Magician <[email protected]>
1 parent 45220a8 commit ebb1b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/services/lustre/data_source_lustre_instance_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func TestAccLustreInstanceDatasource_basic(t *testing.T) {
5353
func testAccLustreInstanceDatasource_basic(context map[string]interface{}) string {
5454
return acctest.Nprintf(`
5555
resource "google_lustre_instance" "instance" {
56-
instance_id = "my-instance-%{random_suffix}"
56+
instance_id = "tf-test-%{random_suffix}"
5757
location = "us-central1-a"
5858
filesystem = "testfs"
5959
capacity_gib = 18000

0 commit comments

Comments
 (0)