Merge pull request #731 from atlassian/tags

providers/aws: make tags not computed
pull/755/head
Mitchell Hashimoto 12 years ago
commit cc0ee4a6bb

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

Loading…
Cancel
Save