Skip to content

Commit e8b1f45

Browse files
committed
Fixed start_time to beginning of the hour
1 parent eb1a253 commit e8b1f45

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mmv1/products/memorystore/Instance.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ properties:
157157
output: true
158158
- name: 'automatedBackupConfig'
159159
type: NestedObject
160-
default_from_api: true
161160
description: "The automated backup config for a instance."
161+
default_from_api: true
162162
properties:
163163
- name: 'automatedBackupMode'
164164
type: Enum

mmv1/third_party/terraform/services/memorystore/resource_memorystore_instance_test.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ resource "google_memorystore_instance" "test-abc" {
104104
fixed_frequency_schedule {
105105
start_time {
106106
hours = 20
107-
minutes = 30
108-
seconds = 50
109-
nanos = 2
107+
minutes = 0
108+
seconds = 0
109+
nanos = 0
110110
}
111111
}
112112
}

0 commit comments

Comments
 (0)