Network Load Balancers

Creating a load balancer with minimal parameters

resources:
  - type: aws_elbv2_load_balancer
    name: net-lb1
    props:
      type: "network"
      subnets:
        - "subnet-1234"

Last updated

Was this helpful?