You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only and except functionality does not work as documented here. The current documentation indicates that you need to specify the source name (e.g., source.foo.bar). In fact, you actually need to specify the source name without source (e.g., foo.bar). I've tested this with multiple different builders.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked as resolved and limited conversation to collaborators
Mar 8, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Overview of the Issue
The
only
andexcept
functionality does not work as documented here. The current documentation indicates that you need to specify the source name (e.g.,source.foo.bar
). In fact, you actually need to specify the source name withoutsource
(e.g.,foo.bar
). I've tested this with multiple different builders.Reproduction Steps
Packer version
Packer v1.7.0-dev
Simplified Packer Buildfile
Doesn't Work
Does Work
Operating system and Environment details
macOS Big Sur
Log Fragments and crash.log files
Full PACKER_LOG=1 Logs
The text was updated successfully, but these errors were encountered: