From feb2db7b01f3ed77c57b465e99460584a8c0d724 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Wed, 22 Jul 2015 14:05:10 -0700 Subject: [PATCH] website: remove packer push var interpolation This removes a message that is no longer accurate and fixed in https://github.com/mitchellh/packer/issues/1861 --- website/source/docs/templates/push.html.markdown | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/source/docs/templates/push.html.markdown b/website/source/docs/templates/push.html.markdown index 4bb5df378..568b45ec1 100644 --- a/website/source/docs/templates/push.html.markdown +++ b/website/source/docs/templates/push.html.markdown @@ -89,6 +89,3 @@ files to include: } } ``` - -~> **Variable interpolation** is not currently possible in Packer push -configurations. This will be fixed in an upcoming release.