-
On main branch, HCL2 re-prepare from #9534 has caused an error in the shell-local provisioner and postprocessor:
```
source "null" "example" {
communicator = "none"
}
build {
sources =…
-
Hi. I know _why_ this specific exception is happening. I am creating this ticket to:
1. Document a case that currently generates a fatal stack trace but should *probably* be something that can be h…
-
On some examples, like: https://github.com/terraform-providers/terraform-provider-oci/blob/master/examples/identity/tenancy.tf
The example code is using bash constructs together with an old notatio…
ghost updated
4 years ago
-
#### Feature Description
Similar to its mechanism in Terraform, it would be useful to create `source` blocks using `for_each` (as the beta docs allude to with regards to resources).
```hcl
loca…
-
* [x] cli: make `-only`/`-except` match `build` names too
* [x] reference source in a consistent way for UX, eg: `source.type.name` only ( it was already the case )
* [x] specific docs to avoid conf…
-
**Describe the bug**
When i try to brew upgrade
==> Upgrading 1 outdated package:
bridgecrewio/checkov/checkov 1.0.649 -> 1.0.657
==> Upgrading bridgecrewio/checkov/checkov 1.0.649 -> 1.0.657
…
-
Dependabot couldn't parse the main.tf found at `/main.tf`.
You can mention @dependabot in the comments below to contact the Dependabot team.
-
Add support for Terraform 0.12 and HCL2 syntax. Dependabot currently fails with a cryptic error message when HCL2 syntax is parsed:
```
Dependabot couldn't parse the main.tf found at `/terraform/…
-
Hello there,
Some of our users try to do things like this in HCL2 :
```hcl
tag {
key = "source-ami"
value = "{{ .SourceAMI }}"
}
```
( simplified snippet from : [comment](https://githu…
-
How to use the pyhcl when we have dependent resources in a terraform file?
for example, let's say we have a vpc resource, and then on then next resource we want to use vpc id to assign it.
pyhcl g…