-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
d/aws_network_interface: AWS Wavelength support #16723
Commits on Dec 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5c5e3ea - Browse repository at this point
Copy the full SHA 5c5e3eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05c2b7a - Browse repository at this point
Copy the full SHA 05c2b7aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 73aba82 - Browse repository at this point
Copy the full SHA 73aba82View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 648cdb7 - Browse repository at this point
Copy the full SHA 648cdb7View commit details -
d/aws_network_interface: Add 'TestAccDataSourceAwsNetworkInterface_Ca…
…rrierIPAssociation'.
Configuration menu - View commit details
-
Copy full SHA for eb6f2fa - Browse repository at this point
Copy the full SHA eb6f2faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e32144 - Browse repository at this point
Copy the full SHA 2e32144View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26447be - Browse repository at this point
Copy the full SHA 26447beView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7ca31b9 - Browse repository at this point
Copy the full SHA 7ca31b9View commit details -
Modify 'flattenEc2NetworkInterfaceAssociation' to conform to suggeste…
…d code pattern (hashicorp#16748).
Configuration menu - View commit details
-
Copy full SHA for 5842081 - Browse repository at this point
Copy the full SHA 5842081View commit details