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_appmesh_virtual_gateway: Support mutual TLS authentication #18106

Commits on Mar 20, 2021

  1. r/aws_appmesh_virtual_gateway: Support mutual TLS authentication.

    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSAppmesh_serial/VirtualGateway'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAppmesh_serial/VirtualGateway -timeout 180m
    === RUN   TestAccAWSAppmesh_serial
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/tags
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/disappears
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/backendDefaults
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/listenerHealthChecks
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/listenerValidation
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/logging
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/basic
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/listenerConnectionPool
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/listenerTls
    --- PASS: TestAccAWSAppmesh_serial (277.40s)
        --- PASS: TestAccAWSAppmesh_serial/VirtualGateway (277.40s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/tags (40.16s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/disappears (12.89s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/backendDefaults (27.67s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/listenerHealthChecks (27.61s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/listenerValidation (27.87s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/logging (27.62s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/basic (15.46s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/listenerConnectionPool (27.28s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/listenerTls (70.84s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	277.521s
    ewbankkit committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    f7daad0 View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry.

    ewbankkit committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    786b693 View commit details
    Browse the repository at this point in the history
  3. r/aws_appmesh_virtual_gateway: Add 'testAccAwsAppmeshVirtualGateway_B…

    …ackendDefaultsCertificate'.
    
    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSAppmesh_serial/VirtualGateway/backendDefaultsCertificate'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAppmesh_serial/VirtualGateway/backendDefaultsCertificate -timeout 180m
    === RUN   TestAccAWSAppmesh_serial
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/backendDefaultsCertificate
    --- PASS: TestAccAWSAppmesh_serial (16.72s)
        --- PASS: TestAccAWSAppmesh_serial/VirtualGateway (16.71s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/backendDefaultsCertificate (16.71s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	16.815s
    ewbankkit committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    7f11847 View commit details
    Browse the repository at this point in the history
  4. Enhance CHANGELOG entries.

    ewbankkit committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    47d1460 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa744c2 View commit details
    Browse the repository at this point in the history