-
Notifications
You must be signed in to change notification settings - Fork 119
Fix mapping of webhook connectors that is stored in tfstate #433
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
Conversation
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.
Thanks for contributing!
LGTM 👍 besides minor formatting issue.
Co-authored-by: Dmitry Onishchenko <8962171+dimuon@users.noreply.github.com>
Co-authored-by: Dmitry Onishchenko <8962171+dimuon@users.noreply.github.com>
Pushed an update with the formatting. Looks like you need to approve again. Odd that it looked fine in my ide |
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
It could be that your IDE uses spaces instead of tabs. |
…ramework * origin/main: Fix mapping of webhook connectors that is stored in tfstate (elastic#433) Bump version for v0.8.0 Fix Kibana SLO panic `histogram_custom_indicator` (elastic#430) Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.1 to 2.29.0 (elastic#422) Bump github.com/hashicorp/terraform-plugin-docs in /tools (elastic#384) Bump github.com/golangci/golangci-lint from 1.54.1 to 1.54.2 in /tools (elastic#409) Bump actions/checkout from 3 to 4 (elastic#421) fix: update component documentation (elastic#420) Add support for the .slack_api connector (elastic#419)
Connectors were only properly storing url in the config in the tfstate file as they were being mapped to Tines.
Fix #388