-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
I use overwrite_terragrunt
on my backend configurations:
remote_state {
backend = "s3"
generate = {
path = "backend.tf"
if_exists = "overwrite_terragrunt"
}
config = {
...
}
}
Each time Terragrunt regenerates the backend.tf
file, it generates the configuration lines in a different order. Since I'm storing backend.tf
in source control, this shows as a change each time.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers