@@ -50,7 +50,7 @@ func TestAccSecureSourceManagerInstance_secureSourceManagerInstanceBasicExample(
50
50
ResourceName : "google_secure_source_manager_instance.default" ,
51
51
ImportState : true ,
52
52
ImportStateVerify : true ,
53
- ImportStateVerifyIgnore : []string {"instance_id" , "labels" , "location" , "terraform_labels" },
53
+ ImportStateVerifyIgnore : []string {"instance_id" , "labels" , "location" , "terraform_labels" , "update_time" },
54
54
},
55
55
},
56
56
})
@@ -94,7 +94,7 @@ func TestAccSecureSourceManagerInstance_secureSourceManagerInstanceCmekExample(t
94
94
ResourceName : "google_secure_source_manager_instance.default" ,
95
95
ImportState : true ,
96
96
ImportStateVerify : true ,
97
- ImportStateVerifyIgnore : []string {"instance_id" , "labels" , "location" , "terraform_labels" },
97
+ ImportStateVerifyIgnore : []string {"instance_id" , "labels" , "location" , "terraform_labels" , "update_time" },
98
98
},
99
99
},
100
100
})
@@ -151,7 +151,7 @@ func TestAccSecureSourceManagerInstance_secureSourceManagerInstancePrivateExampl
151
151
ResourceName : "google_secure_source_manager_instance.default" ,
152
152
ImportState : true ,
153
153
ImportStateVerify : true ,
154
- ImportStateVerifyIgnore : []string {"instance_id" , "labels" , "location" , "terraform_labels" },
154
+ ImportStateVerifyIgnore : []string {"instance_id" , "labels" , "location" , "terraform_labels" , "update_time" },
155
155
},
156
156
},
157
157
})
@@ -267,7 +267,7 @@ func TestAccSecureSourceManagerInstance_secureSourceManagerInstancePrivatePscBac
267
267
ResourceName : "google_secure_source_manager_instance.default" ,
268
268
ImportState : true ,
269
269
ImportStateVerify : true ,
270
- ImportStateVerifyIgnore : []string {"instance_id" , "labels" , "location" , "terraform_labels" },
270
+ ImportStateVerifyIgnore : []string {"instance_id" , "labels" , "location" , "terraform_labels" , "update_time" },
271
271
},
272
272
},
273
273
})
@@ -485,7 +485,7 @@ func TestAccSecureSourceManagerInstance_secureSourceManagerInstancePrivatePscEnd
485
485
ResourceName : "google_secure_source_manager_instance.default" ,
486
486
ImportState : true ,
487
487
ImportStateVerify : true ,
488
- ImportStateVerifyIgnore : []string {"instance_id" , "labels" , "location" , "terraform_labels" },
488
+ ImportStateVerifyIgnore : []string {"instance_id" , "labels" , "location" , "terraform_labels" , "update_time" },
489
489
},
490
490
},
491
491
})
@@ -667,7 +667,7 @@ func TestAccSecureSourceManagerInstance_secureSourceManagerInstanceWorkforceIden
667
667
ResourceName : "google_secure_source_manager_instance.default" ,
668
668
ImportState : true ,
669
669
ImportStateVerify : true ,
670
- ImportStateVerifyIgnore : []string {"instance_id" , "labels" , "location" , "terraform_labels" },
670
+ ImportStateVerifyIgnore : []string {"instance_id" , "labels" , "location" , "terraform_labels" , "update_time" },
671
671
},
672
672
},
673
673
})
0 commit comments