trussworks / terraform-aws-alb-web-containers

Creates an ALB for serving a web app.
https://registry.terraform.io/modules/trussworks/alb-web-containers
BSD 3-Clause "New" or "Revised" License
4 stars 8 forks source link

Add option for extra tags on the load balancer security group #94

Closed jsclarridge closed 3 years ago

jsclarridge commented 3 years ago

On our project, we have a need to add an extra tag to the load balancer's security group as a way to mark the security group as exempt from a particular requirement.

We've tested this change in our environment and confirmed it's backwards compatible (i.e., no change to the existing security group when using the default value for security_group_tags).

This PR also updates the CircleCI image to pull in terraform-docs v0.12.0 (see https://github.com/trussworks/docker-circleci/pull/16).