File tree 2 files changed +5
-5
lines changed
third_party/terraform/services/memorystore
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -157,8 +157,8 @@ properties:
157
157
output : true
158
158
- name : ' automatedBackupConfig'
159
159
type : NestedObject
160
- default_from_api : true
161
160
description : " The automated backup config for a instance."
161
+ default_from_api : true
162
162
properties :
163
163
- name : ' automatedBackupMode'
164
164
type : Enum
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ func TestAccMemorystoreInstance_automatedBackupConfig(t *testing.T) {
87
87
func testAccMemorystoreInstance_automatedBackupConfig (context map [string ]interface {}) string {
88
88
return acctest .Nprintf (`
89
89
// Primary instance
90
- resource "google_memorystore_instance" "test-abc " {
90
+ resource "google_memorystore_instance" "test_abc " {
91
91
instance_id = "tf-test-instance-abc-%{random_suffix}"
92
92
shard_count = 1
93
93
location = "us-central1"
@@ -104,9 +104,9 @@ resource "google_memorystore_instance" "test-abc" {
104
104
fixed_frequency_schedule {
105
105
start_time {
106
106
hours = 20
107
- minutes = 30
108
- seconds = 50
109
- nanos = 2
107
+ minutes = 0
108
+ seconds = 0
109
+ nanos = 0
110
110
}
111
111
}
112
112
}
You can’t perform that action at this time.
0 commit comments