diff --git a/google/resource_cloud_run_service_test.go b/google/resource_cloud_run_service_test.go index df48382ad98..86a91ca355e 100644 --- a/google/resource_cloud_run_service_test.go +++ b/google/resource_cloud_run_service_test.go @@ -23,7 +23,6 @@ func TestAccCloudRunService_cloudRunServiceUpdate(t *testing.T) { }, { ResourceName: "google_cloud_run_service.default", - ImportStateId: fmt.Sprintf("locations/us-central1/namespaces/%s/services/%s", project, name), ImportState: true, ImportStateVerify: true, ImportStateVerifyIgnore: []string{"metadata.0.resource_version", "status.0.conditions"}, @@ -33,7 +32,6 @@ func TestAccCloudRunService_cloudRunServiceUpdate(t *testing.T) { }, { ResourceName: "google_cloud_run_service.default", - ImportStateId: fmt.Sprintf("locations/us-central1/namespaces/%s/services/%s", project, name), ImportState: true, ImportStateVerify: true, ImportStateVerifyIgnore: []string{"metadata.0.resource_version", "status.0.conditions"}, @@ -57,7 +55,6 @@ func TestAccCloudRunService_cloudRunServiceSql(t *testing.T) { }, { ResourceName: "google_cloud_run_service.default", - ImportStateId: fmt.Sprintf("locations/us-central1/namespaces/%s/services/%s", project, name), ImportState: true, ImportStateVerify: true, ImportStateVerifyIgnore: []string{"metadata.0.resource_version", "status.0.conditions"},