Skip to content

Commit

Permalink
Merge pull request #223 from libp2p/master-upgrade
Browse files Browse the repository at this point in the history
upgrade@8325871698
  • Loading branch information
galargh committed Mar 18, 2024
2 parents 34f7df4 + 3ff9b7f commit 3dc326c
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 3dc326c

Please sign in to comment.