From 0a062f48248c9b56c944f1fa40c589f4ca490897 Mon Sep 17 00:00:00 2001 From: James Hochadel Date: Fri, 22 Mar 2024 13:26:39 -0400 Subject: [PATCH] Create custom CSB image repository Also sort alphabetically and add trailing comma to facilitate sorting Related to: https://github.com/cloud-gov/csb/pull/1 https://github.com/cloud-gov/product/issues/2943 --- terraform/stacks/ecr/stack.tf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/terraform/stacks/ecr/stack.tf b/terraform/stacks/ecr/stack.tf index 64a39ec3c..c0f16105a 100644 --- a/terraform/stacks/ecr/stack.tf +++ b/terraform/stacks/ecr/stack.tf @@ -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", @@ -33,7 +34,7 @@ variable "repositories" { "slack-notification-resource", "sql-clients", "time-resource", - "ubuntu-hardened" + "ubuntu-hardened", ] }