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
724d591b
Commit
724d591b
authored
Jun 11, 2015
by
Clint Shryock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
documentation: subnet_id is required for non-default VPC
parent
16f88667
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
website/Gemfile.lock
website/Gemfile.lock
+6
-3
website/source/docs/builders/amazon-ebs.html.markdown
website/source/docs/builders/amazon-ebs.html.markdown
+2
-1
website/source/docs/builders/amazon-instance.html.markdown
website/source/docs/builders/amazon-instance.html.markdown
+2
-1
No files found.
website/Gemfile.lock
View file @
724d591b
...
@@ -79,18 +79,18 @@ GEM
...
@@ -79,18 +79,18 @@ GEM
celluloid (~> 0.16.0)
celluloid (~> 0.16.0)
rb-fsevent (>= 0.9.3)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-inotify (>= 0.9)
middleman (3.3.1
3
)
middleman (3.3.1
2
)
coffee-script (~> 2.2)
coffee-script (~> 2.2)
compass (>= 1.0.0, < 2.0.0)
compass (>= 1.0.0, < 2.0.0)
compass-import-once (= 1.0.5)
compass-import-once (= 1.0.5)
execjs (~> 2.0)
execjs (~> 2.0)
haml (>= 4.0.5)
haml (>= 4.0.5)
kramdown (~> 1.2)
kramdown (~> 1.2)
middleman-core (= 3.3.1
3
)
middleman-core (= 3.3.1
2
)
middleman-sprockets (>= 3.1.2)
middleman-sprockets (>= 3.1.2)
sass (>= 3.4.0, < 4.0)
sass (>= 3.4.0, < 4.0)
uglifier (~> 2.5)
uglifier (~> 2.5)
middleman-core (3.3.1
3
)
middleman-core (3.3.1
2
)
activesupport (~> 4.1.0)
activesupport (~> 4.1.0)
bundler (~> 1.1)
bundler (~> 1.1)
erubis
erubis
...
@@ -175,3 +175,6 @@ PLATFORMS
...
@@ -175,3 +175,6 @@ PLATFORMS
DEPENDENCIES
DEPENDENCIES
middleman-hashicorp!
middleman-hashicorp!
BUNDLED WITH
1.10.2
website/source/docs/builders/amazon-ebs.html.markdown
View file @
724d591b
...
@@ -144,7 +144,8 @@ each category, the available configuration keys are alphabetized.
...
@@ -144,7 +144,8 @@ each category, the available configuration keys are alphabetized.
or "5m". The default SSH timeout is "5m", or five minutes.
or "5m". The default SSH timeout is "5m", or five minutes.
*
`subnet_id`
(string) - If using VPC, the ID of the subnet, such as
*
`subnet_id`
(string) - If using VPC, the ID of the subnet, such as
"subnet-12345def", where Packer will launch the EC2 instance.
"subnet-12345def", where Packer will launch the EC2 instance. This field is
required if you are using an non-default VPC.
*
`tags`
(object of key/value strings) - Tags applied to the AMI.
*
`tags`
(object of key/value strings) - Tags applied to the AMI.
...
...
website/source/docs/builders/amazon-instance.html.markdown
View file @
724d591b
...
@@ -184,7 +184,8 @@ each category, the available configuration keys are alphabetized.
...
@@ -184,7 +184,8 @@ each category, the available configuration keys are alphabetized.
or "5m". The default SSH timeout is "5m", or five minutes.
or "5m". The default SSH timeout is "5m", or five minutes.
*
`subnet_id`
(string) - If using VPC, the ID of the subnet, such as
*
`subnet_id`
(string) - If using VPC, the ID of the subnet, such as
"subnet-12345def", where Packer will launch the EC2 instance.
"subnet-12345def", where Packer will launch the EC2 instance. This field is
required if you are using an non-default VPC.
*
`tags`
(object of key/value strings) - Tags applied to the AMI.
*
`tags`
(object of key/value strings) - Tags applied to the AMI.
...
...
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