From fcca3f523a7c962f0f9225853b5b17bed9c9b9d6 Mon Sep 17 00:00:00 2001 From: Chris Stephens Date: Tue, 3 Dec 2019 18:05:38 +0000 Subject: [PATCH] remove cloudrun test custom import ids Signed-off-by: Modular Magician --- google/resource_cloud_run_service_test.go | 3 --- 1 file changed, 3 deletions(-) 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"},