Skip to content

Commit

Permalink
resource/aws_db_proxy: Use constant for Postgreqsl engine family
Browse files Browse the repository at this point in the history
  • Loading branch information
gazoakley committed Aug 3, 2020
1 parent 586a5c3 commit 33c9d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_db_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func resourceAwsDbProxy() *schema.Resource {
ForceNew: true,
ValidateFunc: validation.StringInSlice([]string{
rds.EngineFamilyMysql,
"POSTGRESQL",
rds.EngineFamilyPostgresql,
}, false),
},
"idle_client_timeout": {
Expand Down

0 comments on commit 33c9d39

Please sign in to comment.