From 24c4029bb158bf64f713e43c0f6bd5c9d5bbb7ef Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Tue, 1 Aug 2017 09:08:14 -0400 Subject: [PATCH] Remove date from atlas post-processor warning --- post-processor/atlas/post-processor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-processor/atlas/post-processor.go b/post-processor/atlas/post-processor.go index d37af7c97..9b06e61ec 100644 --- a/post-processor/atlas/post-processor.go +++ b/post-processor/atlas/post-processor.go @@ -144,7 +144,7 @@ func (p *PostProcessor) Configure(raws ...interface{}) error { func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (packer.Artifact, bool, error) { // todo: remove/reword after the migration if p.config.Type == "vagrant.box" { - return nil, false, fmt.Errorf("As of June 27th, Vagrant-related functionality has been removed from Terraform\n" + + return nil, false, fmt.Errorf("Vagrant-related functionality has been removed from Terraform\n" + "Enterprise into its own product, Vagrant Cloud. For more information see\n" + "https://www.vagrantup.com/docs/vagrant-cloud/vagrant-cloud-migration.html\n" + "Please replace the Atlas post-processor with the Vagrant Cloud post-processor,\n" +