From bfc4f4ff7d8ba4d856605de48f0ba1afdb6696f9 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 3 Feb 2015 21:13:24 -0500 Subject: [PATCH] Clarify push interpolation caveat --- website/source/docs/templates/push.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/templates/push.html.markdown b/website/source/docs/templates/push.html.markdown index 73b37feef..691d4f34d 100644 --- a/website/source/docs/templates/push.html.markdown +++ b/website/source/docs/templates/push.html.markdown @@ -89,3 +89,6 @@ files to include: } } ``` + +~> **Variable interpolation** is not currently possible in Packer push +configurations. This will be fixed in an upcoming release.