Skip to content

Commit

Permalink
update s3 backend
Browse files Browse the repository at this point in the history
  • Loading branch information
FaithKovi committed Jul 31, 2024
1 parent 84a8e95 commit 37764b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/backend.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
backend "s3" {
bucket = "terraform-state-bucket1232444231"
key = "./terraform.tfstate"
key = "terraform.tfstate"
region = "us-east-1"
dynamodb_table = "resume-terraform-locks"
encrypt = true
Expand Down

0 comments on commit 37764b4

Please sign in to comment.