We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9305c commit fb4313fCopy full SHA for fb4313f
1 file changed
tf/deployment/modules/shared/github/org/repositories.tf
@@ -224,7 +224,7 @@ resource "github_repository_file" "default_files" {
224
# Ignore all .terragrunt files in any child directory
225
if !can(regex(".*terragrunt.*", file))
226
]
227
- if !coalesce(repo.fork, false) && !coalesce(repo.archived, false)
+ if !coalesce(repo.archived, false)
228
]) : "${combination.repo.name}/${combination.file}" => combination
229
}
230
repository = each.value.repo.name
0 commit comments