-
Notifications
You must be signed in to change notification settings - Fork 30
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 support for multiple offsets to time_offset module #189
Add support for multiple offsets to time_offset module #189
Conversation
Hi @sumkincpp thank you for the contribution, |
This provider has four resources and a major bug in one of them which cost me quite some time today. Why not just merge and release a new major version? I understand that for things like terraform-provider-aws pushing new major versions requires some more planning, but I don't think it makes sense here. |
…ffsets' into sumkincpp-time_offset-multiple-offsets # Conflicts: # internal/provider/resource_time_offset.go
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.
Hi @sumkincpp
I've added a changelog entry and moved your doc example to the template to pass our CI check. Otherwise, this looks good to go.
Thank you for the contribution!
Thanks for merging this! 🚀 |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Add support for multiple offsets to time_offset
Workaround right now, for example - use only one attribute, i.e.
offset_months=13
Community Note