-
Notifications
You must be signed in to change notification settings - Fork 189
Hour and minute properties don't update when they are zero for mongodbatlas_cloud_provider_snapshot_backup_policy #211
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
Labels
Comments
I am using version |
And confirmed - also a bug. Cannot set values to zero (midnight). |
10 tasks
gmlp
added a commit
that referenced
this issue
May 20, 2020
gmlp
added a commit
that referenced
this issue
Jun 1, 2020
gmlp
added a commit
that referenced
this issue
Jun 8, 2020
gmlp
added a commit
that referenced
this issue
Jun 8, 2020
gmlp
added a commit
that referenced
this issue
Jun 8, 2020
gmlp
added a commit
that referenced
this issue
Jun 8, 2020
…inute-dont-update-when-they-are-zero fixes #211: Hour and minute properties don't update when they are zero for mongodbatlas_cloud_provider_snapshot_backup_policy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
When the resource
mongodbatlas_cloud_provider_snapshot_backup_policy
hasreference_hour_of_day
orreference_minute_of_hour
set to0
, it never updates Atlas.For example, if they configuration is like this:
The policy always comes back as a change is required:
And when applying it never changes Atlas to midnight. It always stays at the time it was before, in this case
17:21
...If I use numbers different than
0
for this properties it all works correctly.I have not investigated if
restore_window_days
has the same issue.Can this be fixed?
Thanks.
The text was updated successfully, but these errors were encountered: