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
daf563e2
Commit
daf563e2
authored
Jun 26, 2015
by
Chris Bednarski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change aws.ami to amazon.ami to be consistent with usage in terraform
parent
e112d9b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
website/source/docs/post-processors/atlas.html.markdown
website/source/docs/post-processors/atlas.html.markdown
+2
-2
website/source/intro/getting-started/remote-builds.html.markdown
.../source/intro/getting-started/remote-builds.html.markdown
+1
-1
No files found.
website/source/docs/post-processors/atlas.html.markdown
View file @
daf563e2
...
@@ -37,7 +37,7 @@ The configuration allows you to specify and access the artifact in Atlas.
...
@@ -37,7 +37,7 @@ The configuration allows you to specify and access the artifact in Atlas.
have access to the organization, hashicorp in this example, in order to add an artifact to
have access to the organization, hashicorp in this example, in order to add an artifact to
the organization in Atlas.
the organization in Atlas.
*
`artifact_type`
(string) - For uploading AMIs to Atlas,
`artifact_type`
will always be
`a
ws
.ami`
.
*
`artifact_type`
(string) - For uploading AMIs to Atlas,
`artifact_type`
will always be
`a
mazon
.ami`
.
This field must be defined because Atlas can host other artifact types, such as Vagrant boxes.
This field must be defined because Atlas can host other artifact types, such as Vagrant boxes.
->
**Note:**
If you want to upload Vagrant boxes to Atlas, for now use the
[
Vagrant Cloud post-processor
](
/docs/post-processors/vagrant-cloud.html
)
.
->
**Note:**
If you want to upload Vagrant boxes to Atlas, for now use the
[
Vagrant Cloud post-processor
](
/docs/post-processors/vagrant-cloud.html
)
.
...
@@ -85,7 +85,7 @@ to `https://atlas.hashicorp.com/api/v1`.
...
@@ -85,7 +85,7 @@ to `https://atlas.hashicorp.com/api/v1`.
"
type
"
:
"
atlas
"
,
"
type
"
:
"
atlas
"
,
"
token
"
:
"
{{user `atlas_token`}}
"
,
"
token
"
:
"
{{user `atlas_token`}}
"
,
"
artifact
"
:
"
hashicorp/foobar
"
,
"
artifact
"
:
"
hashicorp/foobar
"
,
"
artifact_type
"
:
"
a
ws
.ami
"
,
"
artifact_type
"
:
"
a
mazon
.ami
"
,
"
metadata
"
:
{
"
metadata
"
:
{
"
created_at
"
:
"
{{timestamp}}
"
"
created_at
"
:
"
{{timestamp}}
"
}
}
...
...
website/source/intro/getting-started/remote-builds.html.markdown
View file @
daf563e2
...
@@ -66,7 +66,7 @@ Now we have Atlas building an AMI with Redis pre-configured. This is great, but
...
@@ -66,7 +66,7 @@ Now we have Atlas building an AMI with Redis pre-configured. This is great, but
{
{
"
type
"
:
"
atlas
"
,
"
type
"
:
"
atlas
"
,
"
artifact
"
:
"
ATLAS_USERNAME/packer-tutorial
"
,
"
artifact
"
:
"
ATLAS_USERNAME/packer-tutorial
"
,
"
artifact_type
"
:
"
a
ws
.ami
"
"
artifact_type
"
:
"
a
mazon
.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