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 6: | Line 6: | ||
== Arguments == | == Arguments == | ||
− | * [[idle_timeout]] | + | * <code>[[idle_timeout]]</code> |
− | * [[security_groups]] (optional) | + | * <code>[[security_groups]]</code> (optional) |
== Related terms == | == Related terms == |
Revision as of 17:03, 14 May 2023
internal
:load_balancer_type
:application, gateway, or network
[1]subnets
: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb#subnets
Arguments
idle_timeout
security_groups
(optional)
Related terms
- Application Load Balancer (ALB):
AWS::ElasticLoadBalancing::LoadBalancer
aws_lb
yourvar = "${aws_lb.your_lb_resource_name.dns_name}"
- Terraform resource: aws_elb
- aws_ecs_service
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: