diff --git a/mmv1/provider/terraform_object_library.rb b/mmv1/provider/terraform_object_library.rb index 9ee505a43f07..e808511b070b 100644 --- a/mmv1/provider/terraform_object_library.rb +++ b/mmv1/provider/terraform_object_library.rb @@ -140,8 +140,6 @@ def copy_common_files(output_folder, generate_code, _generate_docs) 'third_party/terraform/utils/bigtable_client_factory.go'], ['google/common_operation.go', 'third_party/terraform/utils/common_operation.go'], - ['google/compute_shared_operation.go', - 'third_party/terraform/utils/compute_shared_operation.go'], ['google/convert.go', 'third_party/terraform/utils/convert.go'], ['google/metadata.go', diff --git a/mmv1/third_party/terraform/utils/compute_shared_operation.go b/mmv1/third_party/terraform/utils/compute_shared_operation.go deleted file mode 100644 index 4710ed024a9f..000000000000 --- a/mmv1/third_party/terraform/utils/compute_shared_operation.go +++ /dev/null @@ -1,4 +0,0 @@ -package google - -// Empty file so that the build will run tests on terraform-conversion mapper. -// File should be removed once the PR has been merged.