Skip to content

Commit 67fa878

Browse files
authored
feat: updated the path for tfstate in backend (#12)
* feat: updated the path for tfstate in backend * feat: added a blank line in readme
1 parent 6710144 commit 67fa878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tf-variables/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ To execute the terraform code, go to command prompt and then run the following c
2323
- [Optional] `terraform destroy -auto-approve`
2424

2525
## References
26-
- https://developer.hashicorp.com/terraform/language/values/variables
26+
- https://developer.hashicorp.com/terraform/language/values/variables

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)