Commit graph

83 commits

Author SHA1 Message Date
Mark Meyer
d0a5d07ee1 Change wording of build template variables
This changes the wording of the build templates variables section in
the AWS builders.

Refer to #6791
2018-10-24 11:06:46 +02:00
Megan Marsh
95d107a89c
Merge pull request #6898 from rickard-von-essen/kms-id-docs
Reference AWS docs for valid formats for kms_key_id
2018-10-23 12:20:57 -07:00
Adrien Delorme
99e5351044 builder/amazon: fix alphabetical order for other docs
after #6900
2018-10-23 17:56:15 +02:00
Rickard von Essen
bb63b08393
Reference AWS docs for valid formats for kms_key_id 2018-10-23 09:15:16 +02:00
Megan Marsh
7c60b4cb5f
Merge pull request #6854 from gordonbondon/gordonbondon/aws_kms_docs
Clarify amazon kms_key_id usage
2018-10-22 14:53:15 -07:00
Megan Marsh
091efae8bb
Merge branch 'master' into misc 2018-10-22 11:07:30 -07:00
Megan Marsh
9573013d3a
Merge pull request #6872 from aspectcapital/disable-ena-support
Add support to explicitly disable ENA support
2018-10-19 10:54:38 -07:00
Matt Dainty
556e26c093 Update docs regarding disabling ENA support 2018-10-19 12:40:43 +01:00
Josh Soref
b68168807a Miscellaneous doc improvements
backticks, spaces, commas

In general, a list of items should have a space after each comma.
While there are editorial styles that suggest commas inside quotations,
they're horrible advice when the backticks are describing specific
character for a user to enter.

one off indent filters section

singular

backticks...

word wrap long lines...

spelling: macOS

contributing: clarify closing case
contributing: link to changelog
contributing: point to git remote...
contributing: split commands from descriptions
contributing: grammar
spelling: github
grammar: comma after etc.
spelling: macOS
grammar: i.e.
alicloud: use relative link
alicloud: use backticks
alicloud: bits
alicloud: such as
grammar: comma after etc.
avoid linking periods
grammar: period
amazon-chroot: IOPS
amazon-chroot: use backticks
amazon-chroot: link to section
amazon-chroot: whether-or-not; period
amazon-ebs: period
amazon-ebs: use relative link
amazon-ebs: use backticks
amazon-ebs: comma
amazon-ebs: bold
amazon-ebssurrogate: comma after etc.
amazon-ebssurrogate: this builder
amazon-instance: this builder
amazon-ebssurrogate: set this
amazon-ebssurrogate: whether-or-not
amazon-ebssurrogate: period
amazon-ebssurrogate: bold section reference
amazon-ebssurrogate: backticks...
amazon-ebssurrogate: commas around e.g.
spelling: precedence
spelling: i.e.
amazon-ebssurrogate: backticks...
2018-10-18 19:09:49 -04:00
Mikhail Ushanov
a01eb656ad website: fix volume_type names formatting
for consistent docs pages

