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 fef6291 commit 7255564Copy full SHA for 7255564
terraform/locals.tf
@@ -175,7 +175,7 @@ locals {
175
index = repository
176
archived = config.archived
177
}
178
- ] : item.index => merge(local.sources[item.source].github_repository.this[item.index], { archived = config.archived })
+ ] : item.index => merge(local.sources[item.source].github_repository.this[item.index], { archived = item.archived })
179
180
"github_repository_collaborator" = {
181
for item in flatten([
0 commit comments