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

service/ec2: Support Private NAT Gateways #19758

Merged
merged 3 commits into from
Jun 10, 2021

Commits on Jun 10, 2021

  1. service/ec2: Support Private NAT Gateways

    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAWSNatGateway_ConnectivityType_Private (184.75s)
    --- PASS: TestAccAWSNatGateway_basic (232.08s)
    --- PASS: TestAccAWSNatGateway_tags (253.75s)
    
    --- PASS: TestAccDataSourceAwsNatGateway_basic (181.34s)
    ```
    bflad authored and ewbankkit committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    a27213b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e87e6cd View commit details
    Browse the repository at this point in the history
  3. Fix awsproviderlint error: 'AT010: prefer TestStep ImportState testin…

    …g over TestCase IDRefreshName'.
    ewbankkit committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    89322ce View commit details
    Browse the repository at this point in the history