-
Notifications
You must be signed in to change notification settings - Fork 428
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: Add deny_maintenance_period
for MySQL, MsSQL, PostgreSQL and safer_sql
#399
feat: Add deny_maintenance_period
for MySQL, MsSQL, PostgreSQL and safer_sql
#399
Conversation
f48decb
to
25de437
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.
Thanks for the PR @aniketkumarj
Could you bump the min provider version throughout as it looks like this was added in 4.45
@aniketkumarj - can you update the min version in all modules versions.tf. Here's an example |
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.
versions.tf should be updated to reflect the min. provider version for both GA and beta.
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
@bharathkkb - I think your comment has been addressed as well but please confirm. |
@aniketkumarj |
Addressed with bumping the min. version in versions.tf
I've dismissed your review since you and I were both asking for the same thing and its had been addressed. |
Added the
deny_maintenance_period
with fieldsend_date
,start_date
andtime
for different databases i.e MySQL, MsSQL, PostgreSQL and safer_sql to fix the following issue: #391