@@ -1174,7 +1174,7 @@ func TestAccCloudRunV2Service_cloudrunv2ServiceWithDefaultUriDisabled(t *testing
11741174 ResourceName : "google_cloud_run_v2_service.default" ,
11751175 ImportState : true ,
11761176 ImportStateVerify : true ,
1177- ImportStateVerifyIgnore : []string {"name" , "location" , "annotations" , "labels" , "terraform_labels" , "launch_stage" , " deletion_protection" },
1177+ ImportStateVerifyIgnore : []string {"name" , "location" , "annotations" , "labels" , "terraform_labels" , "deletion_protection" },
11781178 },
11791179 {
11801180 Config : testAccCloudRunV2Service_cloudrunv2ServiceWithNoMinInstances (context ),
@@ -1183,7 +1183,7 @@ func TestAccCloudRunV2Service_cloudrunv2ServiceWithDefaultUriDisabled(t *testing
11831183 ResourceName : "google_cloud_run_v2_service.default" ,
11841184 ImportState : true ,
11851185 ImportStateVerify : true ,
1186- ImportStateVerifyIgnore : []string {"name" , "location" , "annotations" , "labels" , "terraform_labels" , "launch_stage" , " deletion_protection" },
1186+ ImportStateVerifyIgnore : []string {"name" , "location" , "annotations" , "labels" , "terraform_labels" , "deletion_protection" },
11871187 },
11881188 },
11891189 })
@@ -1196,7 +1196,6 @@ resource "google_cloud_run_v2_service" "default" {
11961196 description = "description creating"
11971197 location = "us-central1"
11981198 deletion_protection = false
1199- launch_stage = "BETA"
12001199 annotations = {
12011200 generated-by = "magic-modules"
12021201 }
@@ -1216,11 +1215,6 @@ resource "google_cloud_run_v2_service" "default" {
12161215 image = "us-docker.pkg.dev/cloudrun/container/hello"
12171216 }
12181217 }
1219- lifecycle {
1220- ignore_changes = [
1221- launch_stage,
1222- ]
1223- }
12241218}
12251219
12261220` , context )
0 commit comments