Skip to content

Commit

Permalink
upgrade@8325871698
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Mar 18, 2024
1 parent 34f7df4 commit 3ff9b7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terraform/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,13 @@ locals {
try(config.archived, false) ? {
source = "state"
index = repository
archived = config.archived
} : {
source = "config"
index = repository
archived = config.archived
}
] : item.index => local.sources[item.source].github_repository.this[item.index]
] : item.index => merge(local.sources[item.source].github_repository.this[item.index], { archived = item.archived })
}
"github_repository_collaborator" = {
for item in flatten([
Expand Down

0 comments on commit 3ff9b7f

Please sign in to comment.