Skip to content

Commit

Permalink
mark region as computed in sql db instance since we use getregion (#1030
Browse files Browse the repository at this point in the history
)

Merged PR #1030.
  • Loading branch information
danawillow authored and modular-magician committed Dec 12, 2018
1 parent 4387d62 commit 90ad4d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func resourceSqlDatabaseInstance() *schema.Resource {
"region": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Computed: true,
ForceNew: true,
},

Expand Down

0 comments on commit 90ad4d7

Please sign in to comment.