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

Add optional EnablePrivateLinkFastPath to Virtual Network Gateway Connection resource #25650

Commits on Apr 17, 2024

  1. Add EnablePrivateLinkFastPath as private_link_fast_path_enabled` to…

    … Virtual Network Gateway Connection
    
    In relation to hashicorp#25596 this
    is needed also on the Virtual Network Gateway Connection, for users who
    connect their Express Routes via VNGs.
    
    This option is only available, when the
    `VirtualNetworkGatewayConnectionType` is `ExpressRoute` and when
    `expressRouteGatewayBypass` is set, thus guarding for that.
    fjaeckel committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ad7774e View commit details
    Browse the repository at this point in the history
  2. Add documentation

    fjaeckel committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9616714 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2914001 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    253654a View commit details
    Browse the repository at this point in the history
  5. All hail the linter

    ran terrafmt
    fjaeckel committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    176e0de View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Use Standard SKU public IP address

    Verified with our internal configuration, that is indeed correct.
    fjaeckel committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c63066b View commit details
    Browse the repository at this point in the history
  2. Use Static Public IP address

    fjaeckel committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    38ed40c View commit details
    Browse the repository at this point in the history
  3. Fix incorrect use of express_route_gateway_bypass_enabled

    In this resource its called `express_route_gateway_bypass`, without the
    `_enabled`, documentation is already correct.
    
    This was a copy&paste error from: hashicorp#25596
    fjaeckel committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1ca49c4 View commit details
    Browse the repository at this point in the history
  4. Add datasource documentation

    fjaeckel committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    59a0db9 View commit details
    Browse the repository at this point in the history