Skip to content

Commit

Permalink
Create custom CSB image repository
Browse files Browse the repository at this point in the history
Also sort alphabetically and add trailing comma to facilitate sorting

Related to:

cloud-gov/csb#1
cloud-gov/product#2943
  • Loading branch information
jameshochadel committed Mar 22, 2024
1 parent e93b2fe commit 0a062f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions terraform/stacks/ecr/stack.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,20 @@ variable "repositories" {
"cloud-service-broker",
"concourse-task",
"cron-resource",
"csb",
"email-resource",
"general-task",
"git-resource",
"github-pr-resource",
"harden-concourse-task",
"harden-concourse-task-staging",
"playwright-python",
"harden-s3-resource-simple",
"harden-s3-resource-simple-staging",
"pages-dind-v25",
"pages-node-v20",
"pages-python-v3.11",
"pages-playwright-v1",
"pages-python-v3.11",
"playwright-python",
"registry-image-resource",
"s3-resource",
"s3-resource-simple",
Expand All @@ -33,7 +34,7 @@ variable "repositories" {
"slack-notification-resource",
"sql-clients",
"time-resource",
"ubuntu-hardened"
"ubuntu-hardened",
]
}

Expand Down

0 comments on commit 0a062f4

Please sign in to comment.