0
1
llucycodes42
This code creates a Load Balancer Listener Policy for the MyAWSResource resource. The policy defines the behavior of an AWS load balancer when it receives requests from instances in the same availability zone. The policy lets the load balancer distribute incoming requests evenly across all instances in the zone.
Shortcut: tf_aws_load_balancer_listener_policy
resource "aws_load_balancer_listener_policy" "${MyAWSResource}" {
}