-
root@TRUENAS-SCALE[/]# upsc -l
Init SSL without certificate database
ups
root@TRUENAS-SCALE[/]# date
Mon Oct 30 11:24:19 +08 2023
root@TRUENAS-SCALE[/]# upsc ups@localhost
Init SSL without cer…
-
### What would you like Renovate to be able to do?
Terraform lock files are generated when running Terragrunt commands (because Terragrunt is just a wrapper of Terraform). These lock files are exactl…
-
Would be nice to have a feature to run multiple modules at once https://terragrunt.gruntwork.io/docs/features/execute-terraform-commands-on-multiple-modules-at-once/
-
I'm having some issues reading an HCL configuration and I've managed to reproduce the problem with this code
```
package main
import (
"bytes"
"log"
multierror "github.com/hashicorp/go-m…
-
txsim/cli/cmd imports
github.com/spf13/viper imports
github.com/spf13/viper/internal/encoding/hcl imports
github.com/hashicorp/hcl tested by
github.com/hashicorp/hcl.test imports
github.com/…
-
Terraform < 0.12 uses a combination of HCL with [HIL](https://github.com/hashicorp/hil)
Terraform >= 0.12 combines those two together in [HCL2](https://github.com/hashicorp/hcl2)
-
## what
* Dependabot will not look recursively through directories in repo for `.tf` code
* Want submodules to get updates
## why
* In terraform, it's valid to nest modules in subfolders
## r…
-
Hey! Love this crate.
Is there any functionality to parse HCL files into a collection of structs?
I would assume that `some_type "some_label" { ... } ` would deserialize into some `struct SomeTy…
-
### 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…
-
### Description
1. #309 Introduced a change that prevented writing the kubeconfig to the state. However the docs aren't updated to keep this in mind. The Documentation improvement, I am suggesting …