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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

azurerm_automation_account DS set its own ID #6848

Merged
merged 2 commits into from May 11, 2020

Commits on May 9, 2020

  1. azurerm_automation_account DS set its own ID

    Previously, it uses the automation account agent registration info's ID
    as its ID, which cause other resource which refers to that ID will fail
    to parse the resource ID (as it doesn't apply to resource ID format).
    
    Nevertheless, we shall change to use the ID of resource
    `azurerm_automation_account` as the DS's ID.
    magodo committed May 9, 2020
    Copy the full SHA
    54d48df View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. modify regexp: escape dot

    magodo committed May 11, 2020
    Copy the full SHA
    877890a View commit details
    Browse the repository at this point in the history