Skip to content

Commit 433b0bc

Browse files
Fix Lustre resource names to avoid leaks (#14691) (#10436)
[upstream:a70eeb9a5687693f001ad1dece4534ef40496022] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent a916cc1 commit 433b0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-beta/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)