From 8eeffe7de891adf79153ad0c4ed69371a9347efd Mon Sep 17 00:00:00 2001 From: K Odewale Date: Thu, 21 Dec 2023 14:15:48 +0000 Subject: [PATCH] DS-571 Updated Live and PUT Security Group --- build/automation/var/profile/live.mk | 2 +- build/automation/var/profile/put.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/automation/var/profile/live.mk b/build/automation/var/profile/live.mk index d92304e..ede5d72 100644 --- a/build/automation/var/profile/live.mk +++ b/build/automation/var/profile/live.mk @@ -25,4 +25,4 @@ TF_VAR_splunk_firehose_role := dos_cw_w_events_firehose_access_role LAMBDA_VERSIONS_TO_RETAIN = 5 #TODO can be changed to new SG when available in live -TF_VAR_db_security_group_name = live-lk8s-prod-core-dos-db-rds-postgres-sg +TF_VAR_db_security_group_name = uec-core-dos-live-datastore-hk-sg diff --git a/build/automation/var/profile/put.mk b/build/automation/var/profile/put.mk index 5d30c34..0455bdd 100644 --- a/build/automation/var/profile/put.mk +++ b/build/automation/var/profile/put.mk @@ -25,4 +25,4 @@ TF_VAR_splunk_firehose_role := dos-np_cw_w_events_firehose_access_role LAMBDA_VERSIONS_TO_RETAIN = 5 #TODO can be changed to new SG when available in live -TF_VAR_db_security_group_name = live-lk8s-prod-core-dos-db-put-rds-postgres-sg +TF_VAR_db_security_group_name = uec-core-dos-put-datastore-hk-sg