-
Notifications
You must be signed in to change notification settings - Fork 9.5k
[Enhancement] aws_codepipeline: support for Compute
action
#42507
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
base: main
Are you sure you want to change the base?
[Enhancement] aws_codepipeline: support for Compute
action
#42507
Conversation
Community GuidelinesThis comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀 Voting for Prioritization
Pull Request Authors
|
✅ Thank you for correcting the previously detected issues! The maintainers appreciate your efforts to make the review process as smooth as possible. |
Any news on this? |
Description
Add several arguments to the
action
block to support theCompute
action:commands
output_variables
output_artifacts_for_compute_action
output_artifacts
is implemented as a list of artifact names.Compute
action uses thefiles
attribute inOutputArtifacts
, which cannot be represented using the currentoutput_artifacts
.output_artifacts_for_compute_action
, has been introduced. Its schema matches that of theOutputArtifacts
object in the AWS API.Compute
,output_artifacts_for_compute_action
is used andoutput_artifacts
is ignored.This PR is based on f/aws_codepipeline add 'commands' attribute to support 'Compute' action category #41034, rebased onto the latest
main
branch, and adds theoutput_variables
andoutput_artifacts_for_compute_action
arguments.Relations
Closes #39743
Relates #41034
References
https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionDeclaration.html#CodePipeline-Type-ActionDeclaration-commands
https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-Commands.html
Output from Acceptance Testing