@@ -26,7 +26,7 @@ func TestAccPrivatecaCaPool_privatecaCapoolUpdate(t *testing.T) {
26
26
ResourceName : "google_privateca_ca_pool.default" ,
27
27
ImportState : true ,
28
28
ImportStateVerify : true ,
29
- ImportStateVerifyIgnore : []string {"name" , "location" },
29
+ ImportStateVerifyIgnore : []string {"name" , "location" , "labels" , "terraform_labels" },
30
30
},
31
31
{
32
32
Config : testAccPrivatecaCaPool_privatecaCapoolEnd (context ),
@@ -35,7 +35,7 @@ func TestAccPrivatecaCaPool_privatecaCapoolUpdate(t *testing.T) {
35
35
ResourceName : "google_privateca_ca_pool.default" ,
36
36
ImportState : true ,
37
37
ImportStateVerify : true ,
38
- ImportStateVerifyIgnore : []string {"name" , "location" },
38
+ ImportStateVerifyIgnore : []string {"name" , "location" , "labels" , "terraform_labels" },
39
39
},
40
40
{
41
41
Config : testAccPrivatecaCaPool_privatecaCapoolStart (context ),
@@ -44,7 +44,7 @@ func TestAccPrivatecaCaPool_privatecaCapoolUpdate(t *testing.T) {
44
44
ResourceName : "google_privateca_ca_pool.default" ,
45
45
ImportState : true ,
46
46
ImportStateVerify : true ,
47
- ImportStateVerifyIgnore : []string {"name" , "location" },
47
+ ImportStateVerifyIgnore : []string {"name" , "location" , "labels" , "terraform_labels" },
48
48
},
49
49
},
50
50
})
@@ -233,7 +233,7 @@ func TestAccPrivatecaCaPool_privatecaCapoolEmptyBaseline(t *testing.T) {
233
233
ResourceName : "google_privateca_ca_pool.default" ,
234
234
ImportState : true ,
235
235
ImportStateVerify : true ,
236
- ImportStateVerifyIgnore : []string {"name" , "location" },
236
+ ImportStateVerifyIgnore : []string {"name" , "location" , "labels" , "terraform_labels" },
237
237
},
238
238
},
239
239
})
@@ -297,7 +297,7 @@ func TestAccPrivatecaCaPool_privatecaCapoolEmptyPublishingOptions(t *testing.T)
297
297
ResourceName : "google_privateca_ca_pool.default" ,
298
298
ImportState : true ,
299
299
ImportStateVerify : true ,
300
- ImportStateVerifyIgnore : []string {"name" , "location" },
300
+ ImportStateVerifyIgnore : []string {"name" , "location" , "labels" , "terraform_labels" },
301
301
},
302
302
},
303
303
})
0 commit comments