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_logic_app_workflow #1266

Merged
merged 13 commits into from
Jul 17, 2018
Merged

New Resource: azurerm_logic_app_workflow #1266

merged 13 commits into from
Jul 17, 2018

Commits on Jul 17, 2018

  1. Configuration menu
    Copy the full SHA
    fb1823c View commit details
    Browse the repository at this point in the history
  2. New Resource: azurerm_logic_app_workflow

    Tests pass:
    
    ```
    $ acctests azurerm TestAccAzureRMLogicAppWorkflow_
    === RUN   TestAccAzureRMLogicAppWorkflow_empty
    --- PASS: TestAccAzureRMLogicAppWorkflow_empty (97.38s)
    === RUN   TestAccAzureRMLogicAppWorkflow_tags
    --- PASS: TestAccAzureRMLogicAppWorkflow_tags (83.56s)
    === RUN   TestAccAzureRMLogicAppWorkflow_actionHTTP
    --- PASS: TestAccAzureRMLogicAppWorkflow_actionHTTP (75.25s)
    PASS
    ok      github.com/terraform-providers/terraform-provider-azurerm/azurerm       256.212s
    ```
    
    Fixes #610
    tombuildsstuff committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    4492194 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c92d324 View commit details
    Browse the repository at this point in the history
  4. Moving Actions and Triggers out to separate objects

    ```
    $ acctests azurerm TestAccAzureRMLogicAppWorkflow_
    === RUN   TestAccAzureRMLogicAppWorkflow_importEmpty
    --- PASS: TestAccAzureRMLogicAppWorkflow_importEmpty (71.95s)
    === RUN   TestAccAzureRMLogicAppWorkflow_importTags
    --- PASS: TestAccAzureRMLogicAppWorkflow_importTags (69.51s)
    === RUN   TestAccAzureRMLogicAppWorkflow_empty
    --- PASS: TestAccAzureRMLogicAppWorkflow_empty (66.77s)
    === RUN   TestAccAzureRMLogicAppWorkflow_tags
    --- PASS: TestAccAzureRMLogicAppWorkflow_tags (81.51s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	289.789s
    ```
    tombuildsstuff committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    2153a55 View commit details
    Browse the repository at this point in the history
  5. New Resource: azurerm_logic_app_action_http

    Tests pass:
    ```
    $ acctests azurerm TestAccAzureRMLogicAppActionHttp_
    
    === RUN   TestAccAzureRMLogicAppActionHttp_basic
    --- PASS: TestAccAzureRMLogicAppActionHttp_basic (65.75s)
    === RUN   TestAccAzureRMLogicAppActionHttp_headers
    --- PASS: TestAccAzureRMLogicAppActionHttp_headers (61.97s)
    === RUN   TestAccAzureRMLogicAppActionHttp_disappears
    --- PASS: TestAccAzureRMLogicAppActionHttp_disappears (77.38s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	205.136s
    ```
    tombuildsstuff committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    2e01256 View commit details
    Browse the repository at this point in the history
  6. New Resources: azurerm_logic_app_trigger_http_request / `azurerm_lo…

    …gic_app_trigger_recurrence`
    
    - Adding documentation for all of the resources
    - Making the test check functions more generic
    tombuildsstuff committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    19f8f31 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25e3028 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c03156 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1496768 View commit details
    Browse the repository at this point in the history
  10. New Data Source: azurerm_logic_app_workflow

    ```
    $ acctests azurerm TestAccDataSourceAzureRMLogicAppWorkflow_
    === RUN   TestAccDataSourceAzureRMLogicAppWorkflow_basic
    --- PASS: TestAccDataSourceAzureRMLogicAppWorkflow_basic (69.73s)
    === RUN   TestAccDataSourceAzureRMLogicAppWorkflow_tags
    --- PASS: TestAccDataSourceAzureRMLogicAppWorkflow_tags (67.28s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	137.042s
    ```
    tombuildsstuff committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    70762ae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    60d3e06 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    706bb7a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9a5c117 View commit details
    Browse the repository at this point in the history