Actualités alb_id
austincloudguru/terraform-aws-alb
Mon, 09 Aug 2021 18:32:00 GMT
A set of Terraform modules for working with an AWS Application Load Balancer (ALB). Due to changes in the ACM module, you will have to choose the right tag based on your provider version.
Terraform module implementing an Application Load-Balancer on AWS
Thu, 24 Jun 2021 20:42:00 GMT
variable "vpc" { type = "string" } variable "lb_security_groups" { type = "list" } - List of security groups to associate with the ALB, both ingress and egress rules variable "lb_subnets" { type = ...