Skip to content

Commit a73801a

Browse files
modular-magicianpaddycarver
authored andcommitted
mark region as computed in sql db instance since we use getregion (#2635)
1 parent 31d3f7b commit a73801a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/resource_sql_database_instance.go

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ func resourceSqlDatabaseInstance() *schema.Resource {
5656
"region": &schema.Schema{
5757
Type: schema.TypeString,
5858
Optional: true,
59+
Computed: true,
5960
ForceNew: true,
6061
},
6162

0 commit comments

Comments
 (0)