From 10680f6c2812ea6e1af5dd7701e5a1607f6cf754 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 6 Apr 2026 14:25:20 -0400 Subject: [PATCH] fix: correct REPO_ORG from CSVD to SCT-Engineering The terraform-eks-deployment repo lives in SCT-Engineering, not CSVD. CSVD would have caused git clone 404 in CodeBuild. --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index 4c4d946..abea3b8 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -20,7 +20,7 @@ env: TF_VERSION: "1.9.0" ASSETS_BUCKET: "csvd-packer-pipeline-assets" REPO_HOST: "github.e.it.census.gov" - REPO_ORG: "CSVD" + REPO_ORG: "SCT-Engineering" REPO_NAME: "terraform-eks-deployment" # Disable TLS verification for Census GHE (Census CA cert not trusted by default) GIT_SSL_NO_VERIFY: "true"