Back to Terragrunt

Fast Copy Hidden Dir Permissions

docs/src/data/changelog/v1.1.3/fast-copy-hidden-dir-permissions.mdx

1.1.3453 B
Original Source

Source permissions preserved on hidden directories copied by include_in_copy

With the fast-copy strict control enabled, a hidden directory that Terragrunt copied due to include_in_copy matching something within it took the permissions of the first file generated within it, instead of the permissions it had in the source.

Those directories now keep their source permissions, matching the copy Terragrunt performs with the control disabled.