-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Feature CodeCommit Trigger #8751
Feature CodeCommit Trigger #8751
Conversation
Type: schema.TypeString, | ||
ForceNew: true, | ||
Required: true, | ||
ValidateFunc: func(v interface{}, k string) (ws []string, errors []error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As this is just a reference to a repository, should we validate here? Isn't the validation in the aws_code_commit
resource? :)
Hi @optimisticanshul This is looking good - i have left a few comments inline - nothing bad at all This will also need some doumentation as well please :) Paul |
9b8894d
to
d7e47e2
Compare
d7e47e2
to
01285a6
Compare
01285a6
to
497063a
Compare
@stack72 Hi i think i took care of most of your comments, so i thinks it's ready for another review :) |
@optimisticanshul there's a forgotten import which is why Travis is reporting 🔴 :
|
@radeksimko Updated thanks. |
Hi @optimisticanshul This LGTM! I made 1 change - I removed the test for changes. All it does is just force a new resource so it's fine to be covered by the basic
Thanks for all the work here :) Paul |
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. |
Fixes #6973
I deleted my original repo so based on discussion #6980
/cc @stack72