website/docs: atlas token not required
This commit is contained in:
parent
003611e571
commit
2f05010f5a
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue