Skip to content

Commit 888f8d2

Browse files
committed
CL-732 | add cloud control mapping for RepositoryAssociation
Signed-off-by: Gabriela S. Soria <[email protected]>
1 parent b185389 commit 888f8d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/codegurureviewer-repository-associations.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ type CodeGuruReviewerRepositoryAssociation struct {
1616
}
1717

1818
func init() {
19-
register("CodeGuruReviewerRepositoryAssociation", ListCodeGuruReviewerRepositoryAssociations)
19+
register("CodeGuruReviewerRepositoryAssociation", ListCodeGuruReviewerRepositoryAssociations,
20+
mapCloudControl("AWS::CodeGuruReviewer::RepositoryAssociation"))
2021
}
2122

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

0 commit comments

Comments
 (0)