Difference between revisions of "Terraform resource: aws lb target group attachment"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
port = 80 | port = 80 | ||
} | } | ||
+ | |||
+ | == Related terms == | ||
+ | * <code>[[aws elbv2 register-targets]]</code> | ||
== See also == | == See also == |
Revision as of 11:13, 22 October 2021
aws_lb_target_group_attachment
resource "aws_lb_target_group_attachment" "test" { target_group_arn = aws_lb_target_group.test.arn target_id = aws_instance.test.id port = 80 }
Related terms
See also
- Terraform AWS: providers, modules, resources
hashicorp/aws
- Terraform AWS resources: IAM, Net, EC2, ECS, ECR, S3, Route53, ACM, CloudWatch, CloudFront SES, RDS, DLM
Advertising: