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

customAction support for aws codepipeline #19696

Closed
bsarbhukan opened this issue Dec 19, 2018 · 2 comments
Closed

customAction support for aws codepipeline #19696

bsarbhukan opened this issue Dec 19, 2018 · 2 comments

Comments

@bsarbhukan
Copy link

Current Terraform Version

Terraform v0.11.10
+ provider.aws v1.52.0
+ provider.null v1.0.0
+ provider.template v1.0.0

Use-cases

We are trying to create a AWS Codepipeline with source->build->deploy->test
We are able to write source and deploy stage using terraform.
For Build and Test stage, we plan to use jenkins (which is custom action or third party)
I had used the same pipeline skeleton using cloudformation and we need to create Custom action for Jenkins followed by codepipeline.

But I dont see any option to create a custom action for jenkins.

I cloned terraform engine code but I dont see anything related to Custom action for aws codepipeline.

I would like to know if such feature is planned to release or anyone has used any work around?

Attempted Solutions

I tried some random option for Owner/Provider (purely guess though) but it keep throwing below error:
Error creating CodePipeline: InvalidActionDeclarationException: ActionType (Category: 'Build', Provider: 'Jenkins', Owner: 'ThirdParty', Version: '1') in action 'Build' is not available
status code: 400

  • aws_codepipeline.codepipeline: Error creating CodePipeline: InvalidActionDeclarationException: ActionType (Category: 'Build', Provider: 'Jenkins', Owner: 'Custom', Version: '1') in action 'Build' is not available
    status code: 400

Proposal

Will it be wise to create clousformation stack as resource for this custom action followed by aws code pipeline?

References

@ghost
Copy link

ghost commented Dec 19, 2018

This issue has been automatically migrated to hashicorp/terraform-provider-aws#6931 because it looks like an issue with that provider. If you believe this is not an issue with the provider, please reply to hashicorp/terraform-provider-aws#6931.

@ghost
Copy link

ghost commented Mar 30, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Mar 30, 2020
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants