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: azurerm_network_security_group now polls for State succeeded #7307

Merged
merged 1 commit into from
Jun 24, 2016

Commits on Jun 23, 2016

  1. provider/azurerm: azurerm_network_security_group now polls for State

    succeeded
    
    This fixes #7122 where the SG was not fully configured before a
    dependant service was created
    
    ```
    make testacc TEST=./builtin/providers/azurerm
    TESTARGS='-run=TestAccAzureRMNetworkSecurityGroup_'
    ==> Checking that code complies with gofmt requirements...
    go generate $(go list ./... | grep -v /vendor/)
    TF_ACC=1 go test ./builtin/providers/azurerm -v
    -run=TestAccAzureRMNetworkSecurityGroup_ -timeout 120m
    === RUN   TestAccAzureRMNetworkSecurityGroup_basic
    --- PASS: TestAccAzureRMNetworkSecurityGroup_basic (128.93s)
    === RUN   TestAccAzureRMNetworkSecurityGroup_withTags
    --- PASS: TestAccAzureRMNetworkSecurityGroup_withTags (164.52s)
    === RUN   TestAccAzureRMNetworkSecurityGroup_addingExtraRules
    --- PASS: TestAccAzureRMNetworkSecurityGroup_addingExtraRules (178.20s)
    PASS
    ok      github.com/hashicorp/terraform/builtin/providers/azurerm
    471.677s
    ```
    stack72 committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    804f5e1 View commit details
    Browse the repository at this point in the history