Skip to content

Commit

Permalink
testing path to key
Browse files Browse the repository at this point in the history
  • Loading branch information
chelseybeck committed Feb 13, 2024
1 parent f166ed0 commit 45d14e8
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 = "hfla-ops-terraform-state"
key = "devops-security/terraform.tfstate"
key = "hfla-ops-terraform-state/devops-security/terraform.tfstate"
region = "us-west-2"
dynamodb_table = "hfla_ops_terraform_table"
encrypt = true
Expand Down

0 comments on commit 45d14e8

Please sign in to comment.