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

provider/azurerm: Fixing crash when importing Local Network Gateways #13301 #13261

Merged
merged 3 commits into from
Apr 4, 2017

Commits on Mar 29, 2017

  1. Fix crash in import azurerm_local_network_gateway

    The plug-in crashes if "localNetworkGateways" is not found in the id parameter. The fix is to verify the parameter before proceeding.
    
    Also the "import" example in the documentation is wrong, "localNetworkGateways" should be case sensitive. The current example actually causes the plugin to crash due to the bug.
    whiskeyjay committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    0e5601e View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2017

  1. Configuration menu
    Copy the full SHA
    7011912 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2017

  1. Even better error message.

    whiskeyjay committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    76117fa View commit details
    Browse the repository at this point in the history