"Computed" should be false
This commit is contained in:
parent
9bdb2fb2d1
commit
eb1776c7e3
|
@ -12,7 +12,6 @@ func tagsSchema() *schema.Schema {
|
|||
return &schema.Schema{
|
||||
Type: schema.TypeMap,
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue