Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
be4b94c6
Commit
be4b94c6
authored
Aug 08, 2013
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
website: update docs for image attributes
/cc @jmassara - easy stuff :)
parent
30d5ff54
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
45 additions
and
0 deletions
+45
-0
website/source/docs/builders/amazon-chroot.html.markdown
website/source/docs/builders/amazon-chroot.html.markdown
+15
-0
website/source/docs/builders/amazon-ebs.html.markdown
website/source/docs/builders/amazon-ebs.html.markdown
+15
-0
website/source/docs/builders/amazon-instance.html.markdown
website/source/docs/builders/amazon-instance.html.markdown
+15
-0
No files found.
website/source/docs/builders/amazon-chroot.html.markdown
View file @
be4b94c6
...
...
@@ -78,6 +78,21 @@ Required:
Optional:
*
`ami_description`
(string) - The description to set for the resulting
AMI(s). By default this description is empty.
*
`ami_groups`
(array of string) - A list of groups that have access
to launch the resulting AMI(s). By default no groups have permission
to launch the AMI.
*
`ami_product_codes`
(array of string) - A list of product codes to
associate with the AMI. By default no product codes are associated with
the AMI.
*
`ami_users`
(array of string) - A list of account IDs that have access
to launch the resulting AMI(s). By default no additional users other than the user
creating the AMI has permissions to launch it.
*
`chroot_mounts`
(list of list of strings) - This is a list of additional
devices to mount into the chroot environment. This configuration parameter
requires some additional documentation which is in the "Chroot Mounts" section
...
...
website/source/docs/builders/amazon-ebs.html.markdown
View file @
be4b94c6
...
...
@@ -58,6 +58,21 @@ Required:
Optional:
*
`ami_description`
(string) - The description to set for the resulting
AMI(s). By default this description is empty.
*
`ami_groups`
(array of string) - A list of groups that have access
to launch the resulting AMI(s). By default no groups have permission
to launch the AMI.
*
`ami_product_codes`
(array of string) - A list of product codes to
associate with the AMI. By default no product codes are associated with
the AMI.
*
`ami_users`
(array of string) - A list of account IDs that have access
to launch the resulting AMI(s). By default no additional users other than the user
creating the AMI has permissions to launch it.
*
`iam_instance_profile`
(string) - The name of an
[
IAM instance profile
](
http://docs.aws.amazon.com/IAM/latest/UserGuide/instance-profiles.html
)
to launch the EC2 instance with.
...
...
website/source/docs/builders/amazon-instance.html.markdown
View file @
be4b94c6
...
...
@@ -73,6 +73,21 @@ Required:
Optional:
*
`ami_description`
(string) - The description to set for the resulting
AMI(s). By default this description is empty.
*
`ami_groups`
(array of string) - A list of groups that have access
to launch the resulting AMI(s). By default no groups have permission
to launch the AMI.
*
`ami_product_codes`
(array of string) - A list of product codes to
associate with the AMI. By default no product codes are associated with
the AMI.
*
`ami_users`
(array of string) - A list of account IDs that have access
to launch the resulting AMI(s). By default no additional users other than the user
creating the AMI has permissions to launch it.
*
`bundle_destination`
(string) - The directory on the running instance
where the bundled AMI will be saved prior to uploading. By default this is
"/tmp". This directory must exist and be writable.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment