-
Notifications
You must be signed in to change notification settings - Fork 63
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
feat(tool): add new resource routeros_tool_email
#632
Conversation
b4a027b
to
4d2d6f1
Compare
routeros/resource_tool_email.go
Outdated
Type: schema.TypeString, | ||
Optional: true, | ||
Description: "Name or email address that will be shown as a receiver.", | ||
Default: "<>", |
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.
Thank you very much for your contribution!
I have a request to replace all default values with DiffSuppressFunc: AlwaysPresentNotUserProvided,
, we have thus solved the problem of tracking default values between different ROS versions.
This should also be done for: port
, server
, tls
.
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.
Appreciate the review! I just committed these changes.
I also created resources today for SSTP server and client, will test and clean them up a bit tomorrow and open a PR once this one is merged 🙏🏻 |
🎉 This PR is included in version 1.74.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Hi! Needed this in my setup, figured it would be a nice thing to have in this provider.
I'm not very fluent at Go, so please let me know if anything is wrong. Thanks for your time reviewing this!
Compiled and tested this locally.