Loading...
Loading...
### Terraform Version ```shell Terraform v1.11.4 on darwin_arm64 ``` ### Terraform Configuration Files ```terraform ...terraform config... module "edge-public-nlb" { source = "terraform-aws-modules/alb/aws" version = "9.16.0" name = "edge-public-nlb-${var.region}" load_balancer_type = "network" enable_cross_zone_load_balancing = true vpc_id = data.terraform_remote_state.network.outputs.edge-vpc-id subnets = var.resources_in_secondary_cidr ? [data.terraform_remote_state.network.outputs.edge_public_subnets[2], data.terraform_remote_state.network.outputs.edge_public_subnets[3]] : data.terraform_remote_state.network.outputs.edge_public_subnets target_groups = [ { name_prefix = "edge-" backend_protocol = "TCP" backend_port = 80 target_type = "ip" deregistration_delay = 120 preserve_client_ip = false // Additional health checks added at target group, this is identical to container health check at NLB level target_group_health = { dns_failover = { minimum_healthy_targets_count = 1 } unhealthy_state_routing = { minimum_healthy_targets_count = 1 } } ``` ### Debug Output ``` ...debug output, or link to a gist... ``` Error: Incompatible provider version │ │ Provider registry.terraform.io/hashicorp/template v2.2.0 does not have a package available for your current platform, darwin_arm64. │ │ Provider releases are separate from Terraform CLI releases, so not all providers are available for all platforms. Other versions of this provider may have different platforms │ supported. ### Expected Behavior  reducing the target group health requirements to 1 ### Actual Behavior  ### Steps to Reproduce tried with terraform init --upgrade ### Additional Context _No response_ ### References https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_target_group#target-group-with-health-requirements ### Generative AI / LLM assisted development? _No response_
Click on a version to see all relevant bugs
Terraform Integration
Learn more about where this data comes from
Bug Scrub Advisor
Streamline upgrades with automated vendor bug scrubs
BugZero Enterprise
Wish you caught this bug sooner? Get proactive today.