Skip to content

Commit

Permalink
add todo check
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonskie committed Nov 27, 2023
1 parent 82413a7 commit 3f69dd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 3f69dd7

Please sign in to comment.