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

azurerm_lb: allow ipv6 addresses for the private_ip_address property #6125

Merged
merged 6 commits into from
Mar 21, 2020
Merged

azurerm_lb: allow ipv6 addresses for the private_ip_address property #6125

merged 6 commits into from
Mar 21, 2020

Commits on Mar 20, 2020

  1. Don't assume IPv4 IP address on load balancer

    The azure load balancer resource's frontend_ip_configuration argument assumes
    the IP address is only going to be IPv4. This removes that restriction to be
    in line with the rest of the terraform code that does not have that validation.
    fabianofranz committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    0b6db35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad2ca68 View commit details
    Browse the repository at this point in the history
  3. use validation validator

    katbyte committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    d57c4f8 View commit details
    Browse the repository at this point in the history
  4. fix typo

    katbyte committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    0e72b2d View commit details
    Browse the repository at this point in the history
  5. fix errant copy paste

    katbyte committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    1985cc5 View commit details
    Browse the repository at this point in the history
  6. allow empty ip addresses

    katbyte committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    1b0714e View commit details
    Browse the repository at this point in the history