From f072cba8e7769fdeccedc751d1ea2a0540ecb35c Mon Sep 17 00:00:00 2001 From: Felisia Martini Date: Mon, 2 Sep 2024 14:38:23 +0100 Subject: [PATCH] Add admin username to yml --- aws-postgresql.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aws-postgresql.yml b/aws-postgresql.yml index 4e54d551f..db62c2e49 100644 --- a/aws-postgresql.yml +++ b/aws-postgresql.yml @@ -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)}