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 Data Source: azurerm_app_configuration #6133

Merged
merged 4 commits into from
Mar 18, 2020

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    b57311c View commit details
    Browse the repository at this point in the history
  2. New Data Source: azurerm_app_configuration

    Tests pass:
    
    ```
    $ TF_ACC=1 go test -v ./azurerm/internal/services/appconfiguration/tests/ -run=TestAppConfigurationDataSource_basic
    === RUN   TestAppConfigurationDataSource_basic
    === PAUSE TestAppConfigurationDataSource_basic
    === CONT  TestAppConfigurationDataSource_basic
    --- PASS: TestAppConfigurationDataSource_basic (132.74s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/appconfiguration/tests	132.774s
    ```
    
    Fixes #6123
    tombuildsstuff committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    449aaaa View commit details
    Browse the repository at this point in the history
  3. linting

    tombuildsstuff committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    e320af3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9f5053 View commit details
    Browse the repository at this point in the history