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
8e4ce2c5
Commit
8e4ce2c5
authored
Dec 21, 2013
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
builder/amazon: alphabetize
parent
4a279344
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
builder/amazon/common/run_config.go
builder/amazon/common/run_config.go
+5
-5
No files found.
builder/amazon/common/run_config.go
View file @
8e4ce2c5
...
...
@@ -11,21 +11,21 @@ import (
// RunConfig contains configuration for running an instance from a source
// AMI and details on how to access that launched image.
type
RunConfig
struct
{
SourceAmi
string
`mapstructure:"source_ami"`
AssociatePublicIpAddress
bool
`mapstructure:"associate_public_ip_address"`
AvailabilityZone
string
`mapstructure:"availability_zone"`
IamInstanceProfile
string
`mapstructure:"iam_instance_profile"`
InstanceType
string
`mapstructure:"instance_type"`
UserData
string
`mapstructure:"user_data"`
UserDataFile
string
`mapstructure:"user_data_file"`
SourceAmi
string
`mapstructure:"source_ami"`
RawSSHTimeout
string
`mapstructure:"ssh_timeout"`
SSHUsername
string
`mapstructure:"ssh_username"`
SSHPort
int
`mapstructure:"ssh_port"`
SecurityGroupId
string
`mapstructure:"security_group_id"`
SecurityGroupIds
[]
string
`mapstructure:"security_group_ids"`
SubnetId
string
`mapstructure:"subnet_id"`
AssociatePublicIpAddress
bool
`mapstructure:"associate_public_ip_address"`
TemporaryKeyPairName
string
`mapstructure:"temporary_key_pair_name"`
UserData
string
`mapstructure:"user_data"`
UserDataFile
string
`mapstructure:"user_data_file"`
VpcId
string
`mapstructure:"vpc_id"`
AvailabilityZone
string
`mapstructure:"availability_zone"`
// Unexported fields that are calculated from others
sshTimeout
time
.
Duration
...
...
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