Skip to content

Commit

Permalink
Making engine_version be computed in the db_instance provider
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Nov 10, 2015
1 parent 1abb0b1 commit e3a66d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/providers/aws/resource_aws_db_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func resourceAwsDbInstance() *schema.Resource {
"engine_version": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Computed: true,
},

"storage_encrypted": &schema.Schema{
Expand Down

0 comments on commit e3a66d0

Please sign in to comment.