-
Is there any plan to support going backwards (from dict to hcl2)?
Something like this:
```python
import hcl2
with(open("test.py", 'r')) as file:
dict = hcl2.load(file)
# Now dict holds a p…
-
It seems #1811 was closed as won't fix for....no other reason than it would be confusing.
This is a misstep as having that functionality would severely improve the usability of the file provisioner,…
-
Currently our `cluster` block mixes all kinds of configuration and lack any structure. We have there AWS credentials, Packet credentials, which CNI to use, what CIDRs to use etc. This means, that if w…
-
## Related Errors
- cannot use cty.Value{} (value of type cty.Value) as gob.GobEncoder value in variable declaration
- Datasource.OutputSpec failed: gob: type cty.Type has no exported fields
##…
-
In an enterprise deployment that multi-tenants, we need to deploy our jobs into separate environments, such as UAT01, SIT04, DEV02, etc. The same jobspec can be targeted to any of those environments…
-
#### Overview of the Issue
The EBS builder plugin points to the [template engine](https://www.packer.io/docs/templates/legacy_json_templates/engine) which seems to be a legacy json template per URL…
-
**Description**
Cannot plan or deploy jobs using levant that otherwise work when I render them and use the nomad CLI.
I have a go template which renders ports from a yaml file however I get the fo…
-
When filing a bug, please include the following headings if possible. Any
example text in this template can be deleted.
#### Overview of the Issue
Our goal is to dynamically change the name of …
-
### What happened?
Switched from hcl to terraform because terraform-fmt doesn't cover everything
See comment:
https://github.com/aspect-build/rules_lint/blob/a9d300ff881c5274319720a46917459e012…
-
**Is your feature request related to a problem? Please describe.**
JSON doesn't support comments whereas HCL does. Being unable to comment inline makes it harder to maintain Packer code because we …