terraform/builtin
Jake Champlin 3d22adbd5d
provider/aws: Fix root-block-device bug
Previously the `root_block_device` config map was a `schema.TypeSet` with an empty `Set` function, and a hard-limit of 1 on the attribute block.
This prevented a user from making any real changes inside the attribute block, thus leaving the user with a `Apply complete!` message, and nothing changed.

The schema API has since been updated, and we can now specify the `root_block_device` as a `schema.TypeList` with `MaxItems` set to `1`. This fixes the issue, and allows the user to update the `aws_instance`'s `root_block_device` attribute, and see changes actually propagate.
2017-02-01 16:25:07 -05:00
..
bins update privisioner bins to use new functions 2017-01-26 15:09:15 -08:00
providers provider/aws: Fix root-block-device bug 2017-02-01 16:25:07 -05:00
provisioners Fix cancellation when spawning a subprocess 2017-02-01 12:01:29 -05:00