-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
feat: Add kms_key_identifier arg for aws_pipes_pipe #41082
Merged
ewbankkit
merged 1 commit into
hashicorp:main
from
acwwat:f-aws_pipes_pipe-add_kms_key_identifier_arg
Jan 28, 2025
Merged
feat: Add kms_key_identifier arg for aws_pipes_pipe #41082
ewbankkit
merged 1 commit into
hashicorp:main
from
acwwat:f-aws_pipes_pipe-add_kms_key_identifier_arg
Jan 28, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Community NoteVoting for Prioritization
For Submitters
|
github-actions
bot
added
documentation
Introduces or discusses updates to documentation.
tests
PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
service/pipes
Issues and PRs that pertain to the pipes service.
needs-triage
Waiting for first response or review from a maintainer.
external-maintainer
Contribution from a trusted external contributor.
labels
Jan 26, 2025
acwwat
force-pushed
the
f-aws_pipes_pipe-add_kms_key_identifier_arg
branch
from
January 26, 2025 04:36
3c79d7f
to
595f1f4
Compare
acwwat
force-pushed
the
f-aws_pipes_pipe-add_kms_key_identifier_arg
branch
from
January 26, 2025 04:54
595f1f4
to
03ad298
Compare
justinretzolk
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
Jan 27, 2025
github-actions
bot
added
the
prioritized
Part of the maintainer teams immediate focus. To be addressed within the current quarter.
label
Jan 28, 2025
ewbankkit
approved these changes
Jan 28, 2025
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 🚀.
% make testacc TESTARGS='-run=TestAccPipesPipe_basic\|TestAccPipesPipe_kmsKeyIdentifier' PKG=pipes ACCTEST_PARALLELISM=3
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.3 test ./internal/service/pipes/... -v -count 1 -parallel 3 -run=TestAccPipesPipe_basic\|TestAccPipesPipe_kmsKeyIdentifier -timeout 360m -vet=off
2025/01/28 07:34:21 Initializing Terraform AWS Provider...
=== RUN TestAccPipesPipe_basicSQS
=== PAUSE TestAccPipesPipe_basicSQS
=== RUN TestAccPipesPipe_kmsKeyIdentifier
=== PAUSE TestAccPipesPipe_kmsKeyIdentifier
=== CONT TestAccPipesPipe_basicSQS
=== CONT TestAccPipesPipe_kmsKeyIdentifier
--- PASS: TestAccPipesPipe_basicSQS (88.53s)
--- PASS: TestAccPipesPipe_kmsKeyIdentifier (153.97s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/pipes 159.270s
@acwwat Thanks for the contribution 🎉 👏. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
Introduces or discusses updates to documentation.
enhancement
Requests to existing resources that expand the functionality or scope.
external-maintainer
Contribution from a trusted external contributor.
prioritized
Part of the maintainer teams immediate focus. To be addressed within the current quarter.
service/pipes
Issues and PRs that pertain to the pipes service.
tests
PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR is to add the
kms_key_identifier
argument to theaws_pipes_pipe
resource.Relations
Closes #39288
References
Referred to CreatePipe for specs and wordings.
Output from Acceptance Testing