From eb1776c7e353902107f1aae88ac3f6251d1f21de Mon Sep 17 00:00:00 2001 From: Otto Jongerius Date: Sat, 3 Jan 2015 18:33:18 +1100 Subject: [PATCH] "Computed" should be false --- builtin/providers/aws/tags.go | 1 - 1 file changed, 1 deletion(-) 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, } }