Skip to content

Commit

Permalink
fix config in terragrunt template (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
samidbb authored Aug 20, 2024
1 parent 79930cc commit 51735c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
remote_state {
backend = "s3"
config {
config = {
bucket = "<your_bucket_name>-state-bucket"
encrypt = true
key = "${path_relative_to_include()}/terraform.tfstate"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
remote_state {
backend = "s3"
config {
config = {
bucket = "<your_bucket_name>-state-bucket"
encrypt = true
key = "${path_relative_to_include()}/terraform.tfstate"
Expand Down

0 comments on commit 51735c7

Please sign in to comment.