Skip to content

Commit 7255564

Browse files
authored
Update locals.tf
1 parent fef6291 commit 7255564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ locals {
175175
index = repository
176176
archived = config.archived
177177
}
178-
] : item.index => merge(local.sources[item.source].github_repository.this[item.index], { archived = config.archived })
178+
] : item.index => merge(local.sources[item.source].github_repository.this[item.index], { archived = item.archived })
179179
}
180180
"github_repository_collaborator" = {
181181
for item in flatten([

0 commit comments

Comments
 (0)