Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
'aws_api_gateway2_route' -> 'aws_apigatewayv2_route'.
Acceptance test output: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSAPIGatewayV2Route_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws/ -v -count 1 -parallel 20 -run=TestAccAWSAPIGatewayV2Route_ -timeout 120m === RUN TestAccAWSAPIGatewayV2Route_basic === PAUSE TestAccAWSAPIGatewayV2Route_basic === RUN TestAccAWSAPIGatewayV2Route_disappears === PAUSE TestAccAWSAPIGatewayV2Route_disappears === RUN TestAccAWSAPIGatewayV2Route_Model === PAUSE TestAccAWSAPIGatewayV2Route_Model === RUN TestAccAWSAPIGatewayV2Route_SimpleAttributes === PAUSE TestAccAWSAPIGatewayV2Route_SimpleAttributes === RUN TestAccAWSAPIGatewayV2Route_Target === PAUSE TestAccAWSAPIGatewayV2Route_Target === CONT TestAccAWSAPIGatewayV2Route_basic === CONT TestAccAWSAPIGatewayV2Route_SimpleAttributes === CONT TestAccAWSAPIGatewayV2Route_Model === CONT TestAccAWSAPIGatewayV2Route_Target === CONT TestAccAWSAPIGatewayV2Route_disappears --- PASS: TestAccAWSAPIGatewayV2Route_disappears (23.60s) --- PASS: TestAccAWSAPIGatewayV2Route_basic (26.45s) --- PASS: TestAccAWSAPIGatewayV2Route_Target (28.53s) --- PASS: TestAccAWSAPIGatewayV2Route_Model (29.18s) --- PASS: TestAccAWSAPIGatewayV2Route_SimpleAttributes (58.48s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 58.539s
- Loading branch information