Jeremy Barlow
Jeremy Barlow
### Terraform version ``` $ terraform version Terraform v0.12.19 ``` ### SDK version ```json { "Path": "github.com/hashicorp/terraform-plugin-sdk", "Version": "v1.5.0" } ``` ### Relevant provider source code To demonstrate this with...
I've periodically run into some cases where the `receive_packet` method hangs indefinitely on an `IO.select` even though the underlying network socket has actually received some bytes from the network for...
### Terraform Version ``` Terraform v1.0.1 on darwin_amd64 ``` ### Terraform Configuration Files ```terraform variable "memory" { type = string } output "memory" { value = var.memory == null ?...
### Terraform Version ``` › terraform version Terraform v1.0.8 on darwin_amd64 + provider registry.terraform.io/datadog/datadog v3.2.0 + provider registry.terraform.io/hashicorp/aws v3.55.0 + provider registry.terraform.io/hashicorp/helm v2.3. ``` ### Terraform Configuration Files ```terraform variable...
**Describe the bug** When the `--terragrunt-strict-include` option is used and a dependency is referenced by two dependents — one included and one not included by a `--terragrunt-include-dir` option — `outputs`...
If the `timeout` for `alert_grouping_parameters` for a service is updated outside of Terraform, a subsequent Terraform apply may not be able to reconcile the difference and update PagerDuty with the...