-
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
Feature/ds key pair #15829
Feature/ds key pair #15829
Conversation
When this will be merged and released? |
merge and release, please :) |
Hey folks, anything holding this PR back? Seems like it's ready to go and would be helpful! |
looking forward to this! |
Is there anything blockthing this from getting released? Seems like everything is ready to go |
Hi, |
Code makes sense, documentation and tests are provided. All automated lights are green. Could we get this small but useful feature merged, or an ETA on when it'll be looked into? Thanks in advance :) |
Whats the holdup here? |
Edit: Snipped out the quote regarding a moratorium on PRs, as that apparently doesn't apply to providers but only terraform core. See @justinretzolk's comment below. |
Hi all 👋 Thank you all for your patience here. We use the "👍" reactions on a given issue/pull request in order to aid in prioritizing community contributions (thank you to everyone who has reacted to this one so far!). While I can't promise any sort of timeline for review/merge, the team is aware of this pull request, and will work on it as soon as time permits. Please keep adding "👍" if this pull request would help you; the more votes it receives, the more likely it is that it will be included in an upcoming release. I'd be remiss if I didn't mention the quote that @mbainter provided. That update applies only to Terraform Core, not the separate provider repositories. We are still reviewing and accepting community contributions to the individual providers, including the AWS provider. |
I just resolved the merge conflict, so we will have a clean state for merging ;) |
Pull request #21306 has significantly refactored the AWS Provider codebase. As a result, most PRs opened prior to the refactor now have merge conflicts that must be resolved before proceeding. Specifically, PR #21306 relocated the code for all AWS resources and data sources from a single We recognize that many pull requests have been open for some time without yet being addressed by our maintainers. Therefore, we want to make it clear that resolving these conflicts in no way affects the prioritization of a particular pull request. Once a pull request has been prioritized for review, the necessary changes will be made by a maintainer -- either directly or in collaboration with the pull request author. For a more complete description of this refactor, including examples of how old filepaths and function names correspond to their new counterparts: please refer to issue #20000. For a quick guide on how to amend your pull request to resolve the merge conflicts resulting from this refactor and bring it in line with our new code patterns: please refer to our Service Package Refactor Pull Request Guide. |
Acceptance test output: % make testacc PKG_NAME=internal/service/ec2 TESTARGS='-run=TestAccEC2KeyPairDataSource_basic' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run=TestAccEC2KeyPairDataSource_basic -timeout 180m === RUN TestAccEC2KeyPairDataSource_basic === PAUSE TestAccEC2KeyPairDataSource_basic === CONT TestAccEC2KeyPairDataSource_basic --- PASS: TestAccEC2KeyPairDataSource_basic (14.10s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 17.678s
c1eb71a
to
e17687c
Compare
Acceptance test output: % make testacc PKG_NAME=internal/service/ec2 TESTARGS='-run=TestAccEC2KeyPair_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run=TestAccEC2KeyPair_ -timeout 180m === RUN TestAccEC2KeyPair_basic === PAUSE TestAccEC2KeyPair_basic === RUN TestAccEC2KeyPair_tags === PAUSE TestAccEC2KeyPair_tags === RUN TestAccEC2KeyPair_nameGenerated === PAUSE TestAccEC2KeyPair_nameGenerated === RUN TestAccEC2KeyPair_namePrefix === PAUSE TestAccEC2KeyPair_namePrefix === RUN TestAccEC2KeyPair_disappears === PAUSE TestAccEC2KeyPair_disappears === CONT TestAccEC2KeyPair_basic === CONT TestAccEC2KeyPair_namePrefix === CONT TestAccEC2KeyPair_nameGenerated === CONT TestAccEC2KeyPair_tags === CONT TestAccEC2KeyPair_disappears --- PASS: TestAccEC2KeyPair_disappears (12.31s) --- PASS: TestAccEC2KeyPair_namePrefix (15.84s) --- PASS: TestAccEC2KeyPair_basic (16.10s) --- PASS: TestAccEC2KeyPair_nameGenerated (16.95s) --- PASS: TestAccEC2KeyPair_tags (35.31s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 41.854s
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
Commercial
% make testacc PKG_NAME=internal/service/ec2 TESTARGS='-run=TestAccEC2KeyPair_\|TestAccEC2KeyPairDataSource_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run=TestAccEC2KeyPair_\|TestAccEC2KeyPairDataSource_ -timeout 180m
=== RUN TestAccEC2KeyPairDataSource_basic
=== PAUSE TestAccEC2KeyPairDataSource_basic
=== RUN TestAccEC2KeyPair_basic
=== PAUSE TestAccEC2KeyPair_basic
=== RUN TestAccEC2KeyPair_tags
=== PAUSE TestAccEC2KeyPair_tags
=== RUN TestAccEC2KeyPair_nameGenerated
=== PAUSE TestAccEC2KeyPair_nameGenerated
=== RUN TestAccEC2KeyPair_namePrefix
=== PAUSE TestAccEC2KeyPair_namePrefix
=== RUN TestAccEC2KeyPair_disappears
=== PAUSE TestAccEC2KeyPair_disappears
=== CONT TestAccEC2KeyPairDataSource_basic
=== CONT TestAccEC2KeyPair_nameGenerated
=== CONT TestAccEC2KeyPair_disappears
=== CONT TestAccEC2KeyPair_namePrefix
=== CONT TestAccEC2KeyPair_tags
=== CONT TestAccEC2KeyPair_basic
--- PASS: TestAccEC2KeyPair_disappears (13.90s)
--- PASS: TestAccEC2KeyPairDataSource_basic (16.08s)
--- PASS: TestAccEC2KeyPair_basic (16.57s)
--- PASS: TestAccEC2KeyPair_namePrefix (18.78s)
--- PASS: TestAccEC2KeyPair_nameGenerated (18.93s)
--- PASS: TestAccEC2KeyPair_tags (39.36s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 43.226s
GovCloud
% make testacc PKG_NAME=internal/service/ec2 TESTARGS='-run=TestAccEC2KeyPair_\|TestAccEC2KeyPairDataSource_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run=TestAccEC2KeyPair_\|TestAccEC2KeyPairDataSource_ -timeout 180m
=== RUN TestAccEC2KeyPairDataSource_basic
=== PAUSE TestAccEC2KeyPairDataSource_basic
=== RUN TestAccEC2KeyPair_basic
=== PAUSE TestAccEC2KeyPair_basic
=== RUN TestAccEC2KeyPair_tags
=== PAUSE TestAccEC2KeyPair_tags
=== RUN TestAccEC2KeyPair_nameGenerated
=== PAUSE TestAccEC2KeyPair_nameGenerated
=== RUN TestAccEC2KeyPair_namePrefix
=== PAUSE TestAccEC2KeyPair_namePrefix
=== RUN TestAccEC2KeyPair_disappears
=== PAUSE TestAccEC2KeyPair_disappears
=== CONT TestAccEC2KeyPairDataSource_basic
=== CONT TestAccEC2KeyPair_namePrefix
=== CONT TestAccEC2KeyPair_tags
=== CONT TestAccEC2KeyPair_basic
=== CONT TestAccEC2KeyPair_disappears
=== CONT TestAccEC2KeyPair_nameGenerated
--- PASS: TestAccEC2KeyPair_disappears (18.06s)
--- PASS: TestAccEC2KeyPairDataSource_basic (20.76s)
--- PASS: TestAccEC2KeyPair_nameGenerated (23.55s)
--- PASS: TestAccEC2KeyPair_basic (23.58s)
--- PASS: TestAccEC2KeyPair_namePrefix (23.63s)
--- PASS: TestAccEC2KeyPair_tags (49.26s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 53.100s
@pkruk Thanks for the contribution 🎉 👏. |
This functionality has been released in v3.65.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! |
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. |
Community Note
Closes #15590
Release note for CHANGELOG:
Output from acceptance testing:
This is my first PR here, I will be very happy for feedback and if you spot anything missing in PR :)