Skip to content

Commit

Permalink
create ecr registries for metaphor applications (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Edwards authored Sep 29, 2022
1 parent bd94ea5 commit 6115066
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/github/metaphor-repos.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module "metaphor" {
repo_name = "metaphor"
archive_on_destroy = false
auto_init = false # set to false if importing an existing repository
create_ecr = true
team_developers_id = github_team.developers.id
team_admins_id = github_team.admins.id
}
Expand All @@ -14,6 +15,7 @@ module "metaphor_go" {
repo_name = "metaphor-go"
archive_on_destroy = false
auto_init = false # set to false if importing an existing repository
create_ecr = true
team_developers_id = github_team.developers.id
team_admins_id = github_team.admins.id
}
Expand All @@ -24,6 +26,7 @@ module "metaphor_frontend" {
repo_name = "metaphor-frontend"
archive_on_destroy = false
auto_init = false # set to false if importing an existing repository
create_ecr = true
team_developers_id = github_team.developers.id
team_admins_id = github_team.admins.id
}

0 comments on commit 6115066

Please sign in to comment.