-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
f/aws_codepipeline add 'commands' attribute to support 'Compute' action category #41034
Open
neruneruo
wants to merge
13
commits into
hashicorp:main
Choose a base branch
from
neruneruo:f-aws_codepipeline_compute_action
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
f/aws_codepipeline add 'commands' attribute to support 'Compute' action category #41034
neruneruo
wants to merge
13
commits into
hashicorp:main
from
neruneruo:f-aws_codepipeline_compute_action
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
|
Could someone please review this pull request? |
+1 |
2 similar comments
+1 |
+1 |
# Conflicts: # internal/service/codepipeline/codepipeline.go # internal/service/codepipeline/codepipeline_test.go
% make testacc TESTARGS='-run=TestAccCodePipeline_trigger' PKG=codepipeline make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.23.7 test ./internal/service/codepipeline/... -v -count 1 -parallel 20 -run=TestAccCodePipeline_trigger -timeout 360m -vet=off 2025/03/10 14:53:08 Initializing Terraform AWS Provider... === RUN TestAccCodePipeline_trigger === PAUSE TestAccCodePipeline_trigger === CONT TestAccCodePipeline_trigger --- PASS: TestAccCodePipeline_trigger (34.41s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/codepipeline 40.067s
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.
prioritized
Part of the maintainer teams immediate focus. To be addressed within the current quarter.
service/codepipeline
Issues and PRs that pertain to the codepipeline service.
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.
aws_codepipeline add
commands
attribute to supportCompute
action categoryDescription
Add attribute:
commands
inaction
blockRelations
Closes #39743
References
https://aws.amazon.com/about-aws/whats-new/2024/10/aws-codepipeline-general-purpose-compute-action/
https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-Commands.html
Output from Acceptance Testing