Skip to content

Commit

Permalink
Pluck changes from this PR in the main TF repo:
Browse files Browse the repository at this point in the history
 * hashicorp#6829

Adds "postgresql" and "upgrade" as valid options.
  • Loading branch information
curtis-fugue committed Mar 13, 2019
1 parent fd44c4e commit b0ecdda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aws/resource_aws_db_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,8 @@ func resourceAwsDbInstance() *schema.Resource {
"listener",
"slowquery",
"trace",
"postgresql",
"upgrade",
}, false),
},
},
Expand Down

0 comments on commit b0ecdda

Please sign in to comment.