-
I don't understand the reason for automatically creating an S3 bucket. What if you made a typo? Would it try to deploy the infrastructure again? By default, Terraform's S3 backend complains if the bucket doesn't exist, but Terragrunt creates it. I want to use Terragrunt's remote state to pass some variables into it, like so:
But because of this default behavior, I simply can't, and I have to use some ugly workarounds like:
I think the best practice would be to have an option in remote_state like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We're actively changing this. Read the following: |
Beta Was this translation helpful? Give feedback.
We're actively changing this. Read the following:
#3445