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

Update vpnsite_customer_gateway.go #26673

Merged
merged 5 commits into from
Nov 16, 2022
Merged

Commits on Sep 6, 2022

  1. Update vpnsite_customer_gateway.go

    Line 56 should be changed to optional as this is not a required field in the AWS SDK API. Having this as required breaks terraform applies for certificate based vpn connections.
    dionasaur authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    5bf25ba View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    3d8fae4 View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry.

    ewbankkit committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    46dbdb7 View commit details
    Browse the repository at this point in the history
  3. r/aws_customer_gateway: 'ip_address' is optional.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccSiteVPNCustomerGateway_certificate' PKG=ec2 ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 2  -run=TestAccSiteVPNCustomerGateway_certificate -timeout 180m
    === RUN   TestAccSiteVPNCustomerGateway_certificate
    === PAUSE TestAccSiteVPNCustomerGateway_certificate
    === CONT  TestAccSiteVPNCustomerGateway_certificate
    --- PASS: TestAccSiteVPNCustomerGateway_certificate (88.60s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	93.560s
    ewbankkit committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    5a1ef5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fc745a View commit details
    Browse the repository at this point in the history