oatmealb

Results 4 comments of oatmealb

What is the easiest way to bring global constants to each Terraform module? For example, these are especially useful for a more readable `aws_security_group_rule` resource: ``` locals { https_port =...

Thanks Denis. Alas, the `TF_LOG=ERROR terragrunt apply` doesn't suppress the `Initializing...` logs. At least not on ``` terraform 1.2.8 terragrunt 0.38.4 ```

Terragrunt v0.39.0 Terraform v1.3.1 darwin_arm64

The proposed workaround in the previous comment does not work for me. [Here's my repro sample](https://github.com/oatmealb/terraform-providers-repro). Having checksums for `darwin_arm64` platform, I cannot add checksums for other platforms, f.e. `darwin_amd64`...