cloudposse / terraform-aws-nlb

Terraform module to provision a standard NLB for TCP/UDP/TLS traffic https://cloudposse.com/accelerate
https://cloudposse.com/accelerate
Apache License 2.0
24 stars 36 forks source link

added a way to specify 'matcher' #42

Closed tomoconnor closed 8 months ago

tomoconnor commented 1 year ago

what

why

references

Fixes this error when using the module as of v0.11.0 because there was no way to set matcher

Error: modifying Target Group: ValidationError: Health check matcher HTTP code cannot be empty status code: 400, request id: cc6e7476-8bbc-4b5b-86a6-025de05736f1
with module.nlb.aws_lb_target_group.default
on .terraform/modules/hive_nlb/main.tf line 60, in resource "aws_lb_target_group" "default":