clean up stale documentation for packer push
This commit is contained in:
parent
0b0fd408c4
commit
b59383f88a
|
@ -64,9 +64,14 @@ if it is still in your template.
|
||||||
```
|
```
|
||||||
|
|
||||||
To get an Atlas username, [create an account
|
To get an Atlas username, [create an account
|
||||||
here](https://atlas.hashicorp.com/account/new?utm_source=oss&utm_medium=getting-started&utm_campaign=packer).
|
here](https://atlas.hashicorp.com/account/new?utm_source=oss&utm_medium=getting-started&utm_campaign=packer). Once you have an account, you will need to contact
|
||||||
Replace "ATLAS\_USERNAME" with your username, then run
|
sales@hashicorp.com to start a trial, if you haven't already done so.
|
||||||
`packer push -create example.json` to send the configuration to Atlas, which
|
|
||||||
|
Replace "ATLAS\_USERNAME" with your username in the above config. Generate an
|
||||||
|
Atlas token by navigating to https://atlas.hashicorp.com/settings/tokens and set
|
||||||
|
that token as an environment variable: `ATLAS_TOKEN=YOURTOKENHERE`.
|
||||||
|
|
||||||
|
Then run `packer push example.json` to send the configuration to Atlas, which
|
||||||
automatically starts the build.
|
automatically starts the build.
|
||||||
|
|
||||||
This build will fail since neither `aws_access_key` or `aws_secret_key` are set
|
This build will fail since neither `aws_access_key` or `aws_secret_key` are set
|
||||||
|
|
Loading…
Reference in New Issue