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

service/ec2: Refactor aws_route_table(s) data sources and resource to use keyvaluetags package #11915

Merged
merged 1 commit into from
Mar 3, 2020

Commits on Feb 5, 2020

  1. service/ec2: Refactor aws_route_table(s) data sources and resource to…

    … use keyvaluetags package
    
    Reference: #10688
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAWSRouteTable_panicEmptyRoute (25.53s)
    --- PASS: TestAccAWSRouteTable_ipv6 (39.37s)
    --- PASS: TestAccAWSRouteTable_vpcPeering (50.45s)
    --- PASS: TestAccAWSRouteTable_vgwRoutePropagation (54.85s)
    --- PASS: TestAccAWSRouteTable_tags (56.74s)
    --- PASS: TestAccAWSRouteTable_basic (71.67s)
    --- PASS: TestAccAWSRouteTable_Route_ConfigMode (93.39s)
    --- PASS: TestAccAWSRouteTable_instance (114.93s)
    --- PASS: TestAccAWSRouteTable_Route_TransitGatewayID (332.43s)
    
    --- PASS: TestAccDataSourceAwsRouteTable_main (32.43s)
    --- PASS: TestAccDataSourceAwsRouteTable_basic (49.36s)
    
    --- PASS: TestAccDataSourceAwsRouteTables (61.83s)
    ```
    bflad committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    851d47e View commit details
    Browse the repository at this point in the history