From 3f69dd7a033d89339332545fed20b57ad587c999 Mon Sep 17 00:00:00 2001 From: ramonskie Date: Mon, 27 Nov 2023 13:51:25 +0100 Subject: [PATCH] add todo check --- ci/pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index f9ff8596cbb..709a153aff2 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -377,7 +377,8 @@ jobs: terraform_source: bosh-src/ci/brats vars: &brats-terraform-jammy-vars # TODO: why is this not generated by terraform? - # seems that multiple scripts are using these vars and there for a more complex refactor is required. + # aws rds random password https://dev.to/aws-builders/how-to-store-or-not-your-db-password-in-aws-492c + # https://discuss.hashicorp.com/t/error-when-trying-to-create-multiple-users-on-a-cloud-sql-instance/14529/7 rds_mysql_username: ((brats-rds-mysql-external-db-user)) rds_mysql_password: ((brats-rds-mysql-external-db-password)) rds_mysql_databasename: ((brats-rds-mysql-external-db-name))