Skip to content

Commit

Permalink
Merge pull request #8123 from atsushi-ishibashi/issue6931
Browse files Browse the repository at this point in the history
New Resource: aws_codepipeline_custom_action_type
  • Loading branch information
ewbankkit authored Oct 10, 2022
2 parents dc3534d + 1efdb43 commit ec68e36
Show file tree
Hide file tree
Showing 9 changed files with 1,900 additions and 577 deletions.
3 changes: 3 additions & 0 deletions .changelog/8123.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_codepipeline_custom_action_type
```
5 changes: 3 additions & 2 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1173,8 +1173,9 @@ func New(_ context.Context) (*schema.Provider, error) {
"aws_codedeploy_deployment_config": deploy.ResourceDeploymentConfig(),
"aws_codedeploy_deployment_group": deploy.ResourceDeploymentGroup(),

"aws_codepipeline": codepipeline.ResourceCodePipeline(),
"aws_codepipeline_webhook": codepipeline.ResourceWebhook(),
"aws_codepipeline": codepipeline.ResourcePipeline(),
"aws_codepipeline_custom_action_type": codepipeline.ResourceCustomActionType(),
"aws_codepipeline_webhook": codepipeline.ResourceWebhook(),

"aws_codestarconnections_connection": codestarconnections.ResourceConnection(),
"aws_codestarconnections_host": codestarconnections.ResourceHost(),
Expand Down
Loading

0 comments on commit ec68e36

Please sign in to comment.