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

New Resource: azurerm_policy_assignment #1051

Merged
merged 3 commits into from
Mar 30, 2018
Merged

Commits on Mar 30, 2018

  1. New Resource: azurerm_policy_assignment

    ```
    $ acctests azurerm TestAccAzureRMPolicyAssignment_
    === RUN   TestAccAzureRMPolicyAssignment_basic
    --- PASS: TestAccAzureRMPolicyAssignment_basic (262.01s)
    === RUN   TestAccAzureRMPolicyAssignment_complete
    --- PASS: TestAccAzureRMPolicyAssignment_complete (257.42s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	519.467s
    ```
    tombuildsstuff committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    996acf9 View commit details
    Browse the repository at this point in the history
  2. Turns out Policy Definitions are eventually consistent

    ```
    $ acctests azurerm TestAccAzureRMPolicyDefinition_
    === RUN   TestAccAzureRMPolicyDefinition_importBasic
    --- PASS: TestAccAzureRMPolicyDefinition_importBasic (116.69s)
    === RUN   TestAccAzureRMPolicyDefinition_basic
    --- PASS: TestAccAzureRMPolicyDefinition_basic (112.03s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	228.755s
    ```
    tombuildsstuff committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    4b11ab8 View commit details
    Browse the repository at this point in the history
  3. Adding an import test to Policy Assignments

    ```
    $ acctests azurerm TestAccAzureRMPolicyAssignment_importComplete
    === RUN   TestAccAzureRMPolicyAssignment_importComplete
    --- PASS: TestAccAzureRMPolicyAssignment_importComplete (300.40s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	300.433s
    ```
    tombuildsstuff committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    5b90988 View commit details
    Browse the repository at this point in the history