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

r/aws_apigatewayv2_integration: Specify required parameters on update #15894

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    f9fb385 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. r/aws_apigatewayv2_integration: Simplify Lambda acceptance test confi…

    …guration.
    
    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSAPIGatewayV2Integration_Lambda'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAPIGatewayV2Integration_Lambda -timeout 120m
    === RUN   TestAccAWSAPIGatewayV2Integration_LambdaWebSocket
    === PAUSE TestAccAWSAPIGatewayV2Integration_LambdaWebSocket
    === RUN   TestAccAWSAPIGatewayV2Integration_LambdaHttp
    === PAUSE TestAccAWSAPIGatewayV2Integration_LambdaHttp
    === CONT  TestAccAWSAPIGatewayV2Integration_LambdaWebSocket
    === CONT  TestAccAWSAPIGatewayV2Integration_LambdaHttp
    --- PASS: TestAccAWSAPIGatewayV2Integration_LambdaHttp (38.99s)
    --- PASS: TestAccAWSAPIGatewayV2Integration_LambdaWebSocket (45.03s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	45.085s
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSAPIGatewayV2Integration_AwsServiceIntegration'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAPIGatewayV2Integration_AwsServiceIntegration -timeout 120m
    === RUN   TestAccAWSAPIGatewayV2Integration_AwsServiceIntegration
    === PAUSE TestAccAWSAPIGatewayV2Integration_AwsServiceIntegration
    === CONT  TestAccAWSAPIGatewayV2Integration_AwsServiceIntegration
    --- PASS: TestAccAWSAPIGatewayV2Integration_AwsServiceIntegration (37.63s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	37.689s
    ewbankkit committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    2bb5271 View commit details
    Browse the repository at this point in the history