diff --git a/builtin/providers/aws/tags.go b/builtin/providers/aws/tags.go index a188eaf9d..b45875c59 100644 --- a/builtin/providers/aws/tags.go +++ b/builtin/providers/aws/tags.go @@ -12,7 +12,6 @@ func tagsSchema() *schema.Schema { return &schema.Schema{ Type: schema.TypeMap, Optional: true, - Computed: true, } }