Replies: 5 comments 4 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
i have added to the conifg disable_bucket_update = true and it solved the issue |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
FYI, I had the same issue with Terragrunt 0.54.8 which is the last version in Arch Linux at the moment. After manually switching to 0.54.20 the problem is gone. Funny enough installing terragrunt with pacman and checking the version gives you this: $ terragrunt --version
terragrunt version latest
$ |
Beta Was this translation helpful? Give feedback.
-
Hi,
I created a S3 bucket and dynamotable for my backend.
I setuped the backend in terragrunt and it generated a correct backend.tf which I also can use to create a s3 bucket.
=>
_If I use terraform without terragrunt and add a S3 bucket for example in a main.tf it is working.
After running terraform apply => I can see the bucket in AWS and the state is updated in the S3 bucket which stores the state.
Same thing while using terragrunt apply._
If I remove my .tf files and start using modules in .hcl directly I get this error after running terraform plan:
Any idea what is wrong?
My terragrunt.hcl file looks like that:
Tracked in ticket #110557
Beta Was this translation helpful? Give feedback.
All reactions