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_marketplace_agreement - fix issue around import #7515

Merged

Commits on Jun 29, 2020

  1. azurerm_marketplace_agreement: fix import issue

    The import error message is incorrect, as this resource is using the
    ID of `agreement` as its ID, it should use that ID to imform user to
    import (while currently it is using the ID of `term` in the error
    message).
    
    In the meanwhile, modify some other log messages to convey the correct
    intention.
    
    Besides, fix a typo in another PR which fixes the import ID in the
    document.
    magodo committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    a12aeee View commit details
    Browse the repository at this point in the history