diff --git a/google/fwprovider/framework_provider_access_token_test.go b/google/fwprovider/framework_provider_access_token_test.go index 88c4d71ff1f..bdc4d6a7a77 100644 --- a/google/fwprovider/framework_provider_access_token_test.go +++ b/google/fwprovider/framework_provider_access_token_test.go @@ -24,7 +24,6 @@ import ( "github.com/hashicorp/terraform-plugin-testing/helper/resource" "github.com/hashicorp/terraform-provider-google/google/acctest" "github.com/hashicorp/terraform-provider-google/google/envvar" - _ "github.com/hashicorp/terraform-provider-google/google/services/firebase" ) // TestAccFwProvider_access_token is a series of acc tests asserting how the plugin-framework provider handles access_token arguments diff --git a/google/fwprovider/framework_provider_scopes_test.go b/google/fwprovider/framework_provider_scopes_test.go index 2c46824d5fe..42116d7bf28 100644 --- a/google/fwprovider/framework_provider_scopes_test.go +++ b/google/fwprovider/framework_provider_scopes_test.go @@ -22,7 +22,6 @@ import ( "github.com/hashicorp/terraform-plugin-testing/helper/resource" "github.com/hashicorp/terraform-provider-google/google/acctest" - _ "github.com/hashicorp/terraform-provider-google/google/services/firebase" "github.com/hashicorp/terraform-provider-google/google/transport" ) diff --git a/google/fwprovider/framework_provider_user_project_override_test.go b/google/fwprovider/framework_provider_user_project_override_test.go index 7116067ca59..75d834f5886 100644 --- a/google/fwprovider/framework_provider_user_project_override_test.go +++ b/google/fwprovider/framework_provider_user_project_override_test.go @@ -23,7 +23,6 @@ import ( "github.com/hashicorp/terraform-plugin-testing/helper/resource" "github.com/hashicorp/terraform-provider-google/google/acctest" - _ "github.com/hashicorp/terraform-provider-google/google/services/firebase" ) // TestAccFwProvider_user_project_override is a series of acc tests asserting how the plugin-framework provider handles credentials arguments diff --git a/google/services/apigateway/resource_api_gateway_api_config_test.go b/google/services/apigateway/resource_api_gateway_api_config_test.go deleted file mode 100644 index f5be5ef775c..00000000000 --- a/google/services/apigateway/resource_api_gateway_api_config_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/apigateway/resource_api_gateway_api_config_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package apigateway_test diff --git a/google/services/apigateway/resource_api_gateway_api_test.go b/google/services/apigateway/resource_api_gateway_api_test.go deleted file mode 100644 index 75162316305..00000000000 --- a/google/services/apigateway/resource_api_gateway_api_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/apigateway/resource_api_gateway_api_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package apigateway_test diff --git a/google/services/apigateway/resource_api_gateway_gateway_test.go b/google/services/apigateway/resource_api_gateway_gateway_test.go deleted file mode 100644 index 720518067ff..00000000000 --- a/google/services/apigateway/resource_api_gateway_gateway_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/apigateway/resource_api_gateway_gateway_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package apigateway_test diff --git a/google/services/apigateway/test-fixtures/api_descriptor.pb b/google/services/apigateway/test-fixtures/api_descriptor.pb deleted file mode 100644 index c288275adb1..00000000000 Binary files a/google/services/apigateway/test-fixtures/api_descriptor.pb and /dev/null differ diff --git a/google/services/apigateway/test-fixtures/bookstore.proto b/google/services/apigateway/test-fixtures/bookstore.proto deleted file mode 100644 index c3f685f1a0c..00000000000 --- a/google/services/apigateway/test-fixtures/bookstore.proto +++ /dev/null @@ -1,126 +0,0 @@ -// Copyright 2016 Google Inc. All Rights Reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////////// - -syntax = "proto3"; - -package endpoints.examples.bookstore; - -option java_multiple_files = true; -option java_outer_classname = "BookstoreProto"; -option java_package = "com.google.endpoints.examples.bookstore"; - - -import "google/protobuf/empty.proto"; - -// A simple Bookstore API. -// -// The API manages shelves and books resources. Shelves contain books. -service Bookstore { - // Returns a list of all shelves in the bookstore. - rpc ListShelves(google.protobuf.Empty) returns (ListShelvesResponse) {} - // Creates a new shelf in the bookstore. - rpc CreateShelf(CreateShelfRequest) returns (Shelf) {} - // Returns a specific bookstore shelf. - rpc GetShelf(GetShelfRequest) returns (Shelf) {} - // Deletes a shelf, including all books that are stored on the shelf. - rpc DeleteShelf(DeleteShelfRequest) returns (google.protobuf.Empty) {} - // Returns a list of books on a shelf. - rpc ListBooks(ListBooksRequest) returns (ListBooksResponse) {} - // Creates a new book. - rpc CreateBook(CreateBookRequest) returns (Book) {} - // Returns a specific book. - rpc GetBook(GetBookRequest) returns (Book) {} - // Deletes a book from a shelf. - rpc DeleteBook(DeleteBookRequest) returns (google.protobuf.Empty) {} -} - -// A shelf resource. -message Shelf { - // A unique shelf id. - int64 id = 1; - // A theme of the shelf (fiction, poetry, etc). - string theme = 2; -} - -// A book resource. -message Book { - // A unique book id. - int64 id = 1; - // An author of the book. - string author = 2; - // A book title. - string title = 3; -} - -// Response to ListShelves call. -message ListShelvesResponse { - // Shelves in the bookstore. - repeated Shelf shelves = 1; -} - -// Request message for CreateShelf method. -message CreateShelfRequest { - // The shelf resource to create. - Shelf shelf = 1; -} - -// Request message for GetShelf method. -message GetShelfRequest { - // The ID of the shelf resource to retrieve. - int64 shelf = 1; -} - -// Request message for DeleteShelf method. -message DeleteShelfRequest { - // The ID of the shelf to delete. - int64 shelf = 1; -} - -// Request message for ListBooks method. -message ListBooksRequest { - // ID of the shelf which books to list. - int64 shelf = 1; -} - -// Response message to ListBooks method. -message ListBooksResponse { - // The books on the shelf. - repeated Book books = 1; -} - -// Request message for CreateBook method. -message CreateBookRequest { - // The ID of the shelf on which to create a book. - int64 shelf = 1; - // A book resource to create on the shelf. - Book book = 2; -} - -// Request message for GetBook method. -message GetBookRequest { - // The ID of the shelf from which to retrieve a book. - int64 shelf = 1; - // The ID of the book to retrieve. - int64 book = 2; -} - -// Request message for DeleteBook method. -message DeleteBookRequest { - // The ID of the shelf from which to delete a book. - int64 shelf = 1; - // The ID of the book to delete. - int64 book = 2; -} diff --git a/google/services/apigateway/test-fixtures/openapi.yaml b/google/services/apigateway/test-fixtures/openapi.yaml deleted file mode 100644 index 54af3dbc6e2..00000000000 --- a/google/services/apigateway/test-fixtures/openapi.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright IBM Corp. 2014, 2026 -# SPDX-License-Identifier: MPL-2.0 -swagger: '2.0' -info: - title: dev - description: Sample API on API Gateway with a Cloud Run backend - version: 1.0.0 -schemes: - - https -produces: - - application/json -paths: - /hello: - get: - summary: Greet a user - operationId: hello - x-google-backend: - address: https://google.com - responses: - '200': - description: A successful response - schema: - type: string \ No newline at end of file diff --git a/google/services/firebase/client.go b/google/services/firebase/client.go deleted file mode 100644 index 9b0cf522dcf..00000000000 --- a/google/services/firebase/client.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebase/client.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebase diff --git a/google/services/firebase/data_source_google_firebase_admin_sdk_config.go b/google/services/firebase/data_source_google_firebase_admin_sdk_config.go deleted file mode 100644 index c22cf76ae88..00000000000 --- a/google/services/firebase/data_source_google_firebase_admin_sdk_config.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebase/data_source_google_firebase_admin_sdk_config.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebase diff --git a/google/services/firebase/data_source_google_firebase_admin_sdk_config_test.go b/google/services/firebase/data_source_google_firebase_admin_sdk_config_test.go deleted file mode 100644 index 3772c227b31..00000000000 --- a/google/services/firebase/data_source_google_firebase_admin_sdk_config_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebase/data_source_google_firebase_admin_sdk_config_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebase_test diff --git a/google/services/firebase/data_source_google_firebase_android_app.go b/google/services/firebase/data_source_google_firebase_android_app.go deleted file mode 100644 index f436d40acf8..00000000000 --- a/google/services/firebase/data_source_google_firebase_android_app.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebase/data_source_google_firebase_android_app.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebase diff --git a/google/services/firebase/data_source_google_firebase_android_app_config.go b/google/services/firebase/data_source_google_firebase_android_app_config.go deleted file mode 100644 index cac4a3e97f6..00000000000 --- a/google/services/firebase/data_source_google_firebase_android_app_config.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebase/data_source_google_firebase_android_app_config.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebase diff --git a/google/services/firebase/data_source_google_firebase_android_app_config_test.go b/google/services/firebase/data_source_google_firebase_android_app_config_test.go deleted file mode 100644 index 1f93e70920c..00000000000 --- a/google/services/firebase/data_source_google_firebase_android_app_config_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebase/data_source_google_firebase_android_app_config_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebase_test diff --git a/google/services/firebase/data_source_google_firebase_android_app_test.go b/google/services/firebase/data_source_google_firebase_android_app_test.go deleted file mode 100644 index 37f1ea43125..00000000000 --- a/google/services/firebase/data_source_google_firebase_android_app_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebase/data_source_google_firebase_android_app_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebase_test diff --git a/google/services/firebase/data_source_google_firebase_apple_app.go b/google/services/firebase/data_source_google_firebase_apple_app.go deleted file mode 100644 index fbf8fb5c615..00000000000 --- a/google/services/firebase/data_source_google_firebase_apple_app.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebase/data_source_google_firebase_apple_app.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebase diff --git a/google/services/firebase/data_source_google_firebase_apple_app_config.go b/google/services/firebase/data_source_google_firebase_apple_app_config.go deleted file mode 100644 index 6c72c32379e..00000000000 --- a/google/services/firebase/data_source_google_firebase_apple_app_config.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebase/data_source_google_firebase_apple_app_config.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebase diff --git a/google/services/firebase/data_source_google_firebase_apple_app_config_test.go b/google/services/firebase/data_source_google_firebase_apple_app_config_test.go deleted file mode 100644 index ddb2c509906..00000000000 --- a/google/services/firebase/data_source_google_firebase_apple_app_config_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebase/data_source_google_firebase_apple_app_config_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebase_test diff --git a/google/services/firebase/data_source_google_firebase_apple_app_test.go b/google/services/firebase/data_source_google_firebase_apple_app_test.go deleted file mode 100644 index 7a6cfc4a9d0..00000000000 --- a/google/services/firebase/data_source_google_firebase_apple_app_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebase/data_source_google_firebase_apple_app_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebase_test diff --git a/google/services/firebase/data_source_google_firebase_web_app.go b/google/services/firebase/data_source_google_firebase_web_app.go deleted file mode 100644 index 5ac3be5f6dc..00000000000 --- a/google/services/firebase/data_source_google_firebase_web_app.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebase/data_source_google_firebase_web_app.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebase diff --git a/google/services/firebase/data_source_google_firebase_web_app_config.go b/google/services/firebase/data_source_google_firebase_web_app_config.go deleted file mode 100644 index 0eb33140e7f..00000000000 --- a/google/services/firebase/data_source_google_firebase_web_app_config.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebase/data_source_google_firebase_web_app_config.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebase diff --git a/google/services/firebase/data_source_google_firebase_web_app_config_test.go b/google/services/firebase/data_source_google_firebase_web_app_config_test.go deleted file mode 100644 index a3ec7dbbeff..00000000000 --- a/google/services/firebase/data_source_google_firebase_web_app_config_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebase/data_source_google_firebase_web_app_config_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebase_test diff --git a/google/services/firebase/data_source_google_firebase_web_app_test.go b/google/services/firebase/data_source_google_firebase_web_app_test.go deleted file mode 100644 index 32e612b8fed..00000000000 --- a/google/services/firebase/data_source_google_firebase_web_app_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebase/data_source_google_firebase_web_app_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebase_test diff --git a/google/services/firebase/resource_firebase_android_app_sweeper.go b/google/services/firebase/resource_firebase_android_app_sweeper.go deleted file mode 100644 index d92fa212263..00000000000 --- a/google/services/firebase/resource_firebase_android_app_sweeper.go +++ /dev/null @@ -1,137 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebase/resource_firebase_android_app_sweeper.go -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebase - -import ( - "context" - "fmt" - "log" - "strings" - "testing" - - "github.com/hashicorp/terraform-provider-google/google/envvar" - "github.com/hashicorp/terraform-provider-google/google/sweeper" - "github.com/hashicorp/terraform-provider-google/google/tpgresource" - transport_tpg "github.com/hashicorp/terraform-provider-google/google/transport" -) - -func init() { - sweeper.AddTestSweepersLegacy("FirebaseAndroidApp", testSweepFirebaseAndroidApp) -} - -// At the time of writing, the CI only passes us-central1 as the region -func testSweepFirebaseAndroidApp(region string) error { - resourceName := "FirebaseAndroidApp" - log.Printf("[INFO][SWEEPER_LOG] Starting sweeper for %s", resourceName) - - config, err := sweeper.SharedConfigForRegion(region) - if err != nil { - log.Printf("[INFO][SWEEPER_LOG] error getting shared config for region: %s", err) - return err - } - - err = config.LoadAndValidate(context.Background()) - if err != nil { - log.Printf("[INFO][SWEEPER_LOG] error loading: %s", err) - return err - } - - t := &testing.T{} - billingId := envvar.GetTestBillingAccountFromEnv(t) - - // Setup variables to replace in list template - d := &tpgresource.ResourceDataMock{ - FieldsInSchema: map[string]interface{}{ - "project": config.Project, - "region": region, - "location": region, - "zone": "-", - "billing_account": billingId, - }, - } - - listTemplate := strings.Split("https://firebase.googleapis.com/v1beta1/projects/{{project}}/androidApps", "?")[0] - listUrl, err := tpgresource.ReplaceVars(d, config, listTemplate) - if err != nil { - log.Printf("[INFO][SWEEPER_LOG] error preparing sweeper list url: %s", err) - return nil - } - - res, err := transport_tpg.SendRequest(transport_tpg.SendRequestOptions{ - Config: config, - Method: "GET", - Project: config.Project, - RawURL: listUrl, - UserAgent: config.UserAgent, - }) - if err != nil { - log.Printf("[INFO][SWEEPER_LOG] Error in response from request %s: %s", listUrl, err) - return nil - } - - resourceList, ok := res["apps"] - if !ok { - log.Printf("[INFO][SWEEPER_LOG] Nothing found in response.") - return nil - } - - rl := resourceList.([]interface{}) - - log.Printf("[INFO][SWEEPER_LOG] Found %d items in %s list response.", len(rl), resourceName) - // Keep count of items that aren't sweepable for logging. - nonPrefixCount := 0 - for _, ri := range rl { - obj := ri.(map[string]interface{}) - if obj["displayName"] == nil { - log.Printf("[INFO][SWEEPER_LOG] %s resource name was nil", resourceName) - return nil - } - - // Skip resources that shouldn't be sweeped - if !sweeper.IsSweepableTestResource(obj["displayName"].(string)) { - nonPrefixCount++ - continue - } - - name := obj["name"].(string) - deleteUrl := fmt.Sprintf("https://firebase.googleapis.com/v1beta1/%s:remove", name) - - body := make(map[string]interface{}) - body["immediate"] = true - - // Don't wait on operations as we may have a lot to delete - _, err = transport_tpg.SendRequest(transport_tpg.SendRequestOptions{ - Config: config, - Method: "POST", - Project: config.Project, - RawURL: deleteUrl, - UserAgent: config.UserAgent, - Body: body, - }) - if err != nil { - log.Printf("[INFO][SWEEPER_LOG] Error deleting for url %s : %s", deleteUrl, err) - } else { - log.Printf("[INFO][SWEEPER_LOG] Sent delete request for %s resource: %s", resourceName, name) - } - } - - if nonPrefixCount > 0 { - log.Printf("[INFO][SWEEPER_LOG] %d items were non-sweepable and skipped.", nonPrefixCount) - } - - return nil -} diff --git a/google/services/firebase/resource_firebase_android_app_update_test.go b/google/services/firebase/resource_firebase_android_app_update_test.go deleted file mode 100644 index 9020966302f..00000000000 --- a/google/services/firebase/resource_firebase_android_app_update_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebase/resource_firebase_android_app_update_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebase_test diff --git a/google/services/firebase/resource_firebase_apple_app_sweeper.go b/google/services/firebase/resource_firebase_apple_app_sweeper.go deleted file mode 100644 index 1ca925daebc..00000000000 --- a/google/services/firebase/resource_firebase_apple_app_sweeper.go +++ /dev/null @@ -1,137 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebase/resource_firebase_apple_app_sweeper.go -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebase - -import ( - "context" - "fmt" - "log" - "strings" - "testing" - - "github.com/hashicorp/terraform-provider-google/google/envvar" - "github.com/hashicorp/terraform-provider-google/google/sweeper" - "github.com/hashicorp/terraform-provider-google/google/tpgresource" - transport_tpg "github.com/hashicorp/terraform-provider-google/google/transport" -) - -func init() { - sweeper.AddTestSweepersLegacy("FirebaseAppleApp", testSweepFirebaseAppleApp) -} - -// At the time of writing, the CI only passes us-central1 as the region -func testSweepFirebaseAppleApp(region string) error { - resourceName := "FirebaseAppleApp" - log.Printf("[INFO][SWEEPER_LOG] Starting sweeper for %s", resourceName) - - config, err := sweeper.SharedConfigForRegion(region) - if err != nil { - log.Printf("[INFO][SWEEPER_LOG] error getting shared config for region: %s", err) - return err - } - - err = config.LoadAndValidate(context.Background()) - if err != nil { - log.Printf("[INFO][SWEEPER_LOG] error loading: %s", err) - return err - } - - t := &testing.T{} - billingId := envvar.GetTestBillingAccountFromEnv(t) - - // Setup variables to replace in list template - d := &tpgresource.ResourceDataMock{ - FieldsInSchema: map[string]interface{}{ - "project": config.Project, - "region": region, - "location": region, - "zone": "-", - "billing_account": billingId, - }, - } - - listTemplate := strings.Split("https://firebase.googleapis.com/v1beta1/projects/{{project}}/iosApps", "?")[0] - listUrl, err := tpgresource.ReplaceVars(d, config, listTemplate) - if err != nil { - log.Printf("[INFO][SWEEPER_LOG] error preparing sweeper list url: %s", err) - return nil - } - - res, err := transport_tpg.SendRequest(transport_tpg.SendRequestOptions{ - Config: config, - Method: "GET", - Project: config.Project, - RawURL: listUrl, - UserAgent: config.UserAgent, - }) - if err != nil { - log.Printf("[INFO][SWEEPER_LOG] Error in response from request %s: %s", listUrl, err) - return nil - } - - resourceList, ok := res["apps"] - if !ok { - log.Printf("[INFO][SWEEPER_LOG] Nothing found in response.") - return nil - } - - rl := resourceList.([]interface{}) - - log.Printf("[INFO][SWEEPER_LOG] Found %d items in %s list response.", len(rl), resourceName) - // Keep count of items that aren't sweepable for logging. - nonPrefixCount := 0 - for _, ri := range rl { - obj := ri.(map[string]interface{}) - if obj["displayName"] == nil { - log.Printf("[INFO][SWEEPER_LOG] %s resource name was nil", resourceName) - return nil - } - - // Skip resources that shouldn't be sweeped - if !sweeper.IsSweepableTestResource(obj["displayName"].(string)) { - nonPrefixCount++ - continue - } - - name := obj["name"].(string) - deleteUrl := fmt.Sprintf("https://firebase.googleapis.com/v1beta1/%s:remove", name) - - body := make(map[string]interface{}) - body["immediate"] = true - - // Don't wait on operations as we may have a lot to delete - _, err = transport_tpg.SendRequest(transport_tpg.SendRequestOptions{ - Config: config, - Method: "POST", - Project: config.Project, - RawURL: deleteUrl, - UserAgent: config.UserAgent, - Body: body, - }) - if err != nil { - log.Printf("[INFO][SWEEPER_LOG] Error deleting for url %s : %s", deleteUrl, err) - } else { - log.Printf("[INFO][SWEEPER_LOG] Sent delete request for %s resource: %s", resourceName, name) - } - } - - if nonPrefixCount > 0 { - log.Printf("[INFO][SWEEPER_LOG] %d items were non-sweepable and skipped.", nonPrefixCount) - } - - return nil -} diff --git a/google/services/firebase/resource_firebase_apple_app_update_test.go b/google/services/firebase/resource_firebase_apple_app_update_test.go deleted file mode 100644 index ac87c862576..00000000000 --- a/google/services/firebase/resource_firebase_apple_app_update_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebase/resource_firebase_apple_app_update_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebase_test diff --git a/google/services/firebase/resource_firebase_project_test.go b/google/services/firebase/resource_firebase_project_test.go deleted file mode 100644 index 5bb9512ea0b..00000000000 --- a/google/services/firebase/resource_firebase_project_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebase/resource_firebase_project_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebase_test diff --git a/google/services/firebase/resource_firebase_web_app_sweeper.go b/google/services/firebase/resource_firebase_web_app_sweeper.go deleted file mode 100644 index bfd250d842b..00000000000 --- a/google/services/firebase/resource_firebase_web_app_sweeper.go +++ /dev/null @@ -1,137 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebase/resource_firebase_web_app_sweeper.go -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebase - -import ( - "context" - "fmt" - "log" - "strings" - "testing" - - "github.com/hashicorp/terraform-provider-google/google/envvar" - "github.com/hashicorp/terraform-provider-google/google/sweeper" - "github.com/hashicorp/terraform-provider-google/google/tpgresource" - transport_tpg "github.com/hashicorp/terraform-provider-google/google/transport" -) - -func init() { - sweeper.AddTestSweepersLegacy("FirebaseWebApp", testSweepFirebaseWebApp) -} - -// At the time of writing, the CI only passes us-central1 as the region -func testSweepFirebaseWebApp(region string) error { - resourceName := "FirebaseWebApp" - log.Printf("[INFO][SWEEPER_LOG] Starting sweeper for %s", resourceName) - - config, err := sweeper.SharedConfigForRegion(region) - if err != nil { - log.Printf("[INFO][SWEEPER_LOG] error getting shared config for region: %s", err) - return err - } - - err = config.LoadAndValidate(context.Background()) - if err != nil { - log.Printf("[INFO][SWEEPER_LOG] error loading: %s", err) - return err - } - - t := &testing.T{} - billingId := envvar.GetTestBillingAccountFromEnv(t) - - // Setup variables to replace in list template - d := &tpgresource.ResourceDataMock{ - FieldsInSchema: map[string]interface{}{ - "project": config.Project, - "region": region, - "location": region, - "zone": "-", - "billing_account": billingId, - }, - } - - listTemplate := strings.Split("https://firebase.googleapis.com/v1beta1/projects/{{project}}/webApps", "?")[0] - listUrl, err := tpgresource.ReplaceVars(d, config, listTemplate) - if err != nil { - log.Printf("[INFO][SWEEPER_LOG] error preparing sweeper list url: %s", err) - return nil - } - - res, err := transport_tpg.SendRequest(transport_tpg.SendRequestOptions{ - Config: config, - Method: "GET", - Project: config.Project, - RawURL: listUrl, - UserAgent: config.UserAgent, - }) - if err != nil { - log.Printf("[INFO][SWEEPER_LOG] Error in response from request %s: %s", listUrl, err) - return nil - } - - resourceList, ok := res["apps"] - if !ok { - log.Printf("[INFO][SWEEPER_LOG] Nothing found in response.") - return nil - } - - rl := resourceList.([]interface{}) - - log.Printf("[INFO][SWEEPER_LOG] Found %d items in %s list response.", len(rl), resourceName) - // Keep count of items that aren't sweepable for logging. - nonPrefixCount := 0 - for _, ri := range rl { - obj := ri.(map[string]interface{}) - if obj["displayName"] == nil { - log.Printf("[INFO][SWEEPER_LOG] %s resource name was nil", resourceName) - return nil - } - - // Skip resources that shouldn't be sweeped - if !sweeper.IsSweepableTestResource(obj["displayName"].(string)) { - nonPrefixCount++ - continue - } - - name := obj["name"].(string) - deleteUrl := fmt.Sprintf("https://firebase.googleapis.com/v1beta1/%s:remove", name) - - body := make(map[string]interface{}) - body["immediate"] = true - - // Don't wait on operations as we may have a lot to delete - _, err = transport_tpg.SendRequest(transport_tpg.SendRequestOptions{ - Config: config, - Method: "POST", - Project: config.Project, - RawURL: deleteUrl, - UserAgent: config.UserAgent, - Body: body, - }) - if err != nil { - log.Printf("[INFO][SWEEPER_LOG] Error deleting for url %s : %s", deleteUrl, err) - } else { - log.Printf("[INFO][SWEEPER_LOG] Sent delete request for %s resource: %s", resourceName, name) - } - } - - if nonPrefixCount > 0 { - log.Printf("[INFO][SWEEPER_LOG] %d items were non-sweepable and skipped.", nonPrefixCount) - } - - return nil -} diff --git a/google/services/firebase/resource_firebase_web_app_test.go b/google/services/firebase/resource_firebase_web_app_test.go deleted file mode 100644 index 6e5987690db..00000000000 --- a/google/services/firebase/resource_firebase_web_app_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebase/resource_firebase_web_app_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebase_test diff --git a/google/services/firebaseailogic/resource_firebase_ai_logic_config_test.go b/google/services/firebaseailogic/resource_firebase_ai_logic_config_test.go deleted file mode 100644 index b909bb47e7b..00000000000 --- a/google/services/firebaseailogic/resource_firebase_ai_logic_config_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebaseailogic/resource_firebase_ai_logic_config_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebaseailogic_test diff --git a/google/services/firebaseailogic/resource_firebase_ai_logic_prompt_template_test.go b/google/services/firebaseailogic/resource_firebase_ai_logic_prompt_template_test.go deleted file mode 100644 index c2b598ad245..00000000000 --- a/google/services/firebaseailogic/resource_firebase_ai_logic_prompt_template_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebaseailogic/resource_firebase_ai_logic_prompt_template_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebaseailogic_test diff --git a/google/services/firebaseailogic/test-fixtures/hello_world.prompt b/google/services/firebaseailogic/test-fixtures/hello_world.prompt deleted file mode 100644 index 5ac7eab9bbc..00000000000 --- a/google/services/firebaseailogic/test-fixtures/hello_world.prompt +++ /dev/null @@ -1,4 +0,0 @@ ---- -model: gemini-2.5-flash ---- -Hello world! diff --git a/google/services/firebasedatabase/resource_firebase_database_instance_test.go b/google/services/firebasedatabase/resource_firebase_database_instance_test.go deleted file mode 100644 index 0b4f8a26e1b..00000000000 --- a/google/services/firebasedatabase/resource_firebase_database_instance_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebasedatabase/resource_firebase_database_instance_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebasedatabase_test diff --git a/google/services/firebaseextensions/resource_firebase_extensions_instance_test.go b/google/services/firebaseextensions/resource_firebase_extensions_instance_test.go deleted file mode 100644 index 970f127cbfc..00000000000 --- a/google/services/firebaseextensions/resource_firebase_extensions_instance_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebaseextensions/resource_firebase_extensions_instance_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebaseextensions_test diff --git a/google/services/firebasehosting/data_source_google_firebase_hosting_channel.go b/google/services/firebasehosting/data_source_google_firebase_hosting_channel.go deleted file mode 100644 index 1360eb0c323..00000000000 --- a/google/services/firebasehosting/data_source_google_firebase_hosting_channel.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebasehosting/data_source_google_firebase_hosting_channel.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebasehosting diff --git a/google/services/firebasehosting/data_source_google_firebase_hosting_channel_test.go b/google/services/firebasehosting/data_source_google_firebase_hosting_channel_test.go deleted file mode 100644 index e6b37c4da78..00000000000 --- a/google/services/firebasehosting/data_source_google_firebase_hosting_channel_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebasehosting/data_source_google_firebase_hosting_channel_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebasehosting_test diff --git a/google/services/firebasehosting/resource_firebase_hosting_channel_test.go b/google/services/firebasehosting/resource_firebase_hosting_channel_test.go deleted file mode 100644 index 993b9812226..00000000000 --- a/google/services/firebasehosting/resource_firebase_hosting_channel_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebasehosting/resource_firebase_hosting_channel_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebasehosting_test diff --git a/google/services/firebasehosting/resource_firebase_hosting_custom_domain_test.go b/google/services/firebasehosting/resource_firebase_hosting_custom_domain_test.go deleted file mode 100644 index 4d8c5223670..00000000000 --- a/google/services/firebasehosting/resource_firebase_hosting_custom_domain_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebasehosting/resource_firebase_hosting_custom_domain_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebasehosting_test diff --git a/google/services/firebasehosting/resource_firebase_hosting_site_test.go b/google/services/firebasehosting/resource_firebase_hosting_site_test.go deleted file mode 100644 index 2bc52d23549..00000000000 --- a/google/services/firebasehosting/resource_firebase_hosting_site_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/firebasehosting/resource_firebase_hosting_site_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package firebasehosting_test diff --git a/google/services/firebasehosting/test-fixtures/function-source.zip b/google/services/firebasehosting/test-fixtures/function-source.zip deleted file mode 100644 index 1cb571888ef..00000000000 Binary files a/google/services/firebasehosting/test-fixtures/function-source.zip and /dev/null differ diff --git a/google/services/runtimeconfig/client.go b/google/services/runtimeconfig/client.go deleted file mode 100644 index 3b11f7ed5dd..00000000000 --- a/google/services/runtimeconfig/client.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/runtimeconfig/client.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package runtimeconfig diff --git a/google/services/runtimeconfig/data_source_runtimeconfig_config.go b/google/services/runtimeconfig/data_source_runtimeconfig_config.go deleted file mode 100644 index a0561e5c121..00000000000 --- a/google/services/runtimeconfig/data_source_runtimeconfig_config.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/runtimeconfig/data_source_runtimeconfig_config.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package runtimeconfig diff --git a/google/services/runtimeconfig/data_source_runtimeconfig_config_test.go b/google/services/runtimeconfig/data_source_runtimeconfig_config_test.go deleted file mode 100644 index 83c0e38448c..00000000000 --- a/google/services/runtimeconfig/data_source_runtimeconfig_config_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/runtimeconfig/data_source_runtimeconfig_config_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package runtimeconfig_test diff --git a/google/services/runtimeconfig/data_source_runtimeconfig_variable.go b/google/services/runtimeconfig/data_source_runtimeconfig_variable.go deleted file mode 100644 index 007d11cf2fc..00000000000 --- a/google/services/runtimeconfig/data_source_runtimeconfig_variable.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/runtimeconfig/data_source_runtimeconfig_variable.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package runtimeconfig diff --git a/google/services/runtimeconfig/data_source_runtimeconfig_variable_test.go b/google/services/runtimeconfig/data_source_runtimeconfig_variable_test.go deleted file mode 100644 index 6a7aa4399bc..00000000000 --- a/google/services/runtimeconfig/data_source_runtimeconfig_variable_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/runtimeconfig/data_source_runtimeconfig_variable_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package runtimeconfig_test diff --git a/google/services/runtimeconfig/resource_runtimeconfig_config.go b/google/services/runtimeconfig/resource_runtimeconfig_config.go deleted file mode 100644 index 89c5924804d..00000000000 --- a/google/services/runtimeconfig/resource_runtimeconfig_config.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/runtimeconfig/resource_runtimeconfig_config.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package runtimeconfig diff --git a/google/services/runtimeconfig/resource_runtimeconfig_config_test.go b/google/services/runtimeconfig/resource_runtimeconfig_config_test.go deleted file mode 100644 index 0e1108ac15c..00000000000 --- a/google/services/runtimeconfig/resource_runtimeconfig_config_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/runtimeconfig/resource_runtimeconfig_config_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package runtimeconfig_test diff --git a/google/services/runtimeconfig/resource_runtimeconfig_variable.go b/google/services/runtimeconfig/resource_runtimeconfig_variable.go deleted file mode 100644 index 1137441d107..00000000000 --- a/google/services/runtimeconfig/resource_runtimeconfig_variable.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/runtimeconfig/resource_runtimeconfig_variable.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package runtimeconfig diff --git a/google/services/runtimeconfig/resource_runtimeconfig_variable_test.go b/google/services/runtimeconfig/resource_runtimeconfig_variable_test.go deleted file mode 100644 index 40de1eed153..00000000000 --- a/google/services/runtimeconfig/resource_runtimeconfig_variable_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/runtimeconfig/resource_runtimeconfig_variable_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package runtimeconfig_test diff --git a/google/services/saasruntime/resource_saas_runtime_release_test.go b/google/services/saasruntime/resource_saas_runtime_release_test.go deleted file mode 100644 index 534645f38fe..00000000000 --- a/google/services/saasruntime/resource_saas_runtime_release_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/saasruntime/resource_saas_runtime_release_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package saasruntime_test diff --git a/google/services/saasruntime/resource_saas_runtime_rollout_kind_test.go b/google/services/saasruntime/resource_saas_runtime_rollout_kind_test.go deleted file mode 100644 index 2f7eee86a0b..00000000000 --- a/google/services/saasruntime/resource_saas_runtime_rollout_kind_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/saasruntime/resource_saas_runtime_rollout_kind_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package saasruntime_test diff --git a/google/services/saasruntime/resource_saas_runtime_saas_test.go b/google/services/saasruntime/resource_saas_runtime_saas_test.go deleted file mode 100644 index 463000818b3..00000000000 --- a/google/services/saasruntime/resource_saas_runtime_saas_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/saasruntime/resource_saas_runtime_saas_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package saasruntime_test diff --git a/google/services/saasruntime/resource_saas_runtime_tenant_test.go b/google/services/saasruntime/resource_saas_runtime_tenant_test.go deleted file mode 100644 index 60f744a66df..00000000000 --- a/google/services/saasruntime/resource_saas_runtime_tenant_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/saasruntime/resource_saas_runtime_tenant_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package saasruntime_test diff --git a/google/services/saasruntime/resource_saas_runtime_unit_kind_test.go b/google/services/saasruntime/resource_saas_runtime_unit_kind_test.go deleted file mode 100644 index 921d178e2ee..00000000000 --- a/google/services/saasruntime/resource_saas_runtime_unit_kind_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/saasruntime/resource_saas_runtime_unit_kind_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package saasruntime_test diff --git a/google/services/saasruntime/resource_saas_runtime_unit_test.go b/google/services/saasruntime/resource_saas_runtime_unit_test.go deleted file mode 100644 index ca750095ec0..00000000000 --- a/google/services/saasruntime/resource_saas_runtime_unit_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/saasruntime/resource_saas_runtime_unit_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package saasruntime_test diff --git a/google/services/securityscanner/resource_security_scanner_scan_config_test.go b/google/services/securityscanner/resource_security_scanner_scan_config_test.go deleted file mode 100644 index 59a44f4a449..00000000000 --- a/google/services/securityscanner/resource_security_scanner_scan_config_test.go +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/securityscanner/resource_security_scanner_scan_config_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package securityscanner_test - -// Magic Modules doesn't let us remove files - blank out beta-only common-compile files for now. diff --git a/google/services/tpuv2/data_source_tpu_v2_accelerator_types.go b/google/services/tpuv2/data_source_tpu_v2_accelerator_types.go deleted file mode 100644 index 3e1c0da2cb4..00000000000 --- a/google/services/tpuv2/data_source_tpu_v2_accelerator_types.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/tpuv2/data_source_tpu_v2_accelerator_types.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package tpuv2 diff --git a/google/services/tpuv2/data_source_tpu_v2_accelerator_types_test.go b/google/services/tpuv2/data_source_tpu_v2_accelerator_types_test.go deleted file mode 100644 index ef4d580d02e..00000000000 --- a/google/services/tpuv2/data_source_tpu_v2_accelerator_types_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/tpuv2/data_source_tpu_v2_accelerator_types_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package tpuv2_test diff --git a/google/services/tpuv2/data_source_tpu_v2_runtime_versions.go b/google/services/tpuv2/data_source_tpu_v2_runtime_versions.go deleted file mode 100644 index d4fb4aa8ba4..00000000000 --- a/google/services/tpuv2/data_source_tpu_v2_runtime_versions.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/tpuv2/data_source_tpu_v2_runtime_versions.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package tpuv2 diff --git a/google/services/tpuv2/data_source_tpu_v2_runtime_versions_test.go b/google/services/tpuv2/data_source_tpu_v2_runtime_versions_test.go deleted file mode 100644 index 571d0396c82..00000000000 --- a/google/services/tpuv2/data_source_tpu_v2_runtime_versions_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/tpuv2/data_source_tpu_v2_runtime_versions_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package tpuv2_test diff --git a/google/services/tpuv2/resource_tpu_v2_vm_test.go b/google/services/tpuv2/resource_tpu_v2_vm_test.go deleted file mode 100644 index b79a8dd846c..00000000000 --- a/google/services/tpuv2/resource_tpu_v2_vm_test.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright IBM Corp. 2014, 2026 -// SPDX-License-Identifier: MPL-2.0 -// ---------------------------------------------------------------------------- -// -// *** AUTO GENERATED CODE *** Type: Handwritten *** -// -// ---------------------------------------------------------------------------- -// -// This code is generated by Magic Modules using the following: -// -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/tpuv2/resource_tpu_v2_vm_test.go.tmpl -// -// DO NOT EDIT this file directly. Any changes made to this file will be -// overwritten during the next generation cycle. -// -// ---------------------------------------------------------------------------- -package tpuv2_test