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: New resource #15611

Merged

Commits on Oct 12, 2020

  1. r/aws_appmesh_virtual_gateway: New resource.

    Acceptance test output:
    
    $ make testacc TEST=./aws TESTARGS='-run=TestAccAWSAppmesh/VirtualGateway'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAppmesh/VirtualGateway -timeout 120m
    === RUN   TestAccAWSAppmesh_serial
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/tls
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/backendDefaults
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/basic
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/disappears
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/listenerHealthChecks
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/logging
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/tags
    --- PASS: TestAccAWSAppmesh_serial (281.31s)
        --- PASS: TestAccAWSAppmesh_serial/VirtualGateway (281.31s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/tls (86.76s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/backendDefaults (35.74s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/basic (20.41s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/disappears (17.03s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/listenerHealthChecks (35.32s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/logging (35.34s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/tags (50.70s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	281.382s
    ewbankkit committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    e028723 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

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