Merge pull request #4975 from hashicorp/vagrantclouddoc
docs: more user friendly vagrant cloud example
This commit is contained in:
commit
599dff36ca
|
@ -91,8 +91,7 @@ post-processor.
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"variables": {
|
"variables": {
|
||||||
"version": "",
|
"cloud_token": "{{ env `ATLAS_TOKEN` }}"
|
||||||
"cloud_token": ""
|
|
||||||
},
|
},
|
||||||
"post-processors": [
|
"post-processors": [
|
||||||
[
|
[
|
||||||
|
@ -106,7 +105,7 @@ post-processor.
|
||||||
"type": "vagrant-cloud",
|
"type": "vagrant-cloud",
|
||||||
"box_tag": "hashicorp/precise64",
|
"box_tag": "hashicorp/precise64",
|
||||||
"access_token": "{{user `cloud_token`}}",
|
"access_token": "{{user `cloud_token`}}",
|
||||||
"version": "{{user `version`}}"
|
"version": "1.0.{{timestamp}}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue