Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions mmv1/api/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,6 @@ type TGCResource struct {
// Otherswise, it should be set.
CaiIdentity string `yaml:"cai_identity,omitempty"`

// If true, create TGC tests automatically for all handwritten provider tests.
TGCIncludeHandwrittenTests bool `yaml:"tgc_include_handwritten_tests,omitempty"`

// Tests for TGC, will automatically be filled with resource's examples
// and handwritten tests. Can be specified in order to skip specific tests.
TGCTests []resource.TGCTest `yaml:"tgc_tests,omitempty"`
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/alloydb/Backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ async:
custom_code:
encoder: 'templates/terraform/encoders/alloydb_backup.tmpl'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
examples:
- name: 'alloydb_backup_basic'
primary_resource_id: 'default'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/alloydb/Cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ custom_code:
# Skipping the sweeper because we need to force-delete clusters.
exclude_sweeper: true
include_in_tgc_next: true
tgc_include_handwritten_tests: true
examples:
- name: 'alloydb_cluster_basic'
primary_resource_id: 'default'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/alloydb/Instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ custom_code:
# Skipping the sweeper because instances will be deleted during cluster sweeps
exclude_sweeper: true
include_in_tgc_next: true
tgc_include_handwritten_tests: true
tgc_tests:
- name: 'TestAccAlloydbInstance_connectionPoolConfig'
skip: 'fix it after the next release, as connection_pool_config will be in the next release'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/apigee/Instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@
- 'transport_tpg.IsApigeeRetryableError'
exclude_sweeper: true
include_in_tgc_next: true
tgc_include_handwritten_tests: true
examples:
- name: 'apigee_instance_basic'
vars:
instance_name: 'my-instance-name'
exclude_test: true
# This is a more verbose version of the above that creates all

Check warning on line 56 in mmv1/products/apigee/Instance.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

56:7 [comments-indentation] comment not indented like content
# the resources needed for the acceptance test.
- name: 'apigee_instance_basic_test'
primary_resource_id: 'apigee_instance'
Expand All @@ -62,14 +61,14 @@
org_id: 'ORG_ID'
billing_account: 'BILLING_ACCT'
exclude_docs: true
# Resource creation race

Check warning on line 64 in mmv1/products/apigee/Instance.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

64:7 [comments-indentation] comment not indented like content
skip_vcr: true
external_providers: ["time"]
- name: 'apigee_instance_cidr_range'
vars:
instance_name: 'my-instance-name'
exclude_test: true
# This is a more verbose version of the above that creates all

Check warning on line 71 in mmv1/products/apigee/Instance.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

71:7 [comments-indentation] comment not indented like content
# the resources needed for the acceptance test.
- name: 'apigee_instance_cidr_range_test'
primary_resource_id: 'apigee_instance'
Expand All @@ -77,14 +76,14 @@
org_id: 'ORG_ID'
billing_account: 'BILLING_ACCT'
exclude_docs: true
# Resource creation race

Check warning on line 79 in mmv1/products/apigee/Instance.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

79:7 [comments-indentation] comment not indented like content
skip_vcr: true
external_providers: ["time"]
- name: 'apigee_instance_ip_range'
vars:
instance_name: 'my-instance-name'
exclude_test: true
# This is a more verbose version of the above that creates all

Check warning on line 86 in mmv1/products/apigee/Instance.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

86:7 [comments-indentation] comment not indented like content
# the resources needed for the acceptance test.
- name: 'apigee_instance_ip_range_test'
primary_resource_id: 'apigee_instance'
Expand All @@ -92,14 +91,14 @@
org_id: 'ORG_ID'
billing_account: 'BILLING_ACCT'
exclude_docs: true
# Resource creation race

Check warning on line 94 in mmv1/products/apigee/Instance.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

94:7 [comments-indentation] comment not indented like content
skip_vcr: true
external_providers: ["time"]
- name: 'apigee_instance_full'
vars:
instance_name: 'my-instance-name'
exclude_test: true
# This is a more verbose version of the above that creates all

Check warning on line 101 in mmv1/products/apigee/Instance.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

101:7 [comments-indentation] comment not indented like content
# the resources needed for the acceptance test.
- name: 'apigee_instance_full_test'
primary_resource_id: 'apigee_instance'
Expand All @@ -108,7 +107,7 @@
org_id: 'ORG_ID'
billing_account: 'BILLING_ACCT'
exclude_docs: true
# Resource creation race

Check warning on line 110 in mmv1/products/apigee/Instance.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

110:7 [comments-indentation] comment not indented like content
skip_vcr: true
external_providers: ["time"]
- name: 'apigee_instance_service_attachment_basic_test'
Expand All @@ -117,7 +116,7 @@
org_id: 'ORG_ID'
billing_account: 'BILLING_ACCT'
exclude_docs: true
# Resource creation race

Check warning on line 119 in mmv1/products/apigee/Instance.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

119:7 [comments-indentation] comment not indented like content
skip_vcr: true
external_providers: ["time"]
parameters:
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/apphub/Application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ custom_code:
custom_diff:
- 'apphubApplicationCustomizeDiff'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
sweeper:
url_substitutions:
- region: "us-central1"
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/apphub/Service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ async:
resource_inside_response: true
custom_code:
include_in_tgc_next: true
tgc_include_handwritten_tests: true
examples:
- name: 'apphub_service_basic'
primary_resource_id: 'example'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/apphub/ServiceProjectAttachment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ async:
custom_code:
constants: 'templates/terraform/constants/apphub_service_project.go.tmpl'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
examples:
- name: 'service_project_attachment_basic'
config_path: 'templates/terraform/examples/apphub_service_project_attachment_basic.tf.tmpl'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/apphub/Workload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ async:
resource_inside_response: true
custom_code:
include_in_tgc_next: true
tgc_include_handwritten_tests: true
examples:
- name: 'apphub_workload_basic'
primary_resource_id: 'example'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/artifactregistry/Repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@
result:
resource_inside_response: true
include_in_tgc_next: true
tgc_include_handwritten_tests: true
iam_policy:
method_name_separator: ':'
allowed_iam_role: 'roles/artifactregistry.reader'
# TODO: Change to repository_id in 4.0

Check warning on line 46 in mmv1/products/artifactregistry/Repository.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

46:5 [comments-indentation] comment not indented like content
parent_resource_attribute: 'repository'
base_url: 'projects/{{project}}/locations/{{location}}/repositories/{{name}}'
self_link: 'projects/{{project}}/locations/{{location}}/repositories/{{name}}'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/backupdr/BackupPlan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ timeouts:
custom_code:
tgc_decoder: 'templates/tgc_next/decoders/backup_dr_backup_plan.go.tmpl'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
examples:
- name: 'backup_dr_backup_plan_simple'
primary_resource_id: 'my-backup-plan-1'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/backupdr/BackupVault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ async:
custom_code:
pre_delete: 'templates/terraform/pre_delete/backup_dr_backup_vault.go.tmpl'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
examples:
- name: 'backup_dr_backup_vault_simple'
primary_resource_id: 'backup-vault-test'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/beyondcorp/AppConnection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ async:
resource_inside_response: true
custom_code:
include_in_tgc_next: true
tgc_include_handwritten_tests: true
examples:
- name: 'beyondcorp_app_connection_basic'
primary_resource_id: 'app_connection'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/beyondcorp/AppConnector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ async:
resource_inside_response: true
custom_code:
include_in_tgc_next: true
tgc_include_handwritten_tests: true
examples:
- name: 'beyondcorp_app_connector_basic'
primary_resource_id: 'app_connector'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/beyondcorp/AppGateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ async:
resource_inside_response: true
custom_code:
include_in_tgc_next: true
tgc_include_handwritten_tests: true
schema_version: 1
state_upgraders: true
examples:
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/bigquery/Dataset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ timeouts:
update_minutes: 20
delete_minutes: 20
include_in_tgc_next: true
tgc_include_handwritten_tests: true
custom_code:
constants: 'templates/terraform/constants/bigquery_dataset.go.tmpl'
pre_read: 'templates/terraform/pre_read/bigquery_dataset.go.tmpl'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/binaryauthorization/Attestor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ iam_policy:
custom_code:
constants: 'templates/terraform/constants/binaryauthorization_attestor.go.tmpl'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
examples:
- name: 'binary_authorization_attestor_basic'
primary_resource_id: 'attestor'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/blockchainnodeengine/BlockchainNodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ timeouts:
update_minutes: 20
delete_minutes: 35
include_in_tgc_next: true
tgc_include_handwritten_tests: true
autogen_async: true
async:
actions: ['create', 'delete', 'update']
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/certificatemanager/Certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ timeouts:
update_minutes: 20
delete_minutes: 20
include_in_tgc_next: true
tgc_include_handwritten_tests: true
autogen_async: true
async:
actions: ['create', 'delete', 'update']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
---
name: 'CertificateIssuanceConfig'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
description: |
Certificate represents a HTTP-reachable backend for a Certificate.
references:
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/certificatemanager/CertificateMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
---
name: 'CertificateMap'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
description: |
CertificateMap defines a collection of certificate configurations,
which are usable by any associated target proxies
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/cloudasset/FolderFeed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ custom_code:
tgc_ignore_terraform_encoder: true
supports_indirect_user_project_override: true
include_in_tgc_next: true
tgc_include_handwritten_tests: true
cai_base_url: 'folders/{{folder}}/feeds'
cai_asset_name_format: 'folders/{{folder}}/feeds/{{feed_id}}'
examples:
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/cloudasset/OrganizationFeed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ custom_code:
tgc_ignore_terraform_encoder: true
supports_indirect_user_project_override: true
include_in_tgc_next: true
tgc_include_handwritten_tests: true
cai_base_url: 'organizations/{{org_id}}/feeds'
cai_asset_name_format: 'organizations/{{org_id}}/feeds/{{feed_id}}'
examples:
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/cloudasset/ProjectFeed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ custom_code:
custom_import: 'templates/terraform/custom_import/cloud_asset_feed.go.tmpl'
tgc_ignore_terraform_encoder: true
include_in_tgc_next: true
tgc_include_handwritten_tests: true
cai_base_url: 'projects/{{project}}/feeds'
cai_asset_name_format: 'projects/{{project}}/feeds/{{feed_id}}'
examples:
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/cloudbuild/BitbucketServerConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ async:
result:
resource_inside_response: true
include_in_tgc_next: true
tgc_include_handwritten_tests: true
custom_code:
encoder: 'templates/terraform/encoders/cloudbuild_bitbucketserver_config.go.tmpl'
post_create: 'templates/terraform/post_create/cloudbuild_bitbucketserver_config.go.tmpl'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/cloudbuildv2/Connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ custom_code:
exclude_tgc: true
legacy_long_form_project: true
include_in_tgc_next: true
tgc_include_handwritten_tests: true
sweeper:
url_substitutions:
- region: "us-central1"
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/cloudbuildv2/Repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ custom_code:
exclude_tgc: true
legacy_long_form_project: true
include_in_tgc_next: true
tgc_include_handwritten_tests: true
examples:
# These tests depend on secrets stored in a separate project, so we prefer not
# to show them in the docs.
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/clouddeploy/Automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ async:
resource_inside_response: false
custom_code:
include_in_tgc_next: true
tgc_include_handwritten_tests: true
examples:
- name: 'clouddeploy_automation_basic'
primary_resource_id: 'b-automation'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/clouddeploy/DeployPolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ async:
resource_inside_response: false
custom_code:
include_in_tgc_next: true
tgc_include_handwritten_tests: true
examples:
- name: "clouddeploy_deploy_policy_basic"
primary_resource_id: "b-deploy-policy"
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/cloudtasks/Queue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ description: |
A named resource to which messages are sent by publishers.
docs:
include_in_tgc_next: true
tgc_include_handwritten_tests: true
id_format: 'projects/{{project}}/locations/{{location}}/queues/{{name}}'
base_url: 'projects/{{project}}/locations/{{location}}/queues'
update_verb: 'PATCH'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/compute/BackendBucket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ async:
resource_inside_response: false
collection_url_key: 'items'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
iam_policy:
parent_resource_attribute: 'name'
import_format:
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/compute/BackendService.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ async:
resource_inside_response: false
collection_url_key: 'items'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
iam_policy:
allowed_iam_role: 'roles/compute.admin'
parent_resource_attribute: 'name'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/compute/Disk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ async:
resource_inside_response: false
collection_url_key: 'items'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
iam_policy:
parent_resource_attribute: 'name'
base_url: 'projects/{{project}}/zones/{{zone}}/disks/{{name}}'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/compute/ExternalVpnGateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ async:
resource_inside_response: false
collection_url_key: 'items'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
custom_code:
examples:
- name: 'external_vpn_gateway'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/compute/Firewall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ async:
resource_inside_response: false
collection_url_key: 'items'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
custom_code:
extra_schema_entry: 'templates/terraform/extra_schema_entry/firewall.tmpl'
constants: 'templates/terraform/constants/firewall.tmpl'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/compute/FirewallPolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ custom_code:
custom_diff:
- 'tpgresource.DefaultProviderProject'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
examples:
- name: 'firewall_policy'
primary_resource_id: 'default'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/compute/GlobalAddress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ async:
resource_inside_response: false
collection_url_key: 'items'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
custom_code:
pre_create: 'templates/terraform/pre_create/compute_global_address.go.tmpl'
post_create: 'templates/terraform/post_create/labels.tmpl'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/compute/HaVpnGateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ async:
collection_url_key: 'items'
custom_code:
include_in_tgc_next: true
tgc_include_handwritten_tests: true
schema_version: 1
state_upgraders: true
examples:
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/compute/HealthCheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ async:
resource_inside_response: false
collection_url_key: 'items'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
custom_code:
constants: 'templates/terraform/constants/health_check.tmpl'
encoder: 'templates/terraform/encoders/health_check_type.tmpl'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/compute/Image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ iam_policy:
parent_resource_attribute: 'image'
iam_conditions_request_type: 'QUERY_PARAM'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
custom_code:
examples:
- name: 'image_basic'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/compute/Network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ async:
resource_inside_response: false
collection_url_key: 'items'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
sweeper:
dependencies:
# - "google_network_security_intercept_endpoint_group" (beta only)
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/compute/NodeGroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
name: 'NodeGroup'
kind: 'compute#NodeGroup'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
description: |
Represents a NodeGroup resource to manage a group of sole-tenant nodes.
references:
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/compute/NodeTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ async:
collection_url_key: 'items'
custom_code:
include_in_tgc_next: true
tgc_include_handwritten_tests: true
examples:
- name: 'node_template_basic'
primary_resource_id: 'template'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/compute/RegionAutoscaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ async:
resource_inside_response: false
collection_url_key: 'items'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
custom_code:
examples:
- name: 'region_autoscaler_basic'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/compute/RegionHealthCheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ custom_code:
custom_diff:
- 'healthCheckCustomizeDiff'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
tgc_tests:
- name: 'TestAccComputeRegionHealthCheck_typeTransition'
skip: 'Test data has mismatched steps'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/compute/RegionSslCertificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ references:
'Official Documentation': 'https://cloud.google.com/load-balancing/docs/ssl-certificates'
api: 'https://cloud.google.com/compute/docs/reference/rest/v1/regionSslCertificates'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
docs:
optional_properties: |
* `name_prefix` - (Optional) Creates a unique name beginning with the
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/compute/ResourcePolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ collection_url_key: 'items'
custom_code:
constants: 'templates/terraform/constants/compute_resource_policy.go.tmpl'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
sweeper:
url_substitutions:
- region: "us-central1"
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/compute/Route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ error_retry_predicates:

- 'transport_tpg.IsPeeringOperationInProgress'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
examples:
- name: 'route_basic'
primary_resource_id: 'default'
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/compute/Router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ custom_code:
custom_diff:
- 'resourceComputeRouterCustomDiff'
include_in_tgc_next: true
tgc_include_handwritten_tests: true
sweeper:
prefixes:
- "swg-autogen-router" # Secure Web Proxy(SWP) auto-generated router prefix.
Expand Down
1 change: 0 additions & 1 deletion mmv1/products/compute/StoragePool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,3 @@ virtual_fields:
custom_code:
pre_delete: templates/terraform/pre_delete/compute_storage_pool.go.tmpl
include_in_tgc_next: true
tgc_include_handwritten_tests: true
Loading
Loading