Difference between revisions of "Terraform resource: aws lb or aws alb"
Jump to navigation
Jump to search
↑ https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb#load_balancer_type
Line 13: | Line 13: | ||
* <code>[[aws_lb_target_group_attachment]]</code> | * <code>[[aws_lb_target_group_attachment]]</code> | ||
* <code>[[aws_lb]]</code> | * <code>[[aws_lb]]</code> | ||
− | + | * <code>[[aws_load_balancer_policy]]</code> | |
− | + | * <code>[[aws_load_balancer_listener_policy]]</code> | |
− | + | * <code>yourvar = "${aws_lb.your_lb_resource_name[[.dns_name]]}"</code> | |
− | |||
== See also == | == See also == |
Revision as of 06:51, 15 March 2023
internal
:load_balancer_type
:application, gateway, or network
[1]subnets
: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb#subnets
Related terms
- Application Load Balancer (ALB):
AWS::ElasticLoadBalancing::LoadBalancer
aws_lb_listener
aws_lb_listener_certificate
aws_lb_listener_rule
aws_lb_target_group
aws_lb_target_group_attachment
aws_lb
aws_load_balancer_policy
aws_load_balancer_listener_policy
yourvar = "${aws_lb.your_lb_resource_name.dns_name}"
See also
- Terraform LB:
aws_lb: drop_invalid_header_fields
- Terraform AWS resources: IAM, Net, EC2, ECS, ECR, S3, Route53, ACM, CloudWatch, CloudFront SES, RDS, DLM
Advertising: