Skip to content

Commit

Permalink
feat: updated the path for tfstate in backend (#12)
Browse files Browse the repository at this point in the history
* feat: updated the path for tfstate in backend

* feat: added a blank line in readme
  • Loading branch information
oneanupam authored Jun 15, 2024
1 parent 6710144 commit 67fa878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tf-variables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ To execute the terraform code, go to command prompt and then run the following c
- [Optional] `terraform destroy -auto-approve`

## References
- https://developer.hashicorp.com/terraform/language/values/variables
- https://developer.hashicorp.com/terraform/language/values/variables
2 changes: 1 addition & 1 deletion tf-variables/backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
terraform {
backend "gcs" {
bucket = "bkt-tfstates-15062024"
prefix = "terraform/tst"
prefix = "tst/tf-variables"
}
}

0 comments on commit 67fa878

Please sign in to comment.