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

d/aws_route: 'destination_prefix_list_id' attribute set for managed prefix list destinations #17295

Commits on Mar 29, 2021

  1. Configuration menu
    Copy the full SHA
    8aa6b12 View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entries.

    ewbankkit committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    13b4009 View commit details
    Browse the repository at this point in the history
  3. d/aws_route: 'destination_prefix_list_id' attribute can be specified …

    …for managed prefix list destinations.
    ewbankkit committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    50e88ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4fdd60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad97f1d View commit details
    Browse the repository at this point in the history
  6. d/aws_route: Add acceptance test pre-check.

    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSRouteDataSource_DestinationPrefixListId' ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 2 -run=TestAccAWSRouteDataSource_DestinationPrefixListId -timeout 120m
    === RUN   TestAccAWSRouteDataSource_DestinationPrefixListId
    === PAUSE TestAccAWSRouteDataSource_DestinationPrefixListId
    === CONT  TestAccAWSRouteDataSource_DestinationPrefixListId
    --- PASS: TestAccAWSRouteDataSource_DestinationPrefixListId (220.65s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	220.742s
    ewbankkit committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    b713c1f View commit details
    Browse the repository at this point in the history
  7. d/aws_route: Add 'ErrorCheck' to new acceptance tests.

    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSRouteDataSource_' ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 2 -run=TestAccAWSRouteDataSource_ -timeout 180m
    === RUN   TestAccAWSRouteDataSource_basic
    === PAUSE TestAccAWSRouteDataSource_basic
    === RUN   TestAccAWSRouteDataSource_TransitGatewayID
    === PAUSE TestAccAWSRouteDataSource_TransitGatewayID
    === RUN   TestAccAWSRouteDataSource_IPv6DestinationCidr
    === PAUSE TestAccAWSRouteDataSource_IPv6DestinationCidr
    === RUN   TestAccAWSRouteDataSource_LocalGatewayID
    === PAUSE TestAccAWSRouteDataSource_LocalGatewayID
    === RUN   TestAccAWSRouteDataSource_CarrierGatewayID
    === PAUSE TestAccAWSRouteDataSource_CarrierGatewayID
    === RUN   TestAccAWSRouteDataSource_DestinationPrefixListId
    === PAUSE TestAccAWSRouteDataSource_DestinationPrefixListId
    === RUN   TestAccAWSRouteDataSource_GatewayVpcEndpoint
    === PAUSE TestAccAWSRouteDataSource_GatewayVpcEndpoint
    === CONT  TestAccAWSRouteDataSource_basic
    === CONT  TestAccAWSRouteDataSource_CarrierGatewayID
    --- PASS: TestAccAWSRouteDataSource_CarrierGatewayID (26.22s)
    === CONT  TestAccAWSRouteDataSource_GatewayVpcEndpoint
    --- PASS: TestAccAWSRouteDataSource_GatewayVpcEndpoint (44.20s)
    === CONT  TestAccAWSRouteDataSource_DestinationPrefixListId
    --- PASS: TestAccAWSRouteDataSource_basic (109.30s)
    === CONT  TestAccAWSRouteDataSource_IPv6DestinationCidr
    --- PASS: TestAccAWSRouteDataSource_IPv6DestinationCidr (24.56s)
    === CONT  TestAccAWSRouteDataSource_LocalGatewayID
        data_source_aws_outposts_outposts_test.go:67: skipping since no Outposts found
    --- SKIP: TestAccAWSRouteDataSource_LocalGatewayID (0.59s)
    === CONT  TestAccAWSRouteDataSource_TransitGatewayID
    --- PASS: TestAccAWSRouteDataSource_DestinationPrefixListId (220.48s)
    --- PASS: TestAccAWSRouteDataSource_TransitGatewayID (390.35s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	524.910s
    ewbankkit committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    4964548 View commit details
    Browse the repository at this point in the history