Skip to content

Commit

Permalink
CR updates to align with AWS API
Browse files Browse the repository at this point in the history
  • Loading branch information
anGie44 committed Dec 2, 2021
1 parent 48e6cc3 commit 7e7765f
Show file tree
Hide file tree
Showing 13 changed files with 665 additions and 533 deletions.
7 changes: 7 additions & 0 deletions .changelog/11487.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:new-resource
aws_codecommit_approval_rule_template
```

```release-note:new-data-source
aws_codecommit_approval_rule_template
```
10 changes: 5 additions & 5 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@ func Provider() *schema.Provider {
"aws_codeartifact_authorization_token": codeartifact.DataSourceAuthorizationToken(),
"aws_codeartifact_repository_endpoint": codeartifact.DataSourceRepositoryEndpoint(),

"aws_codecommit_approval_rule": codecommit.DataSourceApprovalRule(),
"aws_codecommit_repository": codecommit.DataSourceRepository(),
"aws_codecommit_approval_rule_template": codecommit.DataSourceApprovalRuleTemplate(),
"aws_codecommit_repository": codecommit.DataSourceRepository(),

"aws_codestarconnections_connection": codestarconnections.DataSourceConnection(),

Expand Down Expand Up @@ -912,9 +912,9 @@ func Provider() *schema.Provider {
"aws_codebuild_source_credential": codebuild.ResourceSourceCredential(),
"aws_codebuild_webhook": codebuild.ResourceWebhook(),

"aws_codecommit_approval_rule": codecommit.ResourceApprovalRule(),
"aws_codecommit_repository": codecommit.ResourceRepository(),
"aws_codecommit_trigger": codecommit.ResourceTrigger(),
"aws_codecommit_approval_rule_template": codecommit.ResourceApprovalRuleTemplate(),
"aws_codecommit_repository": codecommit.ResourceRepository(),
"aws_codecommit_trigger": codecommit.ResourceTrigger(),

"aws_codedeploy_app": codedeploy.ResourceApp(),
"aws_codedeploy_deployment_config": codedeploy.ResourceDeploymentConfig(),
Expand Down
170 changes: 0 additions & 170 deletions internal/service/codecommit/approval_rule.go

This file was deleted.

71 changes: 0 additions & 71 deletions internal/service/codecommit/approval_rule_data_source.go

This file was deleted.

Loading

0 comments on commit 7e7765f

Please sign in to comment.