Skip to content

Commit d24fa93

Browse files
Fix TestAccSpannerInstance_spannerInstanceWithAutoscaling in replaying mode (#13138) (#9385)
[upstream:e443c06b1cf6ae1249174af24ffc810f2646a127] Signed-off-by: Modular Magician <[email protected]>
1 parent 432d4cd commit d24fa93

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/13138.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/services/spanner/resource_spanner_instance_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,7 @@ resource "google_spanner_instance" "main" {
604604
func testAccSpannerInstance_spannerInstanceWithAutoscaling(context map[string]interface{}) string {
605605
return acctest.Nprintf(`
606606
resource "google_spanner_instance" "example" {
607+
name = "tf-test-spanner-instance-%{random_suffix}"
607608
config = "regional-us-central1"
608609
display_name = "Test Spanner Instance"
609610
autoscaling_config {

0 commit comments

Comments
 (0)