github cloudposse/terraform-aws-alb 0.34.0
v0.34.0

latest releases: 1.11.1, v1, 1.11.0...
2 years ago
Ensure target group and load balancer names cannot exceed their max length @nitrocode (#96)

what

  • Ensure target group and load balancer names cannot exceed their max length
  • Expose *_max_length variables in case AWS changes their max length in the future
  • Override load_balancer_name, similar to target_group_name

why

  • To prevent exceeding the max lengths of the tg and lb so the module will be applied correctly

references

  • Closes #27
  • API_CreateTargetGroup

    This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

  • API_CreateLoadBalancer

    This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with "internal-".

Don't miss a new terraform-aws-alb release

NewReleases is sending notifications on new releases.