Merge pull request #714 from svanharmelen/f-fix-aws-instance-schema

provider/aws: fixing aws-instance schema
This commit is contained in:
Sander van Harmelen 2014-12-25 22:02:00 +01:00
commit d4a343492f
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ func resourceAwsInstance() *schema.Resource {
"block_device": &schema.Schema{
Type: schema.TypeSet,
Optional: true,
Computed: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"device_name": &schema.Schema{