Skip to content

Commit

Permalink
Add admin username to yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisiaM committed Sep 2, 2024
1 parent e00f019 commit f072cba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aws-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,11 @@ provision:
If you do, the encryption is done using an AWS KMS customer managed key.
This property if provided, will set the customer managed key to use for encrypting the Cloudwatch log group
created for the RDS PostgreSQL and upgrade logs.
- field_name: admin_username
type: string
details: The username to use for the admin user of the database. When not specified a random username will be generated. This property should only be used when migrating data.
default: ""
prohibit_update: true
computed_inputs:
- name: labels
default: ${json.marshal(request.default_labels)}
Expand Down

0 comments on commit f072cba

Please sign in to comment.