-
It's all in the title; now that we have HCL2 variables I think we could write a first beta version of the JSON files to HCL2 files transpiler. It would be nice to have the `validate` command working f…
-
**Is your feature request related to a problem?**
There are already too many programming languages, why to start designing a new syntax from the scratch? The problems I see are:
- Nobody gets synt…
-
#### Overview of the Issue
Problem is with acquiring IP address from vmware vsphere (gathered from vm-tools) so Packer doesn't do the shutdown command via vmware tools. Information such as IP, host…
-
**Describe the bug**
I define the following variable in my terraform template,
```
variable "storageName" {
description = "datastore names that will be used for creating disks"
type = …
-
#### Description
When using CI/CD tools such as Jenkins or CodeBuild you may want to reference environment variables that are not managed by the user. The specific example that I am looking at is g…
-
**Example 1**
```
resource "test" "this" {
profile = jsonencode(
{
"a" : true
}
)
}
```
**Error:**
```TypeError: ('%s is of type %s; expected type of dict, list, tuple…
-
Hi,
I faced the issue during pushing the docker image to ECR after updating the packer version from 1.5.4 to 1.6.5. As for now, I rollbacked the version to 1.5.4
Here is packer-1.6.5:
```
==>…
-
Hi, nice project! just wanted to say that now lark is at version 0.9.0 and we are hard-pinned to
-
**Describe the bug**
Terrascan does not currently support HCL2 from Hashicorp, due to this the linter throws errors. This is a known issue that is being tracked as part of https://github.com/accurics…
-
#### Overview of the Issue
When passing any json file to packer with `-var-json`, if the JSON has arrays anywhere in it, Packer cannot parse it.
As you will see from the below example, it does n…