Skip to content

Commit

Permalink
Updating RDS PostgreSQL versions (widdix#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig authored Mar 8, 2022
1 parent aa11870 commit ce2da66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions state/rds-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ Parameters:
EngineVersion:
Description: 'PostgreSQL version.'
Type: String
Default: '9.6.5'
AllowedValues: ['9.5.2', '9.5.4', '9.5.6', '9.5.7', '9.5.9', '9.5.10', '9.5.12', '9.5.13', '9.5.14', '9.5.15', '9.5.16', '9.5.18', '9.5.19', '9.5.20', '9.5.21', '9.5.22', '9.5.23', '9.6.1', '9.6.2', '9.6.3', '9.6.5', '9.6.6', '9.6.8', '9.6.9', '9.6.10', '9.6.11', '9.6.12', '9.6.14', '9.6.15', '9.6.16', '9.6.17', '9.6.18', '9.6.19', '10.1', '10.3', '10.4', '10.5', '10.6', '10.7', '10.9', '10.10', '10.11', '10.12', '10.13', '10.14', '11.1', '11.2', '11.4', '11.5', '11.6', '11.7', '11.8', '11.9', '12.2', '12.3', '12.4', '13.2'] # aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion"
Default: '9.6.9'
AllowedValues: ['9.6.9', '9.6.11', '9.6.15', '9.6.22', '9.6.23', '9.6.24', '10.17', '10.18', '10.19', '11.1', '11.4', '11.5', '11.6', '11.8', '11.10', '11.12', '11.13', '11.14', '12.6', '12.7', '12.8', '12.9', '13.3', '13.4', '13.5', '14.1'] # aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion"
EnableIAMDatabaseAuthentication:
Description: 'Enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html).'
Type: String
Expand Down

0 comments on commit ce2da66

Please sign in to comment.