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) {
468
468
469
469
context := map [string ]interface {}{
470
470
"random_suffix" : acctest .RandString (t , 10 ),
471
- "location_1" : "us-central1 " ,
471
+ "location_1" : "us-east1 " ,
472
472
"location_2" : "us-west1" ,
473
473
"tier" : "ENTERPRISE" ,
474
474
}
@@ -493,7 +493,7 @@ func TestAccFilestoreInstance_replication(t *testing.T) {
493
493
func testAccFilestoreInstance_replication (context map [string ]interface {}) string {
494
494
return acctest .Nprintf (`
495
495
resource "google_filestore_instance" "instance" {
496
- name = "tf-instance-%{random_suffix}"
496
+ name = "tf-test- instance-%{random_suffix}"
497
497
location = "%{location_1}"
498
498
tier = "%{tier}"
499
499
description = "An instance created during testing."
@@ -510,7 +510,7 @@ resource "google_filestore_instance" "instance" {
510
510
}
511
511
512
512
resource "google_filestore_instance" "replica-instance" {
513
- name = "tf-rinstance -%{random_suffix}"
513
+ name = "tf-test-instance -%{random_suffix}"
514
514
location = "%{location_2}"
515
515
tier = "%{tier}"
516
516
description = "An replica instance created during testing."
You can’t perform that action at this time.
0 commit comments