Making engine_version be computed in the db_instance provider

This commit is contained in:
Paul Stack 2015-11-09 22:23:55 +00:00 committed by stack72
parent 1abb0b19bf
commit e3a66d0928
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ func resourceAwsDbInstance() *schema.Resource {
"engine_version": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Computed: true,
},
"storage_encrypted": &schema.Schema{