Merge pull request #731 from atlassian/tags
providers/aws: make tags not computed
This commit is contained in:
commit
cc0ee4a6bb
|
@ -12,7 +12,6 @@ func tagsSchema() *schema.Schema {
|
|||
return &schema.Schema{
|
||||
Type: schema.TypeMap,
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue