-
I previously reported a similar bug here hashicorp/packer#11656 but since I couldn't comment there , I am opening up a new issue here.
Packer version: 1.8.6
Tested with: CentOS Stream 9 and Ubun…
-
## Background
We call Helmfile-specific template parameters as Environemnt Values or State Values today.
Those parameters can be loaded from helmfile.yaml or another yaml and yaml template file…
-
Ignition documentation for [ignition_file](https://www.terraform.io/docs/providers/ignition/d/file.html) and [ignition_directory](https://www.terraform.io/docs/providers/ignition/d/directory.html) sta…
-
#### Overview of the Issue
When specifying a source in a `build` block using the syntax `..`, the `` is not considered, therefore the two builds are run in parallel with the same source block. (Exa…
-
When filing a bug, please include the following headings if possible. Any
example text in this template can be deleted.
#### Overview of the Issue
Templating the `vboxmanage` field of the [`vir…
-
It has been very difficult to prop up some basic tooling around HCL based config files.
There are multiple projects that try to help with this issue but I have not been able to find one to do this…
-
The diagrams that are generated are amazingly good looking. Excellent job! If a terraform script could be used as input to automatically generate them then any cloud consultant and audit department wo…
-
### Proposal
I would like the ability to set the priority in the job stanza using variable interpolation. It looks like the priority field is not yet supported for [variable interpolation](http…
janet updated
4 months ago
-
```
roar-alpha@localhost:~/packer-build/source/ubuntu/22.04_jammy$ packer build base.pkr.hcl
Error: Error in function call
on base.pkr.hcl line 305:
(source code not available)
with var …
-
#### Feature Description
Allow to self reference block attributes such as the following example:
```hcl
source "amazon-ebs" "my-ami" {
ami_name = "my-ami"
ssh_username = "ec2-user"
…