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

feat: Add kms_key_identifier arg for aws_pipes_pipe #41082

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

acwwat
Copy link
Contributor

@acwwat acwwat commented Jan 26, 2025

Description

This PR is to add the kms_key_identifier argument to the aws_pipes_pipe resource.

Relations

Closes #39288

References

Referred to CreatePipe for specs and wordings.

Output from Acceptance Testing

$ make testacc "TESTS=TestAccPipesPipe_basicSQS|TestAccPipesPipe_kmsKeyIdentifier" PKG=pipes
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 20 -run='TestAccPipesPipe_basicSQS|TestAccPipesPipe_kmsKeyIdentifier'  -timeout 360m -vet=off
2025/01/25 23:29:01 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 (79.31s)
--- PASS: TestAccPipesPipe_kmsKeyIdentifier (140.03s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/pipes      140.276s

$

@acwwat acwwat requested a review from a team as a code owner January 26, 2025 04:35
Copy link

Community Note

Voting for Prioritization

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

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions 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 acwwat force-pushed the f-aws_pipes_pipe-add_kms_key_identifier_arg branch from 3c79d7f to 595f1f4 Compare January 26, 2025 04:36
@acwwat acwwat force-pushed the f-aws_pipes_pipe-add_kms_key_identifier_arg branch from 595f1f4 to 03ad298 Compare January 26, 2025 04:54
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. external-maintainer Contribution from a trusted external contributor. needs-triage Waiting for first response or review from a maintainer. service/pipes Issues and PRs that pertain to the pipes service. 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.

Amazon EventBridge Pipes now supports CMKs
1 participant