Skip to content

Commit

Permalink
Start building the cloud service broker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshochadel committed Mar 6, 2024
1 parent 87af073 commit a7a632e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions terraform/stacks/ecr/stack.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ variable "repositories" {
default = [
"cf-cli-resource",
"cf-resource",
"cloud-service-broker",
"concourse-task",
"cron-resource",
"email-resource",
Expand All @@ -17,8 +18,12 @@ variable "repositories" {
"github-pr-resource",
"harden-concourse-task",
"harden-concourse-task-staging",
"harden-playwright",
"harden-s3-resource-simple",
"harden-s3-resource-simple-staging",
"pages-dind-v25",
"pages-node-v20",
"pages-python-v3.11",
"registry-image-resource",
"s3-resource",
"s3-resource-simple",
Expand All @@ -27,11 +32,7 @@ variable "repositories" {
"slack-notification-resource",
"sql-clients",
"time-resource",
"ubuntu-hardened",
"pages-dind-v25",
"pages-node-v20",
"pages-python-v3.11",
"harden-playwright"
"ubuntu-hardened"
]
}

Expand Down

0 comments on commit a7a632e

Please sign in to comment.