fix indentation

This commit is contained in:
Matthew Hooker 2017-03-15 12:34:12 -07:00
parent c3f56eb5dc
commit b8cf6a9e1b
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
2 changed files with 5 additions and 5 deletions

View File

@ -77,7 +77,7 @@ GEM
rack (>= 1.4.5, < 2.0) rack (>= 1.4.5, < 2.0)
thor (>= 0.15.2, < 2.0) thor (>= 0.15.2, < 2.0)
tilt (~> 1.4.1, < 2.0) tilt (~> 1.4.1, < 2.0)
middleman-hashicorp (0.3.12) middleman-hashicorp (0.3.13)
bootstrap-sass (~> 3.3) bootstrap-sass (~> 3.3)
builder (~> 3.2) builder (~> 3.2)
middleman (~> 3.4) middleman (~> 3.4)
@ -151,7 +151,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
middleman-hashicorp (= 0.3.12) middleman-hashicorp (= 0.3.13)
BUNDLED WITH BUNDLED WITH
1.14.6 1.14.6

View File

@ -54,9 +54,9 @@ builder.
the root device of the AMI. This looks like the mappings in `ami_block_device_mapping`, the root device of the AMI. This looks like the mappings in `ami_block_device_mapping`,
except with an additional field: except with an additional field:
- `source_device_name` (string) - The device name of the block device on the - `source_device_name` (string) - The device name of the block device on the
source instance to be used as the root device for the AMI. This must correspond source instance to be used as the root device for the AMI. This must correspond
to a block device in `launch_block_device_mapping`. to a block device in `launch_block_device_mapping`.
### Optional: ### Optional: