From eb580a7872dfc3f19d48a095766c7b712ac1f243 Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Fri, 26 Jun 2026 20:11:33 +0000 Subject: [PATCH] Support multiple products and only copy/compile files for those products (#18089) [upstream:8365d3b4742cddd91231c398d3b1f98aff8820be] Signed-off-by: Modular Magician --- .../framework_provider_access_token_test.go | 1 - .../framework_provider_scopes_test.go | 1 - ...ork_provider_user_project_override_test.go | 1 - .../resource_api_gateway_api_config_test.go | 17 --- .../resource_api_gateway_api_test.go | 17 --- .../resource_api_gateway_gateway_test.go | 17 --- .../test-fixtures/api_descriptor.pb | Bin 7924 -> 0 bytes .../apigateway/test-fixtures/bookstore.proto | 126 ---------------- .../apigateway/test-fixtures/openapi.yaml | 23 --- google/services/firebase/client.go | 17 --- ...source_google_firebase_admin_sdk_config.go | 17 --- ...e_google_firebase_admin_sdk_config_test.go | 17 --- ...data_source_google_firebase_android_app.go | 17 --- ...urce_google_firebase_android_app_config.go | 17 --- ...google_firebase_android_app_config_test.go | 17 --- ...source_google_firebase_android_app_test.go | 17 --- .../data_source_google_firebase_apple_app.go | 17 --- ...source_google_firebase_apple_app_config.go | 17 --- ...e_google_firebase_apple_app_config_test.go | 17 --- ...a_source_google_firebase_apple_app_test.go | 17 --- .../data_source_google_firebase_web_app.go | 17 --- ...a_source_google_firebase_web_app_config.go | 17 --- ...rce_google_firebase_web_app_config_test.go | 17 --- ...ata_source_google_firebase_web_app_test.go | 17 --- .../resource_firebase_android_app_sweeper.go | 137 ------------------ ...source_firebase_android_app_update_test.go | 17 --- .../resource_firebase_apple_app_sweeper.go | 137 ------------------ ...resource_firebase_apple_app_update_test.go | 17 --- .../resource_firebase_project_test.go | 17 --- .../resource_firebase_web_app_sweeper.go | 137 ------------------ .../resource_firebase_web_app_test.go | 17 --- .../resource_firebase_ai_logic_config_test.go | 17 --- ..._firebase_ai_logic_prompt_template_test.go | 17 --- .../test-fixtures/hello_world.prompt | 4 - ...esource_firebase_database_instance_test.go | 17 --- ...ource_firebase_extensions_instance_test.go | 17 --- ..._source_google_firebase_hosting_channel.go | 17 --- ...ce_google_firebase_hosting_channel_test.go | 17 --- .../resource_firebase_hosting_channel_test.go | 17 --- ...rce_firebase_hosting_custom_domain_test.go | 17 --- .../resource_firebase_hosting_site_test.go | 17 --- .../test-fixtures/function-source.zip | Bin 458 -> 0 bytes google/services/runtimeconfig/client.go | 17 --- .../data_source_runtimeconfig_config.go | 17 --- .../data_source_runtimeconfig_config_test.go | 17 --- .../data_source_runtimeconfig_variable.go | 17 --- ...data_source_runtimeconfig_variable_test.go | 17 --- .../resource_runtimeconfig_config.go | 17 --- .../resource_runtimeconfig_config_test.go | 17 --- .../resource_runtimeconfig_variable.go | 17 --- .../resource_runtimeconfig_variable_test.go | 17 --- .../resource_saas_runtime_release_test.go | 17 --- ...resource_saas_runtime_rollout_kind_test.go | 17 --- .../resource_saas_runtime_saas_test.go | 17 --- .../resource_saas_runtime_tenant_test.go | 17 --- .../resource_saas_runtime_unit_kind_test.go | 17 --- .../resource_saas_runtime_unit_test.go | 17 --- ...ource_security_scanner_scan_config_test.go | 19 --- .../data_source_tpu_v2_accelerator_types.go | 17 --- ...ta_source_tpu_v2_accelerator_types_test.go | 17 --- .../data_source_tpu_v2_runtime_versions.go | 17 --- ...ata_source_tpu_v2_runtime_versions_test.go | 17 --- .../services/tpuv2/resource_tpu_v2_vm_test.go | 17 --- 63 files changed, 1453 deletions(-) delete mode 100644 google/services/apigateway/resource_api_gateway_api_config_test.go delete mode 100644 google/services/apigateway/resource_api_gateway_api_test.go delete mode 100644 google/services/apigateway/resource_api_gateway_gateway_test.go delete mode 100644 google/services/apigateway/test-fixtures/api_descriptor.pb delete mode 100644 google/services/apigateway/test-fixtures/bookstore.proto delete mode 100644 google/services/apigateway/test-fixtures/openapi.yaml delete mode 100644 google/services/firebase/client.go delete mode 100644 google/services/firebase/data_source_google_firebase_admin_sdk_config.go delete mode 100644 google/services/firebase/data_source_google_firebase_admin_sdk_config_test.go delete mode 100644 google/services/firebase/data_source_google_firebase_android_app.go delete mode 100644 google/services/firebase/data_source_google_firebase_android_app_config.go delete mode 100644 google/services/firebase/data_source_google_firebase_android_app_config_test.go delete mode 100644 google/services/firebase/data_source_google_firebase_android_app_test.go delete mode 100644 google/services/firebase/data_source_google_firebase_apple_app.go delete mode 100644 google/services/firebase/data_source_google_firebase_apple_app_config.go delete mode 100644 google/services/firebase/data_source_google_firebase_apple_app_config_test.go delete mode 100644 google/services/firebase/data_source_google_firebase_apple_app_test.go delete mode 100644 google/services/firebase/data_source_google_firebase_web_app.go delete mode 100644 google/services/firebase/data_source_google_firebase_web_app_config.go delete mode 100644 google/services/firebase/data_source_google_firebase_web_app_config_test.go delete mode 100644 google/services/firebase/data_source_google_firebase_web_app_test.go delete mode 100644 google/services/firebase/resource_firebase_android_app_sweeper.go delete mode 100644 google/services/firebase/resource_firebase_android_app_update_test.go delete mode 100644 google/services/firebase/resource_firebase_apple_app_sweeper.go delete mode 100644 google/services/firebase/resource_firebase_apple_app_update_test.go delete mode 100644 google/services/firebase/resource_firebase_project_test.go delete mode 100644 google/services/firebase/resource_firebase_web_app_sweeper.go delete mode 100644 google/services/firebase/resource_firebase_web_app_test.go delete mode 100644 google/services/firebaseailogic/resource_firebase_ai_logic_config_test.go delete mode 100644 google/services/firebaseailogic/resource_firebase_ai_logic_prompt_template_test.go delete mode 100644 google/services/firebaseailogic/test-fixtures/hello_world.prompt delete mode 100644 google/services/firebasedatabase/resource_firebase_database_instance_test.go delete mode 100644 google/services/firebaseextensions/resource_firebase_extensions_instance_test.go delete mode 100644 google/services/firebasehosting/data_source_google_firebase_hosting_channel.go delete mode 100644 google/services/firebasehosting/data_source_google_firebase_hosting_channel_test.go delete mode 100644 google/services/firebasehosting/resource_firebase_hosting_channel_test.go delete mode 100644 google/services/firebasehosting/resource_firebase_hosting_custom_domain_test.go delete mode 100644 google/services/firebasehosting/resource_firebase_hosting_site_test.go delete mode 100644 google/services/firebasehosting/test-fixtures/function-source.zip delete mode 100644 google/services/runtimeconfig/client.go delete mode 100644 google/services/runtimeconfig/data_source_runtimeconfig_config.go delete mode 100644 google/services/runtimeconfig/data_source_runtimeconfig_config_test.go delete mode 100644 google/services/runtimeconfig/data_source_runtimeconfig_variable.go delete mode 100644 google/services/runtimeconfig/data_source_runtimeconfig_variable_test.go delete mode 100644 google/services/runtimeconfig/resource_runtimeconfig_config.go delete mode 100644 google/services/runtimeconfig/resource_runtimeconfig_config_test.go delete mode 100644 google/services/runtimeconfig/resource_runtimeconfig_variable.go delete mode 100644 google/services/runtimeconfig/resource_runtimeconfig_variable_test.go delete mode 100644 google/services/saasruntime/resource_saas_runtime_release_test.go delete mode 100644 google/services/saasruntime/resource_saas_runtime_rollout_kind_test.go delete mode 100644 google/services/saasruntime/resource_saas_runtime_saas_test.go delete mode 100644 google/services/saasruntime/resource_saas_runtime_tenant_test.go delete mode 100644 google/services/saasruntime/resource_saas_runtime_unit_kind_test.go delete mode 100644 google/services/saasruntime/resource_saas_runtime_unit_test.go delete mode 100644 google/services/securityscanner/resource_security_scanner_scan_config_test.go delete mode 100644 google/services/tpuv2/data_source_tpu_v2_accelerator_types.go delete mode 100644 google/services/tpuv2/data_source_tpu_v2_accelerator_types_test.go delete mode 100644 google/services/tpuv2/data_source_tpu_v2_runtime_versions.go delete mode 100644 google/services/tpuv2/data_source_tpu_v2_runtime_versions_test.go delete mode 100644 google/services/tpuv2/resource_tpu_v2_vm_test.go 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 c288275adb193b331103a0cd42361e99ffcbcb8a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7924 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 Yj0W!82$w{7D@8ybaNkZ%hcCAO2Ko5~ 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 1cb571888ef575c261c2c42e8315daddbb653b5a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 458 zcmWIWW@Zs#U|`^2Fbc5`5s?gR?g8?)fJGP>GV@YWEA+C8U3-1GnhgZpzFQs@;p$xQ zlJUr;rRFcLUF)$oIeX<#Kvz}y@!q?(c5?5tPquQz7UjxFE@bKtma^5VeBD{q?V7DQ z^YlWIx%GQKdjC`19Mq9~-ML3zm3_;!EVr4>kHXF!oZwj68u?}gv(@5RRo5TbY+ks$ z<==AI@WjY(^?y}9%RiaB$F#`S^w0LRr8gJ?P+Yt`ex_Fd(6xR*%mc&)iOJcC>8U_B z=jVx@-ph4Vfyd$D-Q^rNx7sH!xAR<>A+pmO>_D}O5o3PC@B#&PV36>4;W@Hj!z#UpZ>yZE~?9g?g eyBMKm6Of7Q{s3=QHjpe65EcMw9Yzoj7XSctwvFxp 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