@@ -186,21 +186,51 @@ func TestAccComputeRegionHealthCheck_typeTransition(t *testing.T) {
186186 {
187187 Config : testAccComputeRegionHealthCheck_https (hckName ),
188188 },
189+ {
190+ ResourceName : "google_compute_region_health_check.foobar" ,
191+ ImportState : true ,
192+ ImportStateVerify : true ,
193+ },
189194 {
190195 Config : testAccComputeRegionHealthCheck_http (hckName ),
191196 },
197+ {
198+ ResourceName : "google_compute_region_health_check.foobar" ,
199+ ImportState : true ,
200+ ImportStateVerify : true ,
201+ },
192202 {
193203 Config : testAccComputeRegionHealthCheck_ssl (hckName ),
194204 },
205+ {
206+ ResourceName : "google_compute_region_health_check.foobar" ,
207+ ImportState : true ,
208+ ImportStateVerify : true ,
209+ },
195210 {
196211 Config : testAccComputeRegionHealthCheck_tcp (hckName ),
197212 },
213+ {
214+ ResourceName : "google_compute_region_health_check.foobar" ,
215+ ImportState : true ,
216+ ImportStateVerify : true ,
217+ },
198218 {
199219 Config : testAccComputeRegionHealthCheck_http2 (hckName ),
200220 },
221+ {
222+ ResourceName : "google_compute_region_health_check.foobar" ,
223+ ImportState : true ,
224+ ImportStateVerify : true ,
225+ },
201226 {
202227 Config : testAccComputeRegionHealthCheck_https (hckName ),
203228 },
229+ {
230+ ResourceName : "google_compute_region_health_check.foobar" ,
231+ ImportState : true ,
232+ ImportStateVerify : true ,
233+ },
204234 },
205235 })
206236}
0 commit comments