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

d/aws_network_interface: AWS Wavelength support #16723

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    5c5e3ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05c2b7a View commit details
    Browse the repository at this point in the history
  3. d/aws_network_interface: Refactor existing acceptance tests before te…

    …sting new functionality.
    
    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccDataSourceAwsNetworkInterface_' ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 2 -run=TestAccDataSourceAwsNetworkInterface_ -timeout 120m
    === RUN   TestAccDataSourceAwsNetworkInterface_basic
    === PAUSE TestAccDataSourceAwsNetworkInterface_basic
    === RUN   TestAccDataSourceAwsNetworkInterface_filters
    === PAUSE TestAccDataSourceAwsNetworkInterface_filters
    === CONT  TestAccDataSourceAwsNetworkInterface_basic
    === CONT  TestAccDataSourceAwsNetworkInterface_filters
    --- PASS: TestAccDataSourceAwsNetworkInterface_filters (57.63s)
    --- PASS: TestAccDataSourceAwsNetworkInterface_basic (57.84s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	57.929s
    ewbankkit committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    73aba82 View commit details
    Browse the repository at this point in the history
  4. d/aws_network_interface: Add 'TestAccDataSourceAwsNetworkInterface_EI…

    …PAssociation'.
    
    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccDataSourceAwsNetworkInterface_EIPAssociation' ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 2 -run=TestAccDataSourceAwsNetworkInterface_EIPAssociation -timeout 120m
    === RUN   TestAccDataSourceAwsNetworkInterface_EIPAssociation
    === PAUSE TestAccDataSourceAwsNetworkInterface_EIPAssociation
    === CONT  TestAccDataSourceAwsNetworkInterface_EIPAssociation
    --- PASS: TestAccDataSourceAwsNetworkInterface_EIPAssociation (67.86s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	67.946s
    ewbankkit committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    648cdb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb6f2fa View commit details
    Browse the repository at this point in the history
  6. Fix linter errors.

    ewbankkit committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    2e32144 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26447be View commit details
    Browse the repository at this point in the history
  8. d/aws_network_interface: Add 'association.customer_owned_ip' attribute.

    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccDataSourceAwsNetworkInterface_PublicIPAssociation'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccDataSourceAwsNetworkInterface_PublicIPAssociation -timeout 120m
    === RUN   TestAccDataSourceAwsNetworkInterface_PublicIPAssociation
    === PAUSE TestAccDataSourceAwsNetworkInterface_PublicIPAssociation
    === CONT  TestAccDataSourceAwsNetworkInterface_PublicIPAssociation
    --- PASS: TestAccDataSourceAwsNetworkInterface_PublicIPAssociation (67.42s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	67.484s
    ewbankkit committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    7ca31b9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5842081 View commit details
    Browse the repository at this point in the history