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/eips - set public_ips for vpc as well as ec2 classic #23859

Merged
merged 3 commits into from
Mar 25, 2022

Conversation

DrFaust92
Copy link
Collaborator

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Closes #23847

Output from acceptance testing:

$ ake testacc TESTS=TestAccEC2EIPsDataSource_vpcDomain PKG=ec2

--- PASS: TestAccEC2EIPsDataSource_vpcDomain (30.42s)

@github-actions github-actions bot added documentation Introduces or discusses updates to documentation. service/ec2 Issues and PRs that pertain to the ec2 service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. needs-triage Waiting for first response or review from a maintainer. size/XS Managed by automation to categorize the size of a PR. labels Mar 24, 2022
@DrFaust92 DrFaust92 added enhancement Requests to existing resources that expand the functionality or scope. and removed needs-triage Waiting for first response or review from a maintainer. labels Mar 24, 2022
@DrFaust92 DrFaust92 marked this pull request as ready for review March 24, 2022 22:14
Copy link
Contributor

@ewbankkit ewbankkit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀.

% make testacc TESTS=TestAccEC2EIPsDataSource_ 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='TestAccEC2EIPsDataSource_'  -timeout 180m
=== RUN   TestAccEC2EIPsDataSource_vpcDomain
=== PAUSE TestAccEC2EIPsDataSource_vpcDomain
=== RUN   TestAccEC2EIPsDataSource_standardDomain
=== PAUSE TestAccEC2EIPsDataSource_standardDomain
=== CONT  TestAccEC2EIPsDataSource_vpcDomain
=== CONT  TestAccEC2EIPsDataSource_standardDomain
--- PASS: TestAccEC2EIPsDataSource_standardDomain (13.94s)
--- PASS: TestAccEC2EIPsDataSource_vpcDomain (19.01s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	26.420s

@ewbankkit
Copy link
Contributor

@DrFaust92 Thanks for the contribution 🎉 👏.

@ewbankkit ewbankkit merged commit 9f11ae5 into hashicorp:main Mar 25, 2022
@github-actions github-actions bot added this to the v4.8.0 milestone Mar 25, 2022
@github-actions
Copy link

This functionality has been released in v4.8.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link

github-actions bot commented May 5, 2022

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 5, 2022
@DrFaust92 DrFaust92 deleted the data-eips branch May 21, 2022 12:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. enhancement Requests to existing resources that expand the functionality or scope. service/ec2 Issues and PRs that pertain to the ec2 service. size/XS Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aws_eips data source: please always return public_ips
3 participants