Skip to content

Commit 4c83557

Browse files
Made filestore backup tests use sweepable resources (#13009) (#909)
[upstream:37390d359c66e0c8c4917fe8a4be1d5dab6440c2] Signed-off-by: Modular Magician <[email protected]>
1 parent 4e876e2 commit 4c83557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

filestore_backup_basic/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resource "google_filestore_instance" "instance" {
2-
name = "tf-fs-inst-${local.name_suffix}"
2+
name = "fs-inst-${local.name_suffix}"
33
location = "us-central1-b"
44
tier = "BASIC_HDD"
55

@@ -16,7 +16,7 @@ resource "google_filestore_instance" "instance" {
1616
}
1717

1818
resource "google_filestore_backup" "backup" {
19-
name = "tf-fs-bkup-${local.name_suffix}"
19+
name = "fs-bkup-${local.name_suffix}"
2020
location = "us-central1"
2121
description = "This is a filestore backup for the test instance"
2222
source_instance = google_filestore_instance.instance.id

0 commit comments

Comments
 (0)