providers/aws: make tags not computed
@ -12,7 +12,6 @@ func tagsSchema() *schema.Schema {
return &schema.Schema{
Type: schema.TypeMap,
Optional: true,
Computed: true,
}