We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45220a8 commit ebb1b96Copy full SHA for ebb1b96
google/services/lustre/data_source_lustre_instance_test.go
@@ -53,7 +53,7 @@ func TestAccLustreInstanceDatasource_basic(t *testing.T) {
53
func testAccLustreInstanceDatasource_basic(context map[string]interface{}) string {
54
return acctest.Nprintf(`
55
resource "google_lustre_instance" "instance" {
56
- instance_id = "my-instance-%{random_suffix}"
+ instance_id = "tf-test-%{random_suffix}"
57
location = "us-central1-a"
58
filesystem = "testfs"
59
capacity_gib = 18000
0 commit comments