From 03df1d194f4cfd8fd1be51906e3fe77b6e7d250c Mon Sep 17 00:00:00 2001 From: Paul Verity Date: Wed, 27 Sep 2023 15:03:39 +0100 Subject: [PATCH] SIDM-8893: Adding prod subscription_id --- Jenkinsfile_CNP | 2 +- infrastructure/main.tf | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile_CNP b/Jenkinsfile_CNP index 6a46e7d39..79f0e0b1a 100644 --- a/Jenkinsfile_CNP +++ b/Jenkinsfile_CNP @@ -41,7 +41,7 @@ withPipeline(type, product, component) { enableSlackNotifications('#idam_tech') enableAksStagingDeployment() disableLegacyDeployment() - syncBranchesWithMaster(branchesToSync) +// syncBranchesWithMaster(branchesToSync) expires(expiresAfter) before('akschartsinstall') { diff --git a/infrastructure/main.tf b/infrastructure/main.tf index 7fc272cea..b2416dbb3 100644 --- a/infrastructure/main.tf +++ b/infrastructure/main.tf @@ -61,6 +61,9 @@ locals { demo = { subscription = "d025fece-ce99-4df2-b7a9-b649d3ff2060" } + prod = { + subscription = "8cbc6f36-7c56-4963-9d36-739db5d00b27" + } } }