File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
google/services/filestore Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ ```release-note:none
2+
3+ ```
Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ func TestAccFilestoreInstance_replication(t *testing.T) {
468468
469469 context := map [string ]interface {}{
470470 "random_suffix" : acctest .RandString (t , 10 ),
471- "location_1" : "us-central1 " ,
471+ "location_1" : "us-east1 " ,
472472 "location_2" : "us-west1" ,
473473 "tier" : "ENTERPRISE" ,
474474 }
@@ -493,7 +493,7 @@ func TestAccFilestoreInstance_replication(t *testing.T) {
493493func testAccFilestoreInstance_replication (context map [string ]interface {}) string {
494494 return acctest .Nprintf (`
495495resource "google_filestore_instance" "instance" {
496- name = "tf-instance-%{random_suffix}"
496+ name = "tf-test- instance-%{random_suffix}"
497497 location = "%{location_1}"
498498 tier = "%{tier}"
499499 description = "An instance created during testing."
@@ -510,7 +510,7 @@ resource "google_filestore_instance" "instance" {
510510}
511511
512512resource "google_filestore_instance" "replica-instance" {
513- name = "tf-rinstance -%{random_suffix}"
513+ name = "tf-test-instance -%{random_suffix}"
514514 location = "%{location_2}"
515515 tier = "%{tier}"
516516 description = "An replica instance created during testing."
You can’t perform that action at this time.
0 commit comments