"Computed" should be false

This commit is contained in:
Otto Jongerius 2015-01-03 18:33:18 +11:00
parent 9bdb2fb2d1
commit eb1776c7e3
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ func tagsSchema() *schema.Schema {
return &schema.Schema{
Type: schema.TypeMap,
Optional: true,
Computed: true,
}
}