Merge pull request #714 from svanharmelen/f-fix-aws-instance-schema
provider/aws: fixing aws-instance schema
This commit is contained in:
commit
d4a343492f
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue