mark region as computed in sql db instance since we use getregion (#2635)

This commit is contained in:
The Magician 2018-12-12 09:23:30 -08:00 committed by Nathan McKinley
parent 6d4767095d
commit b86d57359f

View File

@ -56,6 +56,7 @@ func resourceSqlDatabaseInstance() *schema.Resource {
"region": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Computed: true,
ForceNew: true,
},