Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hcl2template: remove value validation for locals
Local variables can't have a validation block in their definition, so this step in not useful and should be removed. Besides, since the validation was done on the local variables before evaluation, it did nothing at all, as the PackerConfig.LocalVariables collection gets populated during evaluation, so this is essentially a no-op, and can be safely removed.
- Loading branch information