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 Resources: azurerm_subnet_network_security_group_association / azurerm_subnet_route_table_association #1933

Merged
merged 5 commits into from
Oct 13, 2018

Commits on Oct 13, 2018

  1. New Resource: azurerm_subnet_route_table_association

    ```
    $ acctests azurerm TestAccAzureRMSubnetRouteTableAssociation
    === RUN   TestAccAzureRMSubnetRouteTableAssociation_basic
    --- PASS: TestAccAzureRMSubnetRouteTableAssociation_basic (145.86s)
    === RUN   TestAccAzureRMSubnetRouteTableAssociation_deleted
    --- PASS: TestAccAzureRMSubnetRouteTableAssociation_deleted (103.94s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	250.163s
    ```
    tombuildsstuff committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    f9ee795 View commit details
    Browse the repository at this point in the history
  2. New Resource: azurerm_subnet_network_security_group_association

    ```
    $ acctests azurerm TestAccAzureRMSubnetNetworkSecurityGroupAssociation_
    === RUN   TestAccAzureRMSubnetNetworkSecurityGroupAssociation_basic
    --- PASS: TestAccAzureRMSubnetNetworkSecurityGroupAssociation_basic (129.21s)
    === RUN   TestAccAzureRMSubnetNetworkSecurityGroupAssociation_deleted
    --- PASS: TestAccAzureRMSubnetNetworkSecurityGroupAssociation_deleted (99.74s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	229.367s
    ```
    tombuildsstuff committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    6275e2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec3d115 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a559773 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10af023 View commit details
    Browse the repository at this point in the history