Skip to content

Commit

Permalink
CL-732 | add cloud control mapping for RepositoryAssociation
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriela S. Soria <[email protected]>
  • Loading branch information
gsoria committed Oct 31, 2023
1 parent b185389 commit 888f8d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/codegurureviewer-repository-associations.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ type CodeGuruReviewerRepositoryAssociation struct {
}

func init() {
register("CodeGuruReviewerRepositoryAssociation", ListCodeGuruReviewerRepositoryAssociations)
register("CodeGuruReviewerRepositoryAssociation", ListCodeGuruReviewerRepositoryAssociations,
mapCloudControl("AWS::CodeGuruReviewer::RepositoryAssociation"))
}

func ListCodeGuruReviewerRepositoryAssociations(sess *session.Session) ([]Resource, error) {
Expand Down

0 comments on commit 888f8d2

Please sign in to comment.