mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-05 21:45:13 +01:00
Some of the variables we create are flagged by our linters as ineffective assignments, which makes sense as those are generally fed by code below, so we don't need to use the declaration/assignation syntax (:=) but instead can fall back to using var with a type to get the zero value of the declared entity.