- Include SSM Parameters in vended accounts, for the custom fields defined in the aft-account-request repository
Example:
custom_fields = {
"custom-key-1" = "custom-value-1"
"custom-key-2" = "custom-value-2"
}
These will be located in the vended account under the namespace: /aft/account-request/custom-fields/
/aft/account-request/custom-fields/custom-key-1
/aft/account-request/custom-fields/custom-key-2
Note: If a custom field is removed from the account request, it will be removed from the SSM Parameter Store for that vended account
- Updated documentation: removal of
create_customizations
to betrue
for an account request, this is no longer a valid or required field.