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

[release-4.4] Bug 1808969: azure - vendor update to support multiple prefixes #3313

Commits on Mar 18, 2020

  1. Azure: vendor update for multiple address prefixes

    The azure subnet resource allows for multiple address prefixes using the
    address_prefixes argument. The virtual network resource allows inline subnets,
    but does not current support this argument. When the address_prefixes argument
    is used, address_prefix will be null when terraform refreshes its state causing
    terraform to panic. This code updates the virtual network resource to allow
    address_prefixes to be used and for address_prefix to be null.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1808969
    jhixson74 committed Mar 18, 2020
    Copy the full SHA
    c6d646c View commit details
    Browse the repository at this point in the history