Skip to content

Commit 0ff0755

Browse files
committed
feat: updated the path for tfstate in backend
1 parent 6710144 commit 0ff0755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf-variables/backend.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
terraform {
1616
backend "gcs" {
1717
bucket = "bkt-tfstates-15062024"
18-
prefix = "terraform/tst"
18+
prefix = "tst/tf-variables"
1919
}
2020
}

0 commit comments

Comments
 (0)