diff --git a/website/source/docs/post-processors/atlas.html.md b/website/source/docs/post-processors/atlas.html.md index 536cb8896..96107d779 100644 --- a/website/source/docs/post-processors/atlas.html.md +++ b/website/source/docs/post-processors/atlas.html.md @@ -46,13 +46,6 @@ The configuration allows you to specify and access the artifact in Atlas. ### Required: -- `token` (string) - Your access token for the Atlas API. - --> Login to Atlas to [generate an Atlas -Token](https://atlas.hashicorp.com/settings/tokens). The most convenient way to -configure your token is to set it to the `ATLAS_TOKEN` environment variable, but -you can also use `token` configuration option. - - `artifact` (string) - The shorthand tag for your artifact that maps to Atlas, i.e `hashicorp/foobar` for `atlas.hashicorp.com/hashicorp/foobar`. You must have access to the organization—hashicorp in this example—in order @@ -69,6 +62,13 @@ you can also use `token` configuration option. ### Optional: +- `token` (string) - Your access token for the Atlas API. + +-> Login to Atlas to [generate an Atlas +Token](https://atlas.hashicorp.com/settings/tokens). The most convenient way to +configure your token is to set it to the `ATLAS_TOKEN` environment variable, but +you can also use `token` configuration option. + - `atlas_url` (string) - Override the base URL for Atlas. This is useful if you're using Atlas Enterprise in your own network. Defaults to `https://atlas.hashicorp.com/api/v1`.