Making engine_version be computed in the db_instance provider
This commit is contained in:
parent
1abb0b19bf
commit
e3a66d0928
|
@ -55,6 +55,7 @@ func resourceAwsDbInstance() *schema.Resource {
|
|||
"engine_version": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
},
|
||||
|
||||
"storage_encrypted": &schema.Schema{
|
||||
|
|
Loading…
Reference in New Issue