@@ -62,9 +62,10 @@ func TestAccMemorystoreInstance_automatedBackupConfig(t *testing.T) {
62
62
Config : testAccMemorystoreInstance_automatedBackupConfig (context ),
63
63
},
64
64
{
65
- ResourceName : "google_memorystore_instance.test_abc" ,
66
- ImportState : true ,
67
- ImportStateVerify : true ,
65
+ ResourceName : "google_memorystore_instance.test_abc" ,
66
+ ImportState : true ,
67
+ ImportStateVerify : true ,
68
+ ImportStateVerifyIgnore : []string {"automated_backup_config.0.fixed_frequency_schedule" , "automated_backup_config.0.fixed_frequency_schedule.0.start_time" , "utomated_backup_config.0.fixed_frequency_schedule.0.start_time.0.hours" , "automated_backup_config.0.retention" },
68
69
},
69
70
{
70
71
Config : testAccMemorystoreInstance_automatedBackupConfigWithout (context ),
@@ -73,7 +74,7 @@ func TestAccMemorystoreInstance_automatedBackupConfig(t *testing.T) {
73
74
ResourceName : "google_memorystore_instance.test_abc" ,
74
75
ImportState : true ,
75
76
ImportStateVerify : true ,
76
- ImportStateVerifyIgnore : []string {"automated_backup_config.0.% " },
77
+ ImportStateVerifyIgnore : []string {"automated_backup_config.0.fixed_frequency_schedule" , "automated_backup_config.0.fixed_frequency_schedule.0.start_time" , "utomated_backup_config.0.fixed_frequency_schedule.0.start_time.0.hours" , "automated_backup_config.0.retention " },
77
78
},
78
79
},
79
80
})
@@ -107,7 +108,7 @@ resource "google_memorystore_instance" "test_abc" {
107
108
resource "google_network_connectivity_service_connection_policy" "primary_policy" {
108
109
name = "tf-test-abc-policy-%{random_suffix}"
109
110
location = "us-central1"
110
- service_class = "gcp-memorystore-autopush "
111
+ service_class = "gcp-memorystore"
111
112
description = "my basic service connection policy"
112
113
network = google_compute_network.primary_producer_net.id
113
114
psc_config {
0 commit comments