Merge pull request #731 from atlassian/tags

providers/aws: make tags not computed
This commit is contained in:
Mitchell Hashimoto 2015-01-06 15:38:35 -08:00
commit cc0ee4a6bb
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,
}
}