Skip to content

Commit

Permalink
mark region as computed in sql db instance since we use getregion (#2635
Browse files Browse the repository at this point in the history
)
  • Loading branch information
modular-magician authored and nat-henderson committed Dec 21, 2018
1 parent 6d47670 commit b86d573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/resource_sql_database_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func resourceSqlDatabaseInstance() *schema.Resource {
"region": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Computed: true,
ForceNew: true,
},

Expand Down

0 comments on commit b86d573

Please sign in to comment.