Tags Schema

This commit is contained in:
Rahul Menon 2015-03-09 14:39:06 +05:30
parent bbc9331d0c
commit a34800dff2

View File

@ -58,7 +58,7 @@ func resourceAwsVpc() *schema.Resource {
Computed: true, Computed: true,
}, },
// "tags": tagsSchema(), "tags": tagsSchema(),
}, },
} }
} }