-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add Integration Resource #152
Conversation
a373e61
to
10d1d8e
Compare
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.
Nicely done, great initiative with the CONTRIBUTING.md
1q
Outdated
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.
redundant
run-example: | ||
cd examples && terraform init && terraform apply | ||
|
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.
why?
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.
In the previous example refactor I changed it so that each example is ran per folder
Makefile
Outdated
lint: | ||
# https://golangci-lint.run/welcome/install/#local-installation | ||
golangci-lint run |
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.
can we add dev-install or something?
port/integration/schema.go
Outdated
webhook_changelog_destination = { | ||
type = "WEBHOOK" | ||
url = "https://google.com" | ||
agent = true | ||
} |
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.
lets remove it from the basic example, 99% of the users don't use it and we don't want them to create it by default
833f0f9
to
83556b4
Compare
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.
LGTM
83556b4
to
7ae7cb3
Compare
7ae7cb3
to
078bc8a
Compare
Description
What - Add a new Integration resource
Type of change