Skip to content

Commit fb4313f

Browse files
fix: push default files to forks (#999)
Co-authored-by: Zack Pollard <zackpollard@ymail.com>
1 parent 3e9305c commit fb4313f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tf/deployment/modules/shared/github/org/repositories.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ resource "github_repository_file" "default_files" {
224224
# Ignore all .terragrunt files in any child directory
225225
if !can(regex(".*terragrunt.*", file))
226226
]
227-
if !coalesce(repo.fork, false) && !coalesce(repo.archived, false)
227+
if !coalesce(repo.archived, false)
228228
]) : "${combination.repo.name}/${combination.file}" => combination
229229
}
230230
repository = each.value.repo.name

0 commit comments

Comments
 (0)