Signed-off-by: Mikhail Ushanov <gm.mephisto@gmail.com>
2018-10-16 21:37:48 +03:00
Mikhail Ushanov
e8e0810f14 website: update device_name parameter description
Signed-off-by: Mikhail Ushanov <gm.mephisto@gmail.com>
2018-10-16 21:37:48 +03:00
Artem Iarmoliuk
a69ed1dcd6 Clarify amazon kms_key_id usage 2018-10-15 23:49:26 +03:00
Megan Marsh
d5ce18b857 update owners docs 2018-09-12 05:35:59 -07:00
Matt DeBoer
09797df958 use a UI wrapper to auto-decode error messages
update docs to reflect optional config
2018-09-11 16:05:43 -07:00
Sargun Dhillon
3ef15260a9 Add documentation for root_volume_type 2018-09-06 13:23:28 -07:00
Megan Marsh
d57b599f3c update docs 2018-08-14 12:33:09 -07:00
Anshul Sharma
431cbb2ad5
Added Docs 2018-07-20 09:04:49 +03:00
Megan Marsh
974e464f35 fix docs becuase we dont need to actually set the mount path 2018-05-23 13:34:56 -07:00
Megan Marsh
b5095539a7 add docs 2018-05-23 09:58:15 -07:00
Megan Marsh
59e3ec722d allow user to mount entire block device in chroot builder 2018-04-25 10:47:52 -07:00
Anthony Dong
5b7e058d0a Add documentation for template variables available for tagging 2018-04-02 19:32:14 +02:00
Matthew Hooker
91864b842f
remove skip_metadata_api_check from docs 2018-03-21 22:03:21 -07:00
Megan Marsh
3e3c16d627 update docs 2018-02-13 16:48:39 -08:00
Matthew Hooker
5b64f71702
Merge pull request #5764 from hashicorp/fix5760
"borrow" access config code from terraform.
2018-02-08 14:55:43 -08:00
Matthew Hooker
c11627fba7
document new skip_metadata_api_check option 2018-02-08 14:52:51 -08:00
James Cunningham
2ae73162e5
fix docs mountpoint typo 2018-02-06 19:58:54 -07:00
Matthew Hooker
0023aa11cf
add kms_key_id to block device docs 2018-01-12 14:48:18 -08:00
Lance Lafontaine
93d201828c Corrects small typo in amazon-* builder docs 2017-12-19 19:29:39 -05:00
Matthew Hooker
f73fbd81d2 Merge pull request #5469 from mayn/issue-5468
docs: reference generic integer/boolean datatype across docs
2017-10-16 16:30:28 -07:00
Matthew Hooker
8585e0ebf5
doc improvements 2017-10-16 13:27:26 -07:00
Matthew Aynalem
1967c4bc81 docs correct datatype inconsistencies int/integer => number (issue #5468) 2017-10-16 11:30:23 -07:00
Matthew Aynalem
3716effa75 docs: correct datatype inconsistencies bool => boolean (issue #5468) 2017-10-16 09:19:59 -07:00
Matthew Aynalem
1fac839b79 docs fix minor spelling typos throughout docs 2017-10-04 14:25:31 -07:00
raylu
6135b0bf48 Fix ubuntu source_ami_filter examples
Canonical publishes stable AMIs at ubuntu/images/ and unstable AMIs at
ubuntu/images-testing/. Combined with most_recent: true, the old name
filter bounces you between stable and unstable.
2017-09-05 17:25:34 -07:00
Megan Marsh
2c2321fb99 remove enhanced_networking deprecation note from docs. changelog will suffice 2017-08-29 10:53:52 -07:00
Megan Marsh
85ad1f58fb include ena_support and sriov_support in chroot and instance docs 2017-08-29 09:36:06 -07:00
Megan Marsh
9e2e467b31 Allow granular modification of sriov and ena enhanced networking options in amazon amis. Maintain old functionality. 2017-08-25 14:49:53 -07:00
Megan Marsh
987347c7d5 clarify docs for encrypt_boot 2017-07-14 16:32:47 -07:00
Matthew Hooker
bcc0d24bf4
run docs through pandoc 2017-06-14 18:13:46 -07:00
Matthew Hooker
176715b7f0
document profile option. 2017-06-14 16:45:18 -07:00
Megan Marsh
dca38b379a missed one page to add mfa_code to 2017-06-12 17:16:27 -07:00
Megan Marsh
b8c2a5fd43 fix step initializer everywhere StepAMIRegionCopy is called 2017-06-01 09:28:17 -07:00
Matthew Hooker
0479def3ae
docs/amazon: alpha sort fields 2017-05-17 10:33:57 -07:00
Rémi Jouannet
38e111ad15 add documentation for custom_endpoint_ec2 2017-05-17 19:20:02 +02:00
Matthew Hooker
30a957d556
website: document how to enable advanced networking 2017-05-03 22:45:48 -07:00
Matthew Hooker
d30605fdfb
use json markdown syntax 2017-04-18 11:35:42 -07:00
Seth Vargo
38e0ba8bd3
Fix broken links 2017-03-28 18:28:34 -04:00
Seth Vargo
6b80c21043
Revamp pages and docs to fit HashiCorp brand 2017-03-28 16:05:19 -04:00
Matthew Hooker
9b73cab78f
website/docs: fix typo 2017-03-24 23:27:07 -07:00
Matthew Hooker
3c13a6e99c
website/docs: add note about systemd and amazon-chroot. 2017-03-24 15:42:11 -07:00