Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gateway Load Balancer Support #16131

Merged
merged 10 commits into from
Nov 11, 2020
Merged

Gateway Load Balancer Support #16131

merged 10 commits into from
Nov 11, 2020

Commits on Nov 10, 2020

  1. resource/aws_lb: Support load_balancer_type argument value of gateway

    Reference: #14601
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAWSLB_LoadBalancerType_Gateway (113.78s)
    ```
    bflad committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    37b2379 View commit details
    Browse the repository at this point in the history
  2. resource/aws_lb_target_group: Support protocol argument value of GENEVE

    Reference: #14601
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAWSLBTargetGroup_Protocol_Geneve (29.03s)
    ```
    bflad committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    37dd6ae View commit details
    Browse the repository at this point in the history
  3. resource/aws_vpc_endpoint_service: Add gateway_load_balancer_arns arg…

    …ument
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAWSVpcEndpointService_GatewayLoadBalancerArns (209.75s)
    ```
    bflad committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    a5b2531 View commit details
    Browse the repository at this point in the history
  4. resource/aws_vpc_endpoint: Support vpc_endpoint_type argument value G…

    …atewayLoadBalancer
    
    Reference: #14601
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAWSVpcEndpoint_VpcEndpointType_GatewayLoadBalancer (272.58s)
    ```
    bflad committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    9f5f6c9 View commit details
    Browse the repository at this point in the history
  5. resource/aws_route: Add vpc_endpoint_id argument

    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAWSRoute_VpcEndpointId (275.86s)
    ```
    bflad committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    a3b49a5 View commit details
    Browse the repository at this point in the history
  6. resource/aws_route_table: Add route configuration block vpc_endpoint_…

    …id argument
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAWSRouteTable_Route_VpcEndpointId (294.12s)
    ```
    bflad committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    6dca854 View commit details
    Browse the repository at this point in the history
  7. resource/aws_default_route_table: Add route configuration block vpc_e…

    …ndpoint_id argument
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAWSDefaultRouteTable_Route_VpcEndpointId (311.63s)
    ```
    bflad committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    ca59f6f View commit details
    Browse the repository at this point in the history
  8. tests/provider: terrafmt fixes

    bflad committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    f114ca1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    85697a3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a34797c View commit details
    Browse the repository at this point in the history