Skip to content

Commit

Permalink
remove cloudrun test custom import ids
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
chrisst authored and modular-magician committed Dec 2, 2019
1 parent 1c9f5e6 commit d5948e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions google/resource_cloud_run_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand All @@ -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"},
Expand All @@ -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"},
Expand Down

0 comments on commit d5948e5

Please sign in to comment.