From 85278342fbbefac7fb8b886b6d3f8f29eb6bdc03 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Wed, 31 Jul 2019 08:46:07 -0700 Subject: [PATCH] Update vagrant cloud post processor token example This commit updates the Vagrant Cloud post processor example to use the proper token name rather than the old Atlas one. --- website/source/docs/post-processors/vagrant-cloud.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/post-processors/vagrant-cloud.html.md b/website/source/docs/post-processors/vagrant-cloud.html.md index 1edac0f8a..d0b490fc1 100644 --- a/website/source/docs/post-processors/vagrant-cloud.html.md +++ b/website/source/docs/post-processors/vagrant-cloud.html.md @@ -104,7 +104,7 @@ post-processor. ``` json { "variables": { - "cloud_token": "{{ env `ATLAS_TOKEN` }}", + "cloud_token": "{{ env `VAGRANT_CLOUD_TOKEN` }}", "version": "1.0.{{timestamp}}" }, "post-processors": [