From 1d293f7bfadacaa20580874c8e8634827fb99a14 Mon Sep 17 00:00:00 2001 From: Sam Levenick Date: Thu, 21 Jan 2021 16:11:12 -0800 Subject: [PATCH] Folder migrate (#4421) * Move files to subfolder Update containers, gitignore Remove gitmodules, move yamllint Revert changes to ci * Add README note --- .gitignore | 6 +++--- .gitmodules | 0 README.md | 7 +++++++ .rubocop.yml => mmv1/.rubocop.yml | 0 .ruby-version => mmv1/.ruby-version | 0 .yamllint => mmv1/.yamllint | 0 Gemfile => mmv1/Gemfile | 0 Gemfile.lock => mmv1/Gemfile.lock | 0 Rakefile => mmv1/Rakefile | 0 TUTORIAL.md => mmv1/TUTORIAL.md | 0 {api => mmv1/api}/async.rb | 0 {api => mmv1/api}/compiler.rb | 0 {api => mmv1/api}/object.rb | 0 {api => mmv1/api}/product.rb | 0 {api => mmv1/api}/product/api_reference.rb | 0 {api => mmv1/api}/product/version.rb | 0 {api => mmv1/api}/resource.rb | 0 {api => mmv1/api}/resource/iam_policy.rb | 0 {api => mmv1/api}/resource/nested_query.rb | 0 {api => mmv1/api}/resource/reference_links.rb | 0 {api => mmv1/api}/timeout.rb | 0 {api => mmv1/api}/type.rb | 0 {compile => mmv1/compile}/core.rb | 0 compiler => mmv1/compiler | 0 compiler.rb => mmv1/compiler.rb | 0 {google => mmv1/google}/extensions.rb | 0 {google => mmv1/google}/golang_utils.rb | 0 {google => mmv1/google}/logger.rb | 0 {google => mmv1/google}/python_utils.rb | 0 {google => mmv1/google}/string_utils.rb | 0 {google => mmv1/google}/yaml_validator.rb | 0 {images => mmv1/images}/magic-modules.png | Bin {images => mmv1/images}/magic-modules.sketch | Bin {images => mmv1/images}/magic-modules.svg | 0 .../overrides}/ansible/property_override.rb | 0 .../overrides}/ansible/resource_override.rb | 0 .../overrides}/inspec/property_override.rb | 0 .../overrides}/inspec/resource_override.rb | 0 {overrides => mmv1/overrides}/resources.rb | 0 {overrides => mmv1/overrides}/runner.rb | 0 .../overrides}/terraform/property_override.rb | 0 .../overrides}/terraform/resource_override.rb | 0 {overrides => mmv1/overrides}/validator.rb | 0 {products => mmv1/products}/accessapproval/api.yaml | 0 .../products}/accessapproval/terraform.yaml | 0 .../products}/accesscontextmanager/api.yaml | 0 .../products}/accesscontextmanager/inspec.yaml | 0 .../products}/accesscontextmanager/terraform.yaml | 0 .../products}/activedirectory/api.yaml | 0 .../products}/activedirectory/terraform.yaml | 0 {products => mmv1/products}/apigateway/api.yaml | 0 .../products}/apigateway/terraform.yaml | 0 {products => mmv1/products}/apigee/api.yaml | 0 {products => mmv1/products}/apigee/terraform.yaml | 0 {products => mmv1/products}/appengine/ansible.yaml | 0 .../products}/appengine/ansible_version_added.yaml | 0 {products => mmv1/products}/appengine/api.yaml | 0 .../appengine/examples/ansible/firewall_rule.yaml | 0 {products => mmv1/products}/appengine/inspec.yaml | 0 .../products}/appengine/terraform.yaml | 0 .../products}/artifactregistry/api.yaml | 0 .../products}/artifactregistry/terraform.yaml | 0 {products => mmv1/products}/bigquery/ansible.yaml | 0 .../products}/bigquery/ansible_version_added.yaml | 0 {products => mmv1/products}/bigquery/api.yaml | 0 .../bigquery/examples/ansible/dataset.yaml | 0 .../products}/bigquery/examples/ansible/table.yaml | 0 {products => mmv1/products}/bigquery/inspec.yaml | 0 {products => mmv1/products}/bigquery/terraform.yaml | 0 .../products}/bigqueryconnection/api.yaml | 0 .../products}/bigqueryconnection/terraform.yaml | 0 .../products}/bigquerydatatransfer/api.yaml | 0 .../products}/bigquerydatatransfer/terraform.yaml | 0 .../products}/bigqueryreservation/api.yaml | 0 .../products}/bigqueryreservation/terraform.yaml | 0 {products => mmv1/products}/bigtable/ansible.yaml | 0 .../products}/bigtable/ansible_version_added.yaml | 0 {products => mmv1/products}/bigtable/api.yaml | 0 .../bigtable/examples/ansible/instance.yaml | 0 .../products}/bigtable/helpers/ansible/instance.py | 0 {products => mmv1/products}/bigtable/terraform.yaml | 0 {products => mmv1/products}/billingbudget/api.yaml | 0 .../products}/billingbudget/terraform.yaml | 0 .../products}/binaryauthorization/api.yaml | 0 .../products}/binaryauthorization/terraform.yaml | 0 {products => mmv1/products}/cloudasset/api.yaml | 0 .../products}/cloudasset/terraform.yaml | 0 {products => mmv1/products}/cloudbilling/api.yaml | 0 .../products}/cloudbilling/inspec.yaml | 0 {products => mmv1/products}/cloudbuild/ansible.yaml | 0 .../products}/cloudbuild/ansible_version_added.yaml | 0 {products => mmv1/products}/cloudbuild/api.yaml | 0 .../cloudbuild/examples/ansible/trigger.yaml | 0 {products => mmv1/products}/cloudbuild/inspec.yaml | 0 .../products}/cloudbuild/terraform.yaml | 0 .../products}/cloudfunctions/ansible.yaml | 0 .../cloudfunctions/ansible_version_added.yaml | 0 {products => mmv1/products}/cloudfunctions/api.yaml | 0 .../examples/ansible/cloud_function.yaml | 0 .../helpers/ansible/function_transport.py | 0 .../products}/cloudfunctions/inspec.yaml | 0 .../products}/cloudfunctions/terraform.yaml | 0 {products => mmv1/products}/cloudidentity/api.yaml | 0 .../products}/cloudidentity/terraform.yaml | 0 {products => mmv1/products}/cloudiot/api.yaml | 0 {products => mmv1/products}/cloudiot/terraform.yaml | 0 {products => mmv1/products}/cloudrun/api.yaml | 0 {products => mmv1/products}/cloudrun/terraform.yaml | 0 .../products}/cloudscheduler/ansible.yaml | 0 .../cloudscheduler/ansible_version_added.yaml | 0 {products => mmv1/products}/cloudscheduler/api.yaml | 0 .../cloudscheduler/examples/ansible/job.yaml | 0 .../products}/cloudscheduler/helpers/python/job.py | 0 .../products}/cloudscheduler/inspec.yaml | 0 .../products}/cloudscheduler/terraform.yaml | 0 {products => mmv1/products}/cloudtasks/ansible.yaml | 0 .../products}/cloudtasks/ansible_version_added.yaml | 0 {products => mmv1/products}/cloudtasks/api.yaml | 0 .../cloudtasks/examples/ansible/queue.yaml | 0 .../cloudtasks/helpers/ansible/queue_status.py | 0 .../products}/cloudtasks/terraform.yaml | 0 {products => mmv1/products}/compute/ansible.yaml | 0 .../products}/compute/ansible_version_added.yaml | 0 {products => mmv1/products}/compute/api.yaml | 0 .../products}/compute/examples/ansible/address.yaml | 0 .../compute/examples/ansible/autoscaler.yaml | 0 .../compute/examples/ansible/backend_bucket.yaml | 0 .../compute/examples/ansible/backend_service.yaml | 0 .../products}/compute/examples/ansible/disk.yaml | 0 .../examples/ansible/external_vpn_gateway.yaml | 0 .../compute/examples/ansible/firewall.yaml | 0 .../compute/examples/ansible/forwarding_rule.yaml | 0 .../compute/examples/ansible/global_address.yaml | 0 .../examples/ansible/global_forwarding_rule.yaml | 0 .../compute/examples/ansible/health_check.yaml | 0 .../compute/examples/ansible/http_health_check.yaml | 0 .../examples/ansible/https_health_check.yaml | 0 .../products}/compute/examples/ansible/image.yaml | 0 .../compute/examples/ansible/instance.yaml | 0 .../compute/examples/ansible/instance_group.yaml | 0 .../examples/ansible/instance_group_manager.yaml | 0 .../compute/examples/ansible/instance_template.yaml | 0 .../examples/ansible/interconnect_attachment.yaml | 0 .../products}/compute/examples/ansible/network.yaml | 0 .../examples/ansible/network_endpoint_group.yaml | 0 .../compute/examples/ansible/node_group.yaml | 0 .../compute/examples/ansible/node_template.yaml | 0 .../compute/examples/ansible/region_autoscaler.yaml | 0 .../examples/ansible/region_backend_service.yaml | 0 .../compute/examples/ansible/region_disk.yaml | 0 .../examples/ansible/region_health_check.yaml | 0 .../ansible/region_instance_group_manager.yaml | 0 .../examples/ansible/region_target_http_proxy.yaml | 0 .../examples/ansible/region_target_https_proxy.yaml | 0 .../compute/examples/ansible/region_url_map.yaml | 0 .../compute/examples/ansible/reservation.yaml | 0 .../compute/examples/ansible/resource_policy.yaml | 0 .../products}/compute/examples/ansible/route.yaml | 0 .../products}/compute/examples/ansible/router.yaml | 0 .../compute/examples/ansible/snapshot.yaml | 0 .../compute/examples/ansible/ssl_certificate.yaml | 0 .../compute/examples/ansible/ssl_policy.yaml | 0 .../compute/examples/ansible/subnetwork.yaml | 0 .../compute/examples/ansible/target_http_proxy.yaml | 0 .../examples/ansible/target_https_proxy.yaml | 0 .../compute/examples/ansible/target_instance.yaml | 0 .../compute/examples/ansible/target_pool.yaml | 0 .../compute/examples/ansible/target_ssl_proxy.yaml | 0 .../compute/examples/ansible/target_tcp_proxy.yaml | 0 .../examples/ansible/target_vpn_gateway.yaml | 0 .../products}/compute/examples/ansible/url_map.yaml | 0 .../compute/examples/ansible/vpn_tunnel.yaml | 0 .../compute/helpers/python/instance_metadata.py | 0 .../compute/helpers/python/instance_start.py | 0 .../helpers/python/instance_update_methods.py | 0 .../helpers/python/instancegroup_instances.py | 0 .../compute/helpers/python/provider_firewall.py | 0 .../compute/helpers/python/provider_instance.py | 0 .../helpers/python/provider_instance_template.py | 0 .../compute/helpers/python/provider_target_pool.py | 0 {products => mmv1/products}/compute/inspec.yaml | 0 {products => mmv1/products}/compute/terraform.yaml | 0 .../compute/tests/ansible/firewall_update.yaml | 0 {products => mmv1/products}/container/ansible.yaml | 0 .../products}/container/ansible_version_added.yaml | 0 {products => mmv1/products}/container/api.yaml | 0 .../container/examples/ansible/cluster.yaml | 0 .../container/examples/ansible/node_pool.yaml | 0 .../products}/container/helpers/python/kubectl.py | 0 .../container/helpers/python/provider_cluster.py | 0 .../container/helpers/python/provider_node_pool.py | 0 {products => mmv1/products}/container/inspec.yaml | 0 .../products}/containeranalysis/api.yaml | 0 .../products}/containeranalysis/terraform.yaml | 0 {products => mmv1/products}/datacatalog/api.yaml | 0 .../products}/datacatalog/terraform.yaml | 0 {products => mmv1/products}/datafusion/api.yaml | 0 .../products}/datafusion/terraform.yaml | 0 {products => mmv1/products}/dataproc/api.yaml | 0 {products => mmv1/products}/dataproc/inspec.yaml | 0 {products => mmv1/products}/dataproc/terraform.yaml | 0 {products => mmv1/products}/datastore/api.yaml | 0 .../products}/datastore/terraform.yaml | 0 .../products}/deploymentmanager/api.yaml | 0 .../products}/deploymentmanager/terraform.yaml | 0 {products => mmv1/products}/dialogflow/api.yaml | 0 .../products}/dialogflow/terraform.yaml | 0 {products => mmv1/products}/dlp/api.yaml | 0 {products => mmv1/products}/dlp/terraform.yaml | 0 {products => mmv1/products}/dns/ansible.yaml | 0 .../products}/dns/ansible_version_added.yaml | 0 {products => mmv1/products}/dns/api.yaml | 0 .../dns/examples/ansible/managed_zone.yaml | 0 .../dns/examples/ansible/resource_record_set.yaml | 0 .../helpers/ansible/provider_resource_set.py.erb | 0 {products => mmv1/products}/dns/inspec.yaml | 0 {products => mmv1/products}/dns/terraform.yaml | 0 {products => mmv1/products}/filestore/ansible.yaml | 0 .../products}/filestore/ansible_version_added.yaml | 0 {products => mmv1/products}/filestore/api.yaml | 0 .../filestore/examples/ansible/instance.yaml | 0 {products => mmv1/products}/filestore/inspec.yaml | 0 .../products}/filestore/terraform.yaml | 0 {products => mmv1/products}/firebase/api.yaml | 0 {products => mmv1/products}/firebase/terraform.yaml | 0 {products => mmv1/products}/firestore/api.yaml | 0 .../products}/firestore/terraform.yaml | 0 {products => mmv1/products}/gameservices/api.yaml | 0 .../products}/gameservices/terraform.yaml | 0 {products => mmv1/products}/healthcare/api.yaml | 0 .../products}/healthcare/terraform.yaml | 0 {products => mmv1/products}/iam/ansible.yaml | 0 .../products}/iam/ansible_version_added.yaml | 0 {products => mmv1/products}/iam/api.yaml | 0 .../products}/iam/examples/ansible/role.yaml | 0 .../iam/examples/ansible/service_account.yaml | 0 .../iam/examples/ansible/service_account_key.yaml | 0 .../ansible/service_account_key_template.erb | 0 .../products}/iam/helpers/python/provider_role.py | 0 .../iam/helpers/python/provider_service_account.py | 0 {products => mmv1/products}/iam/inspec.yaml | 0 {products => mmv1/products}/iambeta/api.yaml | 0 {products => mmv1/products}/iambeta/terraform.yaml | 0 {products => mmv1/products}/iap/api.yaml | 0 {products => mmv1/products}/iap/terraform.yaml | 0 .../products}/identityplatform/api.yaml | 0 .../products}/identityplatform/terraform.yaml | 0 {products => mmv1/products}/kms/ansible.yaml | 0 .../products}/kms/ansible_version_added.yaml | 0 {products => mmv1/products}/kms/api.yaml | 0 .../products}/kms/examples/ansible/crypto_key.yaml | 0 .../products}/kms/examples/ansible/key_ring.yaml | 0 .../kms/helpers/python/crypto_key_test.yaml | 0 .../products}/kms/helpers/python/key_ring_test.yaml | 0 .../kms/helpers/python/provider_key_ring.py | 0 {products => mmv1/products}/kms/inspec.yaml | 0 {products => mmv1/products}/kms/terraform.yaml | 0 {products => mmv1/products}/logging/ansible.yaml | 0 .../products}/logging/ansible_version_added.yaml | 0 {products => mmv1/products}/logging/api.yaml | 0 .../products}/logging/examples/ansible/metric.yaml | 0 {products => mmv1/products}/logging/inspec.yaml | 0 {products => mmv1/products}/logging/terraform.yaml | 0 {products => mmv1/products}/memcache/api.yaml | 0 {products => mmv1/products}/memcache/inspec.yaml | 0 {products => mmv1/products}/memcache/terraform.yaml | 0 {products => mmv1/products}/mlengine/ansible.yaml | 0 .../products}/mlengine/ansible_version_added.yaml | 0 {products => mmv1/products}/mlengine/api.yaml | 0 .../products}/mlengine/examples/ansible/model.yaml | 0 .../mlengine/examples/ansible/version.yaml | 0 .../mlengine/helpers/ansible/model_decoder.py | 0 .../mlengine/helpers/ansible/version_set_default.py | 0 {products => mmv1/products}/mlengine/inspec.yaml | 0 {products => mmv1/products}/mlengine/terraform.yaml | 0 {products => mmv1/products}/monitoring/api.yaml | 0 {products => mmv1/products}/monitoring/inspec.yaml | 0 .../products}/monitoring/terraform.yaml | 0 .../products}/networkmanagement/api.yaml | 0 .../products}/networkmanagement/terraform.yaml | 0 {products => mmv1/products}/notebooks/api.yaml | 0 .../products}/notebooks/terraform.yaml | 0 {products => mmv1/products}/osconfig/api.yaml | 0 {products => mmv1/products}/osconfig/terraform.yaml | 0 {products => mmv1/products}/oslogin/api.yaml | 0 {products => mmv1/products}/oslogin/terraform.yaml | 0 {products => mmv1/products}/privateca/api.yaml | 0 .../products}/privateca/terraform.yaml | 0 {products => mmv1/products}/pubsub/ansible.yaml | 0 .../products}/pubsub/ansible_version_added.yaml | 0 {products => mmv1/products}/pubsub/api.yaml | 0 {products => mmv1/products}/pubsub/example.yaml | 0 .../pubsub/examples/ansible/subscription.yaml | 0 .../products}/pubsub/examples/ansible/topic.yaml | 0 {products => mmv1/products}/pubsub/inspec.yaml | 0 {products => mmv1/products}/pubsub/terraform.yaml | 0 {products => mmv1/products}/pubsub/test.yaml | 0 {products => mmv1/products}/pubsublite/api.yaml | 0 .../products}/pubsublite/terraform.yaml | 0 {products => mmv1/products}/redis/ansible.yaml | 0 .../products}/redis/ansible_version_added.yaml | 0 {products => mmv1/products}/redis/api.yaml | 0 .../products}/redis/examples/ansible/instance.yaml | 0 {products => mmv1/products}/redis/inspec.yaml | 0 {products => mmv1/products}/redis/terraform.yaml | 0 .../products}/resourcemanager/ansible.yaml | 0 .../resourcemanager/ansible_version_added.yaml | 0 .../products}/resourcemanager/api.yaml | 0 .../resourcemanager/examples/ansible/project.yaml | 0 .../helpers/ansible/return_if_object.py | 0 .../products}/resourcemanager/inspec.yaml | 0 .../products}/resourcemanager/terraform.yaml | 0 .../products}/runtimeconfig/ansible.yaml | 0 .../runtimeconfig/ansible_version_added.yaml | 0 {products => mmv1/products}/runtimeconfig/api.yaml | 0 .../runtimeconfig/examples/ansible/config.yaml | 0 .../runtimeconfig/examples/ansible/variable.yaml | 0 .../helpers/ansible/variable_delete_config.py | 0 .../products}/runtimeconfig/inspec.yaml | 0 .../products}/runtimeconfig/terraform.yaml | 0 {products => mmv1/products}/secretmanager/api.yaml | 0 .../products}/secretmanager/terraform.yaml | 0 {products => mmv1/products}/securitycenter/api.yaml | 0 .../products}/securitycenter/terraform.yaml | 0 .../products}/securityscanner/api.yaml | 0 .../products}/securityscanner/terraform.yaml | 0 .../products}/servicedirectory/api.yaml | 0 .../products}/servicedirectory/terraform.yaml | 0 .../products}/servicemanagement/api.yaml | 0 .../products}/servicemanagement/terraform.yaml | 0 .../products}/serviceusage/ansible.yaml | 0 .../serviceusage/ansible_version_added.yaml | 0 {products => mmv1/products}/serviceusage/api.yaml | 0 .../serviceusage/examples/ansible/service.yaml | 0 .../products}/serviceusage/inspec.yaml | 0 .../products}/serviceusage/terraform.yaml | 0 {products => mmv1/products}/sourcerepo/ansible.yaml | 0 .../products}/sourcerepo/ansible_version_added.yaml | 0 {products => mmv1/products}/sourcerepo/api.yaml | 0 .../sourcerepo/examples/ansible/repository.yaml | 0 {products => mmv1/products}/sourcerepo/inspec.yaml | 0 .../products}/sourcerepo/terraform.yaml | 0 {products => mmv1/products}/spanner/ansible.yaml | 0 .../products}/spanner/ansible_version_added.yaml | 0 {products => mmv1/products}/spanner/api.yaml | 0 {products => mmv1/products}/spanner/async.yaml | 0 .../spanner/examples/ansible/database.yaml | 0 .../spanner/examples/ansible/instance.yaml | 0 .../spanner/helpers/python/database_helpers.py.erb | 0 .../helpers/python/instance_config_helpers.py.erb | 0 .../spanner/helpers/python/instance_helpers.py.erb | 0 {products => mmv1/products}/spanner/inspec.yaml | 0 {products => mmv1/products}/spanner/terraform.yaml | 0 {products => mmv1/products}/spanner/test.yaml | 0 {products => mmv1/products}/sql/ansible.yaml | 0 .../products}/sql/ansible_version_added.yaml | 0 {products => mmv1/products}/sql/api.yaml | 0 .../products}/sql/examples/ansible/database.yaml | 0 .../products}/sql/examples/ansible/instance.yaml | 0 .../products}/sql/examples/ansible/ssl_cert.yaml | 0 .../products}/sql/examples/ansible/user.yaml | 0 .../sql/helpers/ansible/return_if_object.py | 0 {products => mmv1/products}/sql/inspec.yaml | 0 {products => mmv1/products}/sql/terraform.yaml | 0 {products => mmv1/products}/storage/ansible.yaml | 0 .../products}/storage/ansible_version_added.yaml | 0 {products => mmv1/products}/storage/api.yaml | 0 .../products}/storage/examples/ansible/bucket.yaml | 0 .../examples/ansible/bucket_access_control.yaml | 0 .../examples/ansible/default_object_acl.yaml | 0 .../products}/storage/examples/ansible/object.yaml | 0 {products => mmv1/products}/storage/inspec.yaml | 0 {products => mmv1/products}/storage/terraform.yaml | 0 {products => mmv1/products}/tpu/ansible.yaml | 0 .../products}/tpu/ansible_version_added.yaml | 0 {products => mmv1/products}/tpu/api.yaml | 0 .../products}/tpu/examples/ansible/node.yaml | 0 {products => mmv1/products}/tpu/terraform.yaml | 0 {products => mmv1/products}/vpcaccess/api.yaml | 0 .../products}/vpcaccess/terraform.yaml | 0 {provider => mmv1/provider}/abstract_core.rb | 0 {provider => mmv1/provider}/ansible.rb | 0 {provider => mmv1/provider}/ansible/blank_file.yaml | 0 .../provider}/ansible/common~compile.yaml | 0 .../provider}/ansible/common~copy.yaml | 0 .../provider}/ansible/common~copy~devel.yaml | 0 {provider => mmv1/provider}/ansible/config.rb | 0 {provider => mmv1/provider}/ansible/custom_code.rb | 0 .../provider}/ansible/documentation.rb | 0 {provider => mmv1/provider}/ansible/example.rb | 0 .../provider}/ansible/facts_override.rb | 0 .../provider}/ansible/gcp_integration_runner.py | 0 {provider => mmv1/provider}/ansible/gcp_utils.py | 0 {provider => mmv1/provider}/ansible/module.rb | 0 {provider => mmv1/provider}/ansible/request.rb | 0 {provider => mmv1/provider}/ansible/resourceref.rb | 0 .../provider}/ansible/resource~compile.yaml | 0 .../provider}/ansible/resource~compile~devel.yaml | 0 .../provider}/ansible/test_gcp_session.py | 0 .../provider}/ansible/test_gcp_utils.py | 0 .../provider}/ansible/test_template.yaml | 0 {provider => mmv1/provider}/ansible/tests.rb | 0 .../provider}/ansible/version_added.rb | 0 {provider => mmv1/provider}/ansible_devel.rb | 0 {provider => mmv1/provider}/config.rb | 0 {provider => mmv1/provider}/core.rb | 0 {provider => mmv1/provider}/file_template.rb | 0 {provider => mmv1/provider}/inspec.rb | 0 {provider => mmv1/provider}/inspec/Gemfile | 0 {provider => mmv1/provider}/inspec/common~copy.yaml | 0 {provider => mmv1/provider}/terraform.rb | 0 {provider => mmv1/provider}/terraform/async.rb | 0 .../provider}/terraform/common~compile.yaml | 0 .../provider}/terraform/common~copy.yaml | 0 {provider => mmv1/provider}/terraform/config.rb | 0 .../provider}/terraform/custom_code.rb | 0 {provider => mmv1/provider}/terraform/docs.rb | 0 {provider => mmv1/provider}/terraform/examples.rb | 0 {provider => mmv1/provider}/terraform/import.rb | 0 .../provider}/terraform/product~compile.yaml | 0 .../provider}/terraform/sub_template.rb | 0 .../provider}/terraform/virtual_fields.rb | 0 .../provider}/terraform_object_library.rb | 0 {provider => mmv1/provider}/terraform_oics.rb | 0 {spec => mmv1/spec}/.rubocop.yml | 0 {spec => mmv1/spec}/compiler_spec.rb | 0 {spec => mmv1/spec}/copyright.rb | 0 {spec => mmv1/spec}/copyright_spec.rb | 0 .../spec}/data/bad-property-reference-config.yaml | 0 {spec => mmv1/spec}/data/copyright_bad1.rb | 0 {spec => mmv1/spec}/data/copyright_bad2.rb | 0 {spec => mmv1/spec}/data/copyright_good1.rb | 0 {spec => mmv1/spec}/data/copyright_good2.rb | 0 {spec => mmv1/spec}/data/good-export-file.yaml | 0 {spec => mmv1/spec}/data/good-file.yaml | 0 {spec => mmv1/spec}/data/good-longuri.yaml | 0 {spec => mmv1/spec}/data/good-multi-file.yaml | 0 {spec => mmv1/spec}/data/good-multi2-file.yaml | 0 {spec => mmv1/spec}/data/good-resource.yaml | 0 {spec => mmv1/spec}/data/good-single-file.yaml | 0 .../spec}/data/good-single-readonly-file.yaml | 0 {spec => mmv1/spec}/data/good-tf-override.yaml | 0 .../spec}/data/resourceref-missingimports.yaml | 0 .../spec}/data/resourceref-missingresource.yaml | 0 {spec => mmv1/spec}/data/terraform-config.yaml | 0 {spec => mmv1/spec}/google_golang_spec.rb | 0 {spec => mmv1/spec}/google_python_spec.rb | 0 {spec => mmv1/spec}/object_spec.rb | 0 {spec => mmv1/spec}/override_runner_spec.rb | 0 {spec => mmv1/spec}/override_validator_spec.rb | 0 {spec => mmv1/spec}/product_spec.rb | 0 .../spec}/provider_terraform_import_spec.rb | 0 .../provider_terraform_resource_override_spec.rb | 0 {spec => mmv1/spec}/provider_terraform_spec.rb | 0 {spec => mmv1/spec}/resource_spec.rb | 0 {spec => mmv1/spec}/spec_helper.rb | 0 {spec => mmv1/spec}/string_utils_spec.rb | 0 {spec => mmv1/spec}/type_spec.rb | 0 {spec => mmv1/spec}/yaml_validator_spec.rb | 0 {templates => mmv1/templates}/LICENSE | 0 {templates => mmv1/templates}/ansible/README.md.erb | 0 {templates => mmv1/templates}/ansible/aliases | 0 {templates => mmv1/templates}/ansible/async.erb | 0 .../templates}/ansible/documentation.erb | 0 {templates => mmv1/templates}/ansible/facts.erb | 0 .../templates}/ansible/integration_test.erb | 0 .../ansible/integration_test_variables.erb | 0 {templates => mmv1/templates}/ansible/module.erb | 0 .../templates}/ansible/pattern.py.erb | 0 .../templates}/ansible/properties.erb | 0 .../templates}/ansible/provider_helpers.erb | 0 {templates => mmv1/templates}/ansible/resource.erb | 0 .../templates}/ansible/tests_main.erb | 0 {templates => mmv1/templates}/ansible/transport.erb | 0 .../templates}/ansible/update_mask.erb | 0 .../templates}/ansible/verifiers/bash.yaml.erb | 0 .../templates}/ansible/verifiers/facts.yaml.erb | 0 {templates => mmv1/templates}/async.yaml.erb | 0 {templates => mmv1/templates}/autogen_notice.erb | 0 .../templates}/inspec/doc_template.md.erb | 0 .../examples/attributes/external_attributes.yml | 0 .../google_access_context_manager_access_level.erb | 0 ...cess_context_manager_access_level_attributes.erb | 0 .../google_access_context_manager_access_levels.erb | 0 ...oogle_access_context_manager_access_policies.erb | 0 .../google_access_context_manager_access_policy.erb | 0 ...ess_context_manager_access_policy_attributes.erb | 0 ...gle_access_context_manager_service_perimeter.erb | 0 ...context_manager_service_perimeter_attributes.erb | 0 ...le_access_context_manager_service_perimeters.erb | 0 .../google_appengine_standard_app_version.erb | 0 ...le_appengine_standard_app_version_attributes.erb | 0 .../google_appengine_standard_app_versions.erb | 0 .../google_bigquery_dataset.erb | 0 .../google_bigquery_dataset_attributes.erb | 0 .../google_bigquery_datasets.erb | 0 .../google_bigquery_table/google_bigquery_table.erb | 0 .../google_bigquery_table_attributes.erb | 0 .../google_bigquery_tables.erb | 0 .../google_billing_project_billing_info.erb | 0 ...ogle_billing_project_billing_info_attributes.erb | 0 .../google_cloud_scheduler_job.erb | 0 .../google_cloud_scheduler_job_attributes.erb | 0 .../google_cloud_scheduler_jobs.erb | 0 .../google_cloudbuild_trigger.erb | 0 .../google_cloudbuild_trigger_attributes.erb | 0 .../google_cloudbuild_triggers.erb | 0 .../google_cloudfunctions_cloud_function.erb | 0 ...gle_cloudfunctions_cloud_function_attributes.erb | 0 .../google_cloudfunctions_cloud_functions.erb | 0 .../google_compute_address.erb | 0 .../google_compute_address_attributes.erb | 0 .../google_compute_addresses.erb | 0 .../google_compute_autoscaler.erb | 0 .../google_compute_autoscaler_attributes.erb | 0 .../google_compute_autoscalers.erb | 0 .../google_compute_backend_bucket.erb | 0 .../google_compute_backend_bucket_attributes.erb | 0 .../google_compute_backend_buckets.erb | 0 .../google_compute_backend_service.erb | 0 .../google_compute_backend_service_attributes.erb | 0 .../google_compute_backend_services.erb | 0 .../google_compute_disk/google_compute_disk.erb | 0 .../google_compute_disk_attributes.erb | 0 .../google_compute_disk/google_compute_disks.erb | 0 .../google_compute_firewall.erb | 0 .../google_compute_firewall_attributes.erb | 0 .../google_compute_firewalls.erb | 0 .../google_compute_forwarding_rule.erb | 0 .../google_compute_forwarding_rule_attributes.erb | 0 .../google_compute_forwarding_rules.erb | 0 .../google_compute_global_address.erb | 0 .../google_compute_global_address_attributes.erb | 0 .../google_compute_global_addresses.erb | 0 .../google_compute_global_forwarding_rule.erb | 0 ...le_compute_global_forwarding_rule_attributes.erb | 0 .../google_compute_global_forwarding_rules.erb | 0 .../google_compute_health_check.erb | 0 .../google_compute_health_check_attributes.erb | 0 .../google_compute_health_checks.erb | 0 .../google_compute_http_health_check.erb | 0 .../google_compute_http_health_check_attributes.erb | 0 .../google_compute_http_health_checks.erb | 0 .../google_compute_https_health_check.erb | 0 ...google_compute_https_health_check_attributes.erb | 0 .../google_compute_https_health_checks.erb | 0 .../google_compute_image/google_compute_image.erb | 0 .../google_compute_image_attributes.erb | 0 .../google_compute_instance.erb | 0 .../google_compute_instance_attributes.erb | 0 .../google_compute_instances.erb | 0 .../google_compute_instance_group.erb | 0 .../google_compute_instance_group_attributes.erb | 0 .../google_compute_instance_groups.erb | 0 .../google_compute_instance_group_manager.erb | 0 ...le_compute_instance_group_manager_attributes.erb | 0 .../google_compute_instance_group_managers.erb | 0 .../google_compute_instance_template.erb | 0 .../google_compute_instance_template_attributes.erb | 0 .../google_compute_instance_templates.erb | 0 .../google_compute_network.erb | 0 .../google_compute_network_attributes.erb | 0 .../google_compute_networks.erb | 0 .../google_compute_network_endpoint_group.erb | 0 ...le_compute_network_endpoint_group_attributes.erb | 0 .../google_compute_network_endpoint_groups.erb | 0 .../google_compute_node_group.erb | 0 .../google_compute_node_group_attributes.erb | 0 .../google_compute_node_groups.erb | 0 .../google_compute_node_template.erb | 0 .../google_compute_node_template_attributes.erb | 0 .../google_compute_node_templates.erb | 0 .../google_compute_project_info.erb | 0 .../google_compute_project_info_attributes.erb | 0 .../google_compute_region/google_compute_region.erb | 0 .../google_compute_region_attributes.erb | 0 .../google_compute_regions.erb | 0 .../google_compute_region_backend_service.erb | 0 ...le_compute_region_backend_service_attributes.erb | 0 .../google_compute_region_backend_services.erb | 0 ...google_compute_region_instance_group_manager.erb | 0 ...ute_region_instance_group_manager_attributes.erb | 0 ...oogle_compute_region_instance_group_managers.erb | 0 .../google_compute_route/google_compute_route.erb | 0 .../google_compute_route_attributes.erb | 0 .../google_compute_route/google_compute_routes.erb | 0 .../google_compute_router/google_compute_router.erb | 0 .../google_compute_router_attributes.erb | 0 .../google_compute_routers.erb | 0 .../google_compute_router_nat.erb | 0 .../google_compute_router_nat_attributes.erb | 0 .../google_compute_router_nats.erb | 0 .../google_compute_security_policies.erb | 0 .../google_compute_security_policy.erb | 0 .../google_compute_security_policy_attributes.erb | 0 .../google_compute_snapshot.erb | 0 .../google_compute_snapshot_attributes.erb | 0 .../google_compute_snapshots.erb | 0 .../google_compute_ssl_certificate.erb | 0 .../google_compute_ssl_certificate_attributes.erb | 0 .../google_compute_ssl_certificates.erb | 0 .../google_compute_ssl_policies.erb | 0 .../google_compute_ssl_policy.erb | 0 .../google_compute_ssl_policy_attributes.erb | 0 .../google_compute_subnetwork.erb | 0 .../google_compute_subnetwork_attributes.erb | 0 .../google_compute_subnetworks.erb | 0 .../google_compute_target_http_proxies.erb | 0 .../google_compute_target_http_proxy.erb | 0 .../google_compute_target_http_proxy_attributes.erb | 0 .../google_compute_target_https_proxies.erb | 0 .../google_compute_target_https_proxy.erb | 0 ...google_compute_target_https_proxy_attributes.erb | 0 .../google_compute_target_pool.erb | 0 .../google_compute_target_pool_attributes.erb | 0 .../google_compute_target_pools.erb | 0 .../google_compute_target_tcp_proxies.erb | 0 .../google_compute_target_tcp_proxy.erb | 0 .../google_compute_target_tcp_proxy_attributes.erb | 0 .../google_compute_url_map.erb | 0 .../google_compute_url_map_attributes.erb | 0 .../google_compute_url_maps.erb | 0 .../google_compute_vpn_tunnel.erb | 0 .../google_compute_vpn_tunnel_attributes.erb | 0 .../google_compute_vpn_tunnels.erb | 0 .../google_compute_zone/google_compute_zone.erb | 0 .../google_compute_zone_attributes.erb | 0 .../google_compute_zone/google_compute_zones.erb | 0 .../google_container_cluster.erb | 0 .../google_container_cluster_attributes.erb | 0 .../google_container_clusters.erb | 0 .../google_container_node_pool.erb | 0 .../google_container_node_pool_attributes.erb | 0 .../google_container_node_pools.erb | 0 .../google_dataproc_cluster.erb | 0 .../google_dataproc_cluster_attributes.erb | 0 .../google_dataproc_clusters.erb | 0 .../google_dns_managed_zone.erb | 0 .../google_dns_managed_zone_attributes.erb | 0 .../google_dns_managed_zones.erb | 0 .../google_dns_resource_record_set.erb | 0 .../google_dns_resource_record_set_attributes.erb | 0 .../google_dns_resource_record_sets.erb | 0 .../google_filestore_instance.erb | 0 .../google_filestore_instance_attributes.erb | 0 .../google_filestore_instances.erb | 0 .../google_iam_organization_custom_role.erb | 0 ...ogle_iam_organization_custom_role_attributes.erb | 0 .../google_iam_organization_custom_roles.erb | 0 .../google_kms_crypto_key/google_kms_crypto_key.erb | 0 .../google_kms_crypto_key_attributes.erb | 0 .../google_kms_crypto_keys.erb | 0 .../google_kms_key_ring/google_kms_key_ring.erb | 0 .../google_kms_key_ring_attributes.erb | 0 .../google_kms_key_ring/google_kms_key_rings.erb | 0 .../google_logging_folder_exclusion.erb | 0 .../google_logging_folder_exclusion_attributes.erb | 0 .../google_logging_folder_exclusions.erb | 0 .../google_logging_folder_log_sink.erb | 0 .../google_logging_folder_log_sink_attributes.erb | 0 .../google_logging_folder_log_sinks.erb | 0 .../google_logging_organization_log_sink.erb | 0 ...gle_logging_organization_log_sink_attributes.erb | 0 .../google_logging_organization_log_sinks.erb | 0 .../google_logging_project_exclusion.erb | 0 .../google_logging_project_exclusion_attributes.erb | 0 .../google_logging_project_exclusions.erb | 0 .../google_logging_project_sink.erb | 0 .../google_logging_project_sink_attributes.erb | 0 .../google_logging_project_sinks.erb | 0 .../google_memcache_instance.erb | 0 .../google_memcache_instance_attributes.erb | 0 .../google_memcache_instances.erb | 0 .../google_ml_engine_model.erb | 0 .../google_ml_engine_model_attributes.erb | 0 .../google_ml_engine_models.erb | 0 .../google_organization/google_organization.erb | 0 .../google_organization_attributes.erb | 0 .../google_organization/google_organizations.erb | 0 .../examples/google_project/google_project.erb | 0 .../google_project/google_project_attributes.erb | 0 .../examples/google_project/google_projects.erb | 0 .../google_project_alert_policies.erb | 0 .../google_project_alert_policy.erb | 0 .../google_project_alert_policy_attributes.erb | 0 .../google_project_iam_custom_role.erb | 0 .../google_project_iam_custom_role_attributes.erb | 0 .../google_project_iam_custom_roles.erb | 0 .../google_project_metric/google_project_metric.erb | 0 .../google_project_metric_attributes.erb | 0 .../google_project_metrics.erb | 0 .../google_project_service.erb | 0 .../google_project_service_attributes.erb | 0 .../google_project_services.erb | 0 .../google_pubsub_subscription.erb | 0 .../google_pubsub_subscription_attributes.erb | 0 .../google_pubsub_subscriptions.erb | 0 .../google_pubsub_topic/google_pubsub_topic.erb | 0 .../google_pubsub_topic_attributes.erb | 0 .../google_pubsub_topic/google_pubsub_topics.erb | 0 .../google_redis_instance/google_redis_instance.erb | 0 .../google_redis_instance_attributes.erb | 0 .../google_redis_instances.erb | 0 .../google_resourcemanager_folder.erb | 0 .../google_resourcemanager_folder_attributes.erb | 0 .../google_resourcemanager_folders.erb | 0 .../google_runtime_config_config.erb | 0 .../google_runtime_config_config_attributes.erb | 0 .../google_runtime_config_configs.erb | 0 .../google_runtime_config_variable.erb | 0 .../google_runtime_config_variable_attributes.erb | 0 .../google_runtime_config_variables.erb | 0 .../google_service_account.erb | 0 .../google_service_account_attributes.erb | 0 .../google_service_accounts.erb | 0 .../google_service_account_key.erb | 0 .../google_service_account_key_attributes.erb | 0 .../google_service_account_keys.erb | 0 .../google_sourcerepo_repositories.erb | 0 .../google_sourcerepo_repository.erb | 0 .../google_sourcerepo_repository_attributes.erb | 0 .../google_spanner_database.erb | 0 .../google_spanner_database_attributes.erb | 0 .../google_spanner_databases.erb | 0 .../google_spanner_instance.erb | 0 .../google_spanner_instance_attributes.erb | 0 .../google_spanner_instances.erb | 0 .../google_sql_database_instance.erb | 0 .../google_sql_database_instance_attributes.erb | 0 .../google_sql_database_instances.erb | 0 .../examples/google_sql_user/google_sql_user.erb | 0 .../google_sql_user/google_sql_user_attributes.erb | 0 .../examples/google_sql_user/google_sql_users.erb | 0 .../google_storage_bucket/google_storage_bucket.erb | 0 .../google_storage_bucket_attributes.erb | 0 .../google_storage_buckets.erb | 0 .../google_storage_bucket_acl.erb | 0 .../google_storage_bucket_acl_attributes.erb | 0 .../google_storage_bucket_object.erb | 0 .../google_storage_bucket_object_attributes.erb | 0 .../google_storage_bucket_objects.erb | 0 .../google_storage_default_object_acl.erb | 0 ...google_storage_default_object_acl_attributes.erb | 0 .../google_storage_object_acl.erb | 0 .../google_storage_object_acl_attributes.erb | 0 .../templates}/inspec/iam_binding/iam_binding.erb | 0 .../inspec/iam_binding/iam_binding.md.erb | 0 .../templates}/inspec/iam_policy/iam_policy.erb | 0 .../templates}/inspec/iam_policy/iam_policy.md.erb | 0 .../iam_policy/properties/iam_binding_condition.rb | 0 .../properties/iam_policy_audit_configs.rb | 0 .../iam_policy_audit_configs_audit_log_configs.rb | 0 .../iam_policy/properties/iam_policy_bindings.rb | 0 .../templates}/inspec/integration_test_template.erb | 0 .../templates}/inspec/nested_object.erb | 0 .../templates}/inspec/plural_resource.erb | 0 .../templates}/inspec/product_url.erb | 0 .../templates}/inspec/singular_resource.erb | 0 .../inspec/tests/integration/build/gcp-mm.tf | 0 .../tests/integration/configuration/hello-world.zip | Bin .../tests/integration/configuration/index.js.zip | Bin .../integration/configuration/mm-attributes.yml | 0 {templates => mmv1/templates}/inspec/vcr_config.rb | 0 {templates => mmv1/templates}/license.erb | 0 {templates => mmv1/templates}/stackdriver.json | 0 .../terraform/constants/access_approval.go.erb | 0 .../terraform/constants/backend_service.go.erb | 0 .../constants/bigquery_data_transfer.go.erb | 0 .../terraform/constants/bigquery_dataset.go.erb | 0 .../constants/bigquery_dataset_access.go.erb | 0 .../templates}/terraform/constants/bigquery_job.go | 0 .../constants/binaryauthorization_policy.erb | 0 .../constants/certificate_authority.go.erb | 0 .../constants/cloud_run_domain_mapping.go.erb | 0 .../terraform/constants/cloud_run_service.go.erb | 0 .../cloud_tasks_retry_config_custom_diff.go | 0 .../terraform/constants/cloudbuild_trigger.erb | 0 .../templates}/terraform/constants/cloudiot.go.erb | 0 .../constants/deployment_manager_deployment.go.erb | 0 .../templates}/terraform/constants/disk.erb | 0 .../terraform/constants/domain_mapping.erb | 0 .../templates}/terraform/constants/filestore.erb | 0 .../templates}/terraform/constants/firewall.erb | 0 .../constants/gameserver_cluster_custom_diff.go | 0 .../templates}/terraform/constants/health_check.erb | 0 .../constants/iam_workload_identity_pool.go.erb | 0 .../iam_workload_identity_pool_provider.go.erb | 0 .../constants/interconnect_attachment.go.erb | 0 .../monitoring_notification_channel.go.erb | 0 .../terraform/constants/monitoring_slo.go.erb | 0 .../constants/region_backend_service.go.erb | 0 .../templates}/terraform/constants/router.go.erb | 0 .../terraform/constants/router_nat.go.erb | 0 .../templates}/terraform/constants/scheduler.erb | 0 .../terraform/constants/secret_version.go.erb | 0 .../constants/source_repo_repository.go.erb | 0 .../terraform/constants/spanner_database.go.erb | 0 .../templates}/terraform/constants/ssl_policy.erb | 0 .../templates}/terraform/constants/subnetwork.erb | 0 .../terraform/constants/subscription.go.erb | 0 .../templates}/terraform/constants/tpu_node.erb | 0 .../templates}/terraform/constants/vpn_tunnel.erb | 0 .../terraform/custom_check_destroy/appengine.go.erb | 0 .../iam_workload_identity_pool.go.erb | 0 .../iam_workload_identity_pool_provider.go.erb | 0 .../privateca_certificate_authority.go.erb | 0 .../skip_delete_during_test.go.erb | 0 .../custom_check_destroy/storage_hmac_key.go.erb | 0 .../custom_create/gameservice_rollout_create.go | 0 .../active_directory_domain_trust.go.erb | 0 .../custom_delete/appversion_delete.go.erb | 0 .../clear_folder_access_approval_settings.go.erb | 0 ...ear_organization_access_approval_settings.go.erb | 0 .../clear_project_access_approval_settings.go.erb | 0 .../terraform/custom_delete/kms_crypto_key.erb | 0 .../custom_delete/per_instance_config.go.erb | 0 .../custom_delete/region_per_instance_config.go.erb | 0 .../replace_all_access_levels_empty_list.go.erb | 0 ...replace_all_service_perimeters_empty_list.go.erb | 0 .../terraform/custom_expand/base64.go.erb | 0 .../custom_expand/bigquery_access_role.go.erb | 0 .../custom_expand/bigquery_dataset_ref.go.erb | 0 .../custom_expand/bigquery_routine_ref.go.erb | 0 .../custom_expand/bigquery_table_ref.go.erb | 0 .../custom_expand/bigquery_table_ref_array.go.erb | 0 .../custom_expand/bigtable_app_profile_routing.erb | 0 .../custom_expand/binaryauthorization_attestors.erb | 0 .../terraform/custom_expand/bool_to_object.go.erb | 0 .../cloud_run_service_revision_name.erb | 0 .../terraform/custom_expand/compute_full_url.erb | 0 .../computed_lite_subscription_topic.erb | 0 .../custom_expand/computed_subscription_topic.erb | 0 .../custom_expand/container_analysis_note.erb | 0 .../terraform/custom_expand/data_catalog_tag.go.erb | 0 .../custom_expand/days_to_duration_string.go.erb | 0 .../custom_expand/default_to_project.go.erb | 0 ...ns_managed_zone_private_visibility_config.go.erb | 0 .../custom_expand/firewall_log_config.go.erb | 0 .../terraform/custom_expand/json_schema.erb | 0 .../custom_expand/name_or_name_prefix.go.erb | 0 .../terraform/custom_expand/network_full_url.erb | 0 ...network_management_connectivity_test_name.go.erb | 0 .../custom_expand/preserved_state_disks.go.erb | 0 .../custom_expand/qualify_queue_name.go.erb | 0 .../redis_instance_authorized_network.erb | 0 .../custom_expand/reference_to_backend.erb | 0 .../custom_expand/resource_from_self_link.go.erb | 0 .../custom_expand/resourceref_as_string.go.erb | 0 .../terraform/custom_expand/route_gateway.erb | 0 .../terraform/custom_expand/route_instance.erb | 0 .../terraform/custom_expand/sd_full_url.erb | 0 .../custom_expand/secret_version_enable.go.erb | 0 .../terraform/custom_expand/self_link_from_name.erb | 0 .../terraform/custom_expand/set_to_list.erb | 0 .../terraform/custom_expand/shortname_to_url.go.erb | 0 .../custom_expand/spanner_instance_config.go.erb | 0 .../custom_expand/subnetwork_log_config.go.erb | 0 .../bigquery_connection_flatten.go.erb | 0 .../custom_flatten/bigquery_dataset_location.go.erb | 0 .../custom_flatten/bigquery_dataset_ref.go.erb | 0 .../custom_flatten/bigquery_table_ref.go.erb | 0 .../bigquery_table_ref_copy_destinationtable.go.erb | 0 .../bigquery_table_ref_copy_sourcetables.go.erb | 0 .../bigquery_table_ref_extract_sourcetable.go.erb | 0 .../bigquery_table_ref_load_destinationtable.go.erb | 0 ...bigquery_table_ref_query_destinationtable.go.erb | 0 .../custom_flatten/bigtable_app_profile_routing.erb | 0 .../cloudrun_ignore_force_override.go.erb | 0 .../cloudscheduler_job_appenginerouting.go.erb | 0 .../cloudtasks_queue_appenginerouting.go.erb | 0 ..._backend_service_iap_oauth2_client_secret.go.erb | 0 ...pute_snapshot_snapshot_encryption_raw_key.go.erb | 0 .../custom_flatten/data_catalog_tag.go.erb | 0 .../terraform/custom_flatten/default_if_empty.erb | 0 .../custom_flatten/duration_string_to_days.go.erb | 0 .../custom_flatten/firewall_log_config.go.erb | 0 .../terraform/custom_flatten/float64_to_int.go.erb | 0 .../custom_flatten/float64_to_string.go.erb | 0 .../custom_flatten/full_to_relative_path.erb | 0 .../terraform/custom_flatten/group_id_to_name.erb | 0 .../terraform/custom_flatten/guard_self_link.go.erb | 0 .../custom_flatten/guard_self_link_array.go.erb | 0 .../custom_flatten/health_check_log_config.go.erb | 0 .../terraform/custom_flatten/http_headers.erb | 0 .../terraform/custom_flatten/id_from_name.erb | 0 .../terraform/custom_flatten/json_schema.erb | 0 .../custom_flatten/json_to_string_map.go.erb | 0 .../custom_flatten/name_from_self_link.erb | 0 .../terraform/custom_flatten/object_to_bool.go.erb | 0 .../custom_flatten/preserved_state_disks.go.erb | 0 .../repository_short_name_from_name.go.erb | 0 .../scan_config_auth_custom_password.go.erb | 0 .../scan_config_auth_google_password.go.erb | 0 .../custom_flatten/secret_version_access.go.erb | 0 .../custom_flatten/secret_version_enable.go.erb | 0 .../terraform/custom_flatten/set_to_project.go.erb | 0 .../templates}/terraform/custom_flatten/sha256.erb | 0 .../custom_flatten/subnetwork_log_config.go.erb | 0 .../custom_flatten/uptime_check_http_password.erb | 0 ...ontext_manager_service_perimeter_resource.go.erb | 0 .../custom_import/apigee_organization.go.erb | 0 .../terraform/custom_import/cloud_asset_feed.go.erb | 0 .../compute_global_network_endpoint.go.erb | 0 .../custom_import/data_catalog_entry.go.erb | 0 .../custom_import/data_catalog_entry_group.go.erb | 0 .../terraform/custom_import/data_catalog_tag.go.erb | 0 .../custom_import/data_catalog_tag_template.go.erb | 0 .../terraform/custom_import/dlp_import.go.erb | 0 .../terraform/custom_import/extract_taxonomy.go.erb | 0 .../custom_import/firestore_document.go.erb | 0 .../custom_import/healthcare_dicom_store.go.erb | 0 .../custom_import/healthcare_fhir_store.go.erb | 0 .../custom_import/healthcare_hl7_v2_store.go.erb | 0 .../terraform/custom_import/iap_brand.go.erb | 0 .../terraform/custom_import/iap_client.go.erb | 0 .../index_self_link_as_name_set_project.go.erb | 0 .../terraform/custom_import/kms_crypto_key.go.erb | 0 .../custom_import/kms_key_ring_import_job.go.erb | 0 .../organization_security_policy_rule.go.erb | 0 ...source_self_link_as_name_set_organization.go.erb | 0 .../terraform/custom_import/secret_version.go.erb | 0 .../terraform/custom_import/self_link_as_name.erb | 0 .../self_link_as_name_set_project.go.erb | 0 .../custom_import/service_directory_endpoint.go.erb | 0 .../service_directory_namespace.go.erb | 0 .../custom_import/service_directory_service.go.erb | 0 ...t_access_policy_parent_from_access_policy.go.erb | 0 .../set_access_policy_parent_from_self_link.go.erb | 0 .../custom_import/set_id_name_with_slashes.go.erb | 0 .../decoders/avoid_meaningless_project_update.erb | 0 .../terraform/decoders/backend_service.go.erb | 0 .../decoders/bigquery_data_transfer.go.erb | 0 .../templates}/terraform/decoders/cloud_run.go.erb | 0 .../decoders/cloudiot_device_registry.go.erb | 0 ...compute_disk_resource_policies_attachment.go.erb | 0 .../containeranalysis_attestation_field_name.go.erb | 0 .../decoders/containeranalysis_occurrence.go.erb | 0 .../templates}/terraform/decoders/disk.erb | 0 .../terraform/decoders/dlp_stored_info_type.go.erb | 0 .../terraform/decoders/firestore_document.go.erb | 0 .../decoders/long_name_to_self_link.go.erb | 0 .../decoders/monitoring_notification_channel.go.erb | 0 .../terraform/decoders/network_endpoint.go.erb | 0 .../templates}/terraform/decoders/noop.go.erb | 0 .../decoders/os_config_patch_deployment.go.erb | 0 .../terraform/decoders/pubsub_subscription.erb | 0 .../terraform/decoders/redis_instance.go.erb | 0 .../decoders/region_backend_service.go.erb | 0 .../templates}/terraform/decoders/route.erb | 0 .../templates}/terraform/decoders/snapshot.go.erb | 0 .../terraform/decoders/spanner_database.go.erb | 0 .../terraform/decoders/spanner_instance.go.erb | 0 .../sql_source_representation_instance.go.erb | 0 .../decoders/treat_deleted_state_as_gone.go.erb | 0 .../terraform/decoders/unwrap_global_neg.go.erb | 0 .../terraform/decoders/unwrap_resource.go.erb | 0 .../encoders/access_level_never_send_parent.go.erb | 0 .../encoders/active_directory_domain_trust.go.erb | 0 .../templates}/terraform/encoders/api_config.go.erb | 0 .../terraform/encoders/apigee_organization.go.erb | 0 .../terraform/encoders/backend_service.go.erb | 0 .../terraform/encoders/bigquery_connection.go.erb | 0 .../encoders/bigquery_data_transfer.go.erb | 0 .../terraform/encoders/bigquery_job.go.erb | 0 .../terraform/encoders/bigtable_app_profile.go.erb | 0 .../terraform/encoders/certificate_authority.go.erb | 0 .../terraform/encoders/cloud_asset_feed.go.erb | 0 .../encoders/cloud_run_domain_mapping.go.erb | 0 .../terraform/encoders/cloud_run_service.go.erb | 0 .../encoders/cloudiot_device_registry.go.erb | 0 ...compute_disk_resource_policies_attachment.go.erb | 0 .../encoders/compute_global_network_endpoint.go.erb | 0 .../encoders/compute_network_endpoint.go.erb | 0 .../encoders/compute_per_instance_config.go.erb | 0 ..._region_disk_resource_policies_attachment.go.erb | 0 .../containeranalysis_attestation_field_name.go.erb | 0 .../encoders/containeranalysis_occurrence.go.erb | 0 .../terraform/encoders/data_catalog_tag.go.erb | 0 .../templates}/terraform/encoders/disk.erb | 0 .../terraform/encoders/dlp_stored_info_type.go.erb | 0 .../terraform/encoders/flex_app_version.go.erb | 0 .../terraform/encoders/health_check_type.erb | 0 .../templates}/terraform/encoders/index.go.erb | 0 .../terraform/encoders/kms_crypto_key.go.erb | 0 .../encoders/monitoring_notification_channel.go.erb | 0 .../terraform/encoders/monitoring_service.go.erb | 0 .../terraform/encoders/monitoring_slo.go.erb | 0 .../encoders/network_peering_routes_config.go.erb | 0 .../terraform/encoders/no_send_name.go.erb | 0 .../terraform/encoders/normalize_group.go.erb | 0 .../encoders/os_config_patch_deployment.go.erb | 0 .../templates}/terraform/encoders/pubsub_lite.erb | 0 .../redis_location_id_for_fallback_zone.go.erb | 0 .../encoders/region_backend_service.go.erb | 0 .../terraform/encoders/send_nil_body.go.erb | 0 .../terraform/encoders/spanner_database.go.erb | 0 .../terraform/encoders/spanner_instance.go.erb | 0 .../encoders/spanner_instance_update.go.erb | 0 .../sql_source_representation_instance.go.erb | 0 .../templates}/terraform/encoders/vpn_tunnel.go.erb | 0 .../terraform/encoders/wrap_object.go.erb | 0 .../templates}/terraform/env_var_context.go.erb | 0 ...access_context_manager_access_level_basic.tf.erb | 0 ...text_manager_access_level_condition_basic.tf.erb | 0 ...ccess_context_manager_access_levels_basic.tf.erb | 0 ...ccess_context_manager_access_policy_basic.tf.erb | 0 ...ext_manager_gcp_user_access_binding_basic.tf.erb | 0 ...s_context_manager_service_perimeter_basic.tf.erb | 0 ...context_manager_service_perimeter_dry-run.tf.erb | 0 ..._manager_service_perimeter_resource_basic.tf.erb | 0 ..._context_manager_service_perimeters_basic.tf.erb | 0 .../examples/active_directory_domain_basic.tf.erb | 0 .../active_directory_domain_trust_basic.tf.erb | 0 .../terraform/examples/address_basic.tf.erb | 0 .../examples/address_with_gce_endpoint.tf.erb | 0 .../address_with_shared_loadbalancer_vip.tf.erb | 0 .../examples/address_with_subnetwork.tf.erb | 0 .../terraform/examples/apigateway_api_basic.tf.erb | 0 .../examples/apigateway_api_config_basic.tf.erb | 0 .../examples/apigateway_api_config_full.tf.erb | 0 .../terraform/examples/apigateway_api_full.tf.erb | 0 .../examples/apigateway_gateway_basic.tf.erb | 0 .../examples/apigateway_gateway_full.tf.erb | 0 .../examples/apigee_organization_cloud_basic.tf.erb | 0 .../apigee_organization_cloud_basic_test.tf.erb | 0 .../examples/apigee_organization_cloud_full.tf.erb | 0 .../apigee_organization_cloud_full_test.tf.erb | 0 ...gine_application_url_dispatch_rules_basic.tf.erb | 0 .../examples/app_engine_domain_mapping_basic.tf.erb | 0 .../examples/app_engine_firewall_rule_basic.tf.erb | 0 .../examples/app_engine_flexible_app_version.tf.erb | 0 .../app_engine_service_split_traffic.tf.erb | 0 .../examples/app_engine_standard_app_version.tf.erb | 0 .../artifact_registry_repository_basic.tf.erb | 0 .../artifact_registry_repository_cmek.tf.erb | 0 .../artifact_registry_repository_iam.tf.erb | 0 .../terraform/examples/autoscaler_basic.tf.erb | 0 .../examples/autoscaler_single_instance.tf.erb | 0 .../terraform/examples/backend_bucket_basic.tf.erb | 0 .../terraform/examples/backend_bucket_full.tf.erb | 0 .../examples/backend_bucket_signed_url_key.tf.erb | 0 .../terraform/examples/backend_service_basic.tf.erb | 0 .../terraform/examples/backend_service_cache.tf.erb | 0 .../examples/backend_service_cache_simple.tf.erb | 0 .../backend_service_network_endpoint.tf.erb | 0 .../examples/backend_service_signed_url_key.tf.erb | 0 ...ackend_service_traffic_director_ring_hash.tf.erb | 0 ...kend_service_traffic_director_round_robin.tf.erb | 0 .../examples/base_configs/documentation.tf.erb | 0 .../base_configs/example_backing_file.tf.erb | 0 .../examples/base_configs/example_file.tf.erb | 0 .../examples/base_configs/iam_test_file.go.erb | 0 .../examples/base_configs/test_body.go.erb | 0 .../examples/base_configs/test_file.go.erb | 0 .../terraform/examples/base_configs/tutorial.md.erb | 0 .../examples/big_query_routine_basic.tf.erb | 0 .../examples/big_query_routine_json.tf.erb | 0 .../examples/bigquery_bigquery_table.tf.erb | 0 .../examples/bigquery_connection_basic.tf.erb | 0 .../examples/bigquery_connection_full.tf.erb | 0 .../bigquery_dataset_access_basic_user.tf.erb | 0 .../examples/bigquery_dataset_access_view.tf.erb | 0 .../examples/bigquery_dataset_basic.tf.erb | 0 .../terraform/examples/bigquery_dataset_cmek.tf.erb | 0 .../terraform/examples/bigquery_job_copy.tf.erb | 0 .../bigquery_job_copy_table_reference.tf.erb | 0 .../terraform/examples/bigquery_job_extract.tf.erb | 0 .../bigquery_job_extract_table_reference.tf.erb | 0 .../terraform/examples/bigquery_job_load.tf.erb | 0 .../bigquery_job_load_table_reference.tf.erb | 0 .../terraform/examples/bigquery_job_query.tf.erb | 0 .../bigquery_job_query_table_reference.tf.erb | 0 .../examples/bigquery_reservation_basic.tf.erb | 0 ...gquerydatatransfer_config_scheduled_query.tf.erb | 0 .../bigtable_app_profile_multicluster.tf.erb | 0 .../bigtable_app_profile_singlecluster.tf.erb | 0 .../terraform/examples/billing_budget_basic.tf.erb | 0 .../terraform/examples/billing_budget_filter.tf.erb | 0 .../examples/billing_budget_lastperiod.tf.erb | 0 .../terraform/examples/billing_budget_notify.tf.erb | 0 .../binary_authorization_attestor_basic.tf.erb | 0 .../binary_authorization_attestor_kms.tf.erb | 0 .../binary_authorization_policy_basic.tf.erb | 0 ...ry_authorization_policy_global_evaluation.tf.erb | 0 .../examples/cloud_asset_folder_feed.tf.erb | 0 .../examples/cloud_asset_organization_feed.tf.erb | 0 .../examples/cloud_asset_project_feed.tf.erb | 0 .../examples/cloud_identity_group_membership.tf.erb | 0 .../cloud_identity_group_membership_user.tf.erb | 0 .../examples/cloud_identity_groups_basic.tf.erb | 0 .../examples/cloud_run_domain_mapping_basic.tf.erb | 0 .../examples/cloud_run_service_basic.tf.erb | 0 ...un_service_multiple_environment_variables.tf.erb | 0 .../examples/cloud_run_service_noauth.tf.erb | 0 .../terraform/examples/cloud_run_service_sql.tf.erb | 0 .../examples/cloud_run_service_traffic_split.tf.erb | 0 .../examples/cloud_tasks_queue_advanced.tf.erb | 0 .../examples/cloudbuild_trigger_build.tf.erb | 0 .../examples/cloudbuild_trigger_filename.tf.erb | 0 .../examples/cloudbuild_trigger_github.tf.erb | 0 .../examples/cloudfunctions_cloud_function.tf.erb | 0 .../terraform/examples/cloudiot_device_basic.tf.erb | 0 .../terraform/examples/cloudiot_device_full.tf.erb | 0 .../examples/cloudiot_device_registry_basic.tf.erb | 0 .../examples/cloudiot_device_registry_full.tf.erb | 0 ...egistry_single_event_notification_configs.tf.erb | 0 .../examples/compute_packet_mirroring_full.tf.erb | 0 .../examples/consumer_quota_override.tf.erb | 0 .../container_analysis_note_attestation_full.tf.erb | 0 .../examples/container_analysis_note_basic.tf.erb | 0 .../container_analysis_occurence_attestation.tf.erb | 0 .../container_analysis_occurrence_kms.tf.erb | 0 .../examples/data_catalog_entry_basic.tf.erb | 0 .../examples/data_catalog_entry_fileset.tf.erb | 0 .../examples/data_catalog_entry_full.tf.erb | 0 .../examples/data_catalog_entry_group_basic.tf.erb | 0 .../examples/data_catalog_entry_group_full.tf.erb | 0 .../examples/data_catalog_entry_group_tag.tf.erb | 0 .../examples/data_catalog_entry_tag_basic.tf.erb | 0 .../examples/data_catalog_entry_tag_false.tf.erb | 0 .../examples/data_catalog_entry_tag_full.tf.erb | 0 .../examples/data_catalog_tag_template_basic.tf.erb | 0 .../data_catalog_taxonomies_policy_tag_basic.tf.erb | 0 ...alog_taxonomies_policy_tag_child_policies.tf.erb | 0 .../examples/data_catalog_taxonomy_basic.tf.erb | 0 .../examples/data_fusion_instance_basic.tf.erb | 0 .../examples/data_fusion_instance_full.tf.erb | 0 .../examples/dataproc_autoscaling_policy.tf.erb | 0 .../terraform/examples/datastore_index.tf.erb | 0 .../deployment_manager_deployment_basic.tf.erb | 0 .../deployment_manager_deployment_imports.tf.erb | 0 .../terraform/examples/dialogflow_agent_full.tf.erb | 0 .../examples/dialogflow_entity_type_basic.tf.erb | 0 .../examples/dialogflow_intent_basic.tf.erb | 0 .../examples/dialogflow_intent_full.tf.erb | 0 .../templates}/terraform/examples/disk_basic.tf.erb | 0 .../disk_resource_policy_attachment_basic.tf.erb | 0 .../examples/dlp_deidentify_template_basic.tf.erb | 0 .../examples/dlp_inspect_template_basic.tf.erb | 0 .../dlp_inspect_template_custom_type.tf.erb | 0 .../terraform/examples/dlp_job_trigger_basic.tf.erb | 0 .../examples/dlp_stored_info_type_basic.tf.erb | 0 .../examples/dlp_stored_info_type_dictionary.tf.erb | 0 ..._stored_info_type_large_custom_dictionary.tf.erb | 0 .../examples/dns_managed_zone_basic.tf.erb | 0 .../examples/dns_managed_zone_private.tf.erb | 0 .../dns_managed_zone_private_forwarding.tf.erb | 0 .../dns_managed_zone_private_peering.tf.erb | 0 .../dns_managed_zone_service_directory.tf.erb | 0 .../terraform/examples/dns_policy_basic.tf.erb | 0 .../terraform/examples/endpoints_iam.tf.erb | 0 .../terraform/examples/external_vpn_gateway.tf.erb | 0 .../examples/filestore_instance_basic.tf.erb | 0 .../examples/filestore_instance_full.tf.erb | 0 .../examples/firebase_project_basic.tf.erb | 0 .../examples/firebase_project_location_basic.tf.erb | 0 .../examples/firebase_web_app_basic.tf.erb | 0 .../examples/firestore_document_basic.tf.erb | 0 .../firestore_document_nested_document.tf.erb | 0 .../terraform/examples/firestore_index_basic.tf.erb | 0 .../terraform/examples/firewall_basic.tf.erb | 0 .../examples/folder_access_approval_full.tf.erb | 0 .../terraform/examples/forwarding_rule_basic.tf.erb | 0 .../examples/forwarding_rule_externallb.tf.erb | 0 .../forwarding_rule_global_internallb.tf.erb | 0 .../examples/forwarding_rule_http_lb.tf.erb | 0 .../examples/forwarding_rule_internallb.tf.erb | 0 .../examples/game_service_cluster_basic.tf.erb | 0 .../examples/game_service_config_basic.tf.erb | 0 .../examples/game_service_deployment_basic.tf.erb | 0 .../game_service_deployment_rollout_basic.tf.erb | 0 .../examples/game_service_realm_basic.tf.erb | 0 .../terraform/examples/global_address_basic.tf.erb | 0 .../examples/global_forwarding_rule_http.tf.erb | 0 .../examples/global_forwarding_rule_internal.tf.erb | 0 .../examples/global_network_endpoint.tf.erb | 0 .../examples/global_network_endpoint_group.tf.erb | 0 .../global_network_endpoint_group_ip_address.tf.erb | 0 .../terraform/examples/ha_vpn_gateway_basic.tf.erb | 0 .../examples/ha_vpn_gateway_gcp_to_gcp.tf.erb | 0 .../terraform/examples/health_check_grpc.tf.erb | 0 .../examples/health_check_grpc_full.tf.erb | 0 .../terraform/examples/health_check_http.tf.erb | 0 .../terraform/examples/health_check_http2.tf.erb | 0 .../examples/health_check_http2_full.tf.erb | 0 .../examples/health_check_http_full.tf.erb | 0 .../terraform/examples/health_check_https.tf.erb | 0 .../examples/health_check_https_full.tf.erb | 0 .../terraform/examples/health_check_ssl.tf.erb | 0 .../terraform/examples/health_check_ssl_full.tf.erb | 0 .../terraform/examples/health_check_tcp.tf.erb | 0 .../terraform/examples/health_check_tcp_full.tf.erb | 0 .../examples/health_check_with_logging.tf.erb | 0 .../examples/healthcare_consent_store_basic.tf.erb | 0 .../examples/healthcare_consent_store_full.tf.erb | 0 .../examples/healthcare_consent_store_iam.tf.erb | 0 .../examples/healthcare_dataset_basic.tf.erb | 0 .../examples/healthcare_dicom_store_basic.tf.erb | 0 .../examples/healthcare_fhir_store_basic.tf.erb | 0 .../healthcare_fhir_store_streaming_config.tf.erb | 0 .../examples/healthcare_hl7_v2_store_basic.tf.erb | 0 .../healthcare_hl7_v2_store_parser_config.tf.erb | 0 .../healthcare_hl7_v2_store_unschematized.tf.erb | 0 .../examples/http_health_check_basic.tf.erb | 0 .../examples/https_health_check_basic.tf.erb | 0 .../iam_workload_identity_pool_basic.tf.erb | 0 .../examples/iam_workload_identity_pool_full.tf.erb | 0 ...workload_identity_pool_provider_aws_basic.tf.erb | 0 ..._workload_identity_pool_provider_aws_full.tf.erb | 0 ...orkload_identity_pool_provider_oidc_basic.tf.erb | 0 ...workload_identity_pool_provider_oidc_full.tf.erb | 0 .../examples/iap_app_engine_service.tf.erb | 0 .../examples/iap_app_engine_version.tf.erb | 0 .../terraform/examples/iap_appengine.tf.erb | 0 .../templates}/terraform/examples/iap_brand.tf.erb | 0 .../templates}/terraform/examples/iap_client.tf.erb | 0 .../terraform/examples/iap_project.tf.erb | 0 ...atform_default_supported_idp_config_basic.tf.erb | 0 ...entity_platform_inbound_saml_config_basic.tf.erb | 0 .../identity_platform_oauth_idp_config_basic.tf.erb | 0 .../examples/identity_platform_tenant_basic.tf.erb | 0 ...tenant_default_supported_idp_config_basic.tf.erb | 0 ...platform_tenant_inbound_saml_config_basic.tf.erb | 0 ...ty_platform_tenant_oauth_idp_config_basic.tf.erb | 0 .../terraform/examples/image_basic.tf.erb | 0 .../terraform/examples/image_guest_os.tf.erb | 0 .../terraform/examples/instance_basic.tf.erb | 0 .../examples/instance_group_named_port_gke.tf.erb | 0 .../terraform/examples/instance_with_ip.tf.erb | 0 .../examples/interconnect_attachment_basic.tf.erb | 0 .../examples/kms_crypto_key_asymmetric_sign.tf.erb | 0 .../terraform/examples/kms_crypto_key_basic.tf.erb | 0 .../terraform/examples/kms_key_ring_basic.tf.erb | 0 .../examples/kms_key_ring_import_job.tf.erb | 0 .../examples/kms_secret_ciphertext_basic.tf.erb | 0 .../terraform/examples/logging_metric_basic.tf.erb | 0 .../examples/logging_metric_counter_basic.tf.erb | 0 .../examples/logging_metric_counter_labels.tf.erb | 0 .../terraform/examples/machine_image_basic.tf.erb | 0 .../examples/managed_ssl_certificate_basic.tf.erb | 0 .../managed_ssl_certificate_recreation.tf.erb | 0 .../examples/memcache_instance_basic.tf.erb | 0 .../terraform/examples/ml_model_basic.tf.erb | 0 .../terraform/examples/ml_model_full.tf.erb | 0 .../examples/monitoring_alert_policy_basic.tf.erb | 0 .../examples/monitoring_group_basic.tf.erb | 0 .../examples/monitoring_group_subgroup.tf.erb | 0 .../monitoring_metric_descriptor_alert.tf.erb | 0 .../monitoring_metric_descriptor_basic.tf.erb | 0 .../examples/monitoring_service_custom.tf.erb | 0 .../examples/monitoring_slo_appengine.tf.erb | 0 .../examples/monitoring_slo_request_based.tf.erb | 0 ..._slo_windows_based_good_bad_metric_filter.tf.erb | 0 .../monitoring_slo_windows_based_metric_mean.tf.erb | 0 .../monitoring_slo_windows_based_metric_sum.tf.erb | 0 ...itoring_slo_windows_based_ratio_threshold.tf.erb | 0 .../terraform/examples/network_basic.tf.erb | 0 .../terraform/examples/network_custom_mtu.tf.erb | 0 .../terraform/examples/network_endpoint.tf.erb | 0 .../examples/network_endpoint_group.tf.erb | 0 ...rk_management_connectivity_test_addresses.tf.erb | 0 ...rk_management_connectivity_test_instances.tf.erb | 0 .../network_peering_routes_config_basic.tf.erb | 0 .../network_peering_routes_config_gke.tf.erb | 0 .../examples/node_group_autoscaling_policy.tf.erb | 0 .../terraform/examples/node_group_basic.tf.erb | 0 .../terraform/examples/node_template_basic.tf.erb | 0 .../examples/node_template_server_binding.tf.erb | 0 .../examples/notebook_environment_basic.tf.erb | 0 .../examples/notebook_instance_basic.tf.erb | 0 .../notebook_instance_basic_container.tf.erb | 0 .../examples/notebook_instance_basic_gpu.tf.erb | 0 .../examples/notebook_instance_full.tf.erb | 0 .../examples/notification_channel_basic.tf.erb | 0 .../examples/notification_channel_sensitive.tf.erb | 0 .../organization_access_approval_full.tf.erb | 0 ...ization_security_policy_association_basic.tf.erb | 0 .../organization_security_policy_basic.tf.erb | 0 .../organization_security_policy_rule_basic.tf.erb | 0 .../examples/os_config_guest_policies_basic.tf.erb | 0 .../os_config_guest_policies_packages.tf.erb | 0 .../os_config_guest_policies_recipes.tf.erb | 0 .../os_config_patch_deployment_basic.tf.erb | 0 .../examples/os_config_patch_deployment_full.tf.erb | 0 .../os_config_patch_deployment_instance.tf.erb | 0 .../examples/os_login_ssh_key_basic.tf.erb | 0 .../privateca_certificate_authority_basic.tf.erb | 0 .../privateca_certificate_authority_cmek.tf.erb | 0 .../privateca_certificate_authority_full.tf.erb | 0 .../examples/project_access_approval_full.tf.erb | 0 .../examples/pubsub_lite_subscription_basic.tf.erb | 0 .../examples/pubsub_lite_topic_basic.tf.erb | 0 .../examples/pubsub_subscription_dead_letter.tf.erb | 0 .../pubsub_subscription_different_project.tf.erb | 0 .../examples/pubsub_subscription_pull.tf.erb | 0 .../examples/pubsub_subscription_push.tf.erb | 0 .../terraform/examples/pubsub_topic_basic.tf.erb | 0 .../terraform/examples/pubsub_topic_cmek.tf.erb | 0 .../examples/pubsub_topic_geo_restricted.tf.erb | 0 .../terraform/examples/queue_basic.tf.erb | 0 .../terraform/examples/redis_instance_basic.tf.erb | 0 .../terraform/examples/redis_instance_full.tf.erb | 0 .../examples/redis_instance_private_service.tf.erb | 0 .../examples/region_autoscaler_basic.tf.erb | 0 .../region_backend_service_balancing_mode.tf.erb | 0 .../examples/region_backend_service_basic.tf.erb | 0 .../examples/region_backend_service_cache.tf.erb | 0 .../examples/region_backend_service_external.tf.erb | 0 .../region_backend_service_ilb_ring_hash.tf.erb | 0 .../region_backend_service_ilb_round_robin.tf.erb | 0 .../terraform/examples/region_disk_basic.tf.erb | 0 ...ion_disk_resource_policy_attachment_basic.tf.erb | 0 .../examples/region_health_check_grpc.tf.erb | 0 .../examples/region_health_check_grpc_full.tf.erb | 0 .../examples/region_health_check_http.tf.erb | 0 .../examples/region_health_check_http2.tf.erb | 0 .../examples/region_health_check_http2_full.tf.erb | 0 .../examples/region_health_check_http_full.tf.erb | 0 .../examples/region_health_check_http_logs.tf.erb | 0 .../examples/region_health_check_https.tf.erb | 0 .../examples/region_health_check_https_full.tf.erb | 0 .../examples/region_health_check_ssl.tf.erb | 0 .../examples/region_health_check_ssl_full.tf.erb | 0 .../examples/region_health_check_tcp.tf.erb | 0 .../examples/region_health_check_tcp_full.tf.erb | 0 .../region_network_endpoint_group_appengine.tf.erb | 0 .../region_network_endpoint_group_cloudrun.tf.erb | 0 .../region_network_endpoint_group_functions.tf.erb | 0 .../examples/region_ssl_certificate_basic.tf.erb | 0 .../region_ssl_certificate_random_provider.tf.erb | 0 ...gion_ssl_certificate_target_https_proxies.tf.erb | 0 .../examples/region_target_http_proxy_basic.tf.erb | 0 .../region_target_http_proxy_https_redirect.tf.erb | 0 .../examples/region_target_https_proxy_basic.tf.erb | 0 .../terraform/examples/region_url_map_basic.tf.erb | 0 .../examples/region_url_map_l7_ilb_path.tf.erb | 0 .../region_url_map_l7_ilb_path_partial.tf.erb | 0 .../examples/region_url_map_l7_ilb_route.tf.erb | 0 .../region_url_map_l7_ilb_route_partial.tf.erb | 0 .../terraform/examples/reservation_basic.tf.erb | 0 .../terraform/examples/resource_manager_lien.tf.erb | 0 .../terraform/examples/resource_policy_basic.tf.erb | 0 .../terraform/examples/resource_policy_full.tf.erb | 0 .../resource_policy_placement_policy.tf.erb | 0 .../terraform/examples/route_basic.tf.erb | 0 .../templates}/terraform/examples/route_ilb.tf.erb | 0 .../terraform/examples/router_basic.tf.erb | 0 .../terraform/examples/router_nat_basic.tf.erb | 0 .../terraform/examples/router_nat_manual_ips.tf.erb | 0 .../terraform/examples/router_peer_basic.tf.erb | 0 .../examples/runtimeconfig_config_basic.tf.erb | 0 .../terraform/examples/scan_config_basic.tf.erb | 0 .../terraform/examples/scc_source_basic.tf.erb | 0 .../examples/scheduler_job_app_engine.tf.erb | 0 .../terraform/examples/scheduler_job_http.tf.erb | 0 .../terraform/examples/scheduler_job_oauth.tf.erb | 0 .../terraform/examples/scheduler_job_oidc.tf.erb | 0 .../terraform/examples/scheduler_job_pubsub.tf.erb | 0 .../terraform/examples/secret_config_basic.tf.erb | 0 .../terraform/examples/secret_version_basic.tf.erb | 0 .../service_directory_endpoint_basic.tf.erb | 0 .../service_directory_namespace_basic.tf.erb | 0 .../examples/service_directory_service_basic.tf.erb | 0 .../terraform/examples/snapshot_basic.tf.erb | 0 .../examples/sourcerepo_repository_basic.tf.erb | 0 .../examples/sourcerepo_repository_full.tf.erb | 0 .../examples/spanner_database_basic.tf.erb | 0 .../examples/spanner_instance_basic.tf.erb | 0 .../examples/spanner_instance_multi_regional.tf.erb | 0 .../terraform/examples/sql_database_basic.tf.erb | 0 .../sql_source_representation_instance_basic.tf.erb | 0 .../terraform/examples/ssl_certificate_basic.tf.erb | 0 .../examples/ssl_certificate_random_provider.tf.erb | 0 .../ssl_certificate_target_https_proxies.tf.erb | 0 .../terraform/examples/ssl_policy_basic.tf.erb | 0 .../terraform/examples/stateful_igm.tf.erb | 0 .../terraform/examples/stateful_rigm.tf.erb | 0 .../templates}/terraform/examples/static/motd | 0 ...orage_bucket_access_control_public_bucket.tf.erb | 0 .../terraform/examples/storage_bucket_basic.tf.erb | 0 .../examples/storage_bucket_storage_class.tf.erb | 0 ...rage_default_object_access_control_public.tf.erb | 0 .../terraform/examples/storage_hmac_key.tf.erb | 0 ...orage_object_access_control_public_object.tf.erb | 0 .../terraform/examples/subnetwork_basic.tf.erb | 0 .../examples/subnetwork_internal_l7lb.tf.erb | 0 .../examples/subnetwork_logging_config.tf.erb | 0 .../examples/target_grpc_proxy_basic.tf.erb | 0 .../examples/target_http_proxy_basic.tf.erb | 0 .../target_http_proxy_https_redirect.tf.erb | 0 .../examples/target_https_proxy_basic.tf.erb | 0 .../terraform/examples/target_instance_basic.tf.erb | 0 .../examples/target_instance_custom_network.tf.erb | 0 .../examples/target_ssl_proxy_basic.tf.erb | 0 .../examples/target_tcp_proxy_basic.tf.erb | 0 .../examples/target_vpn_gateway_basic.tf.erb | 0 .../terraform/examples/tpu_node_basic.tf.erb | 0 .../terraform/examples/tpu_node_full.tf.erb | 0 .../examples/uptime_check_config_http.tf.erb | 0 .../examples/uptime_check_config_https.tf.erb | 0 .../terraform/examples/uptime_check_tcp.tf.erb | 0 .../terraform/examples/url_map_basic.tf.erb | 0 .../examples/url_map_header_based_routing.tf.erb | 0 .../examples/url_map_parameter_based_routing.tf.erb | 0 .../examples/url_map_traffic_director_path.tf.erb | 0 .../url_map_traffic_director_path_partial.tf.erb | 0 .../examples/url_map_traffic_director_route.tf.erb | 0 .../url_map_traffic_director_route_partial.tf.erb | 0 .../terraform/examples/vpc_access_connector.tf.erb | 0 .../terraform/examples/vpn_tunnel_basic.tf.erb | 0 .../terraform/examples/vpn_tunnel_beta.tf.erb | 0 .../templates}/terraform/expand_property_method.erb | 0 .../templates}/terraform/expand_resource_ref.erb | 0 .../terraform/extra_schema_entry/api_config.erb | 0 .../bigquery_dataset_access.go.erb | 0 .../cloudiot_device_registry.go.erb | 0 .../terraform/extra_schema_entry/firewall.erb | 0 .../terraform/extra_schema_entry/kms_self_link.erb | 0 .../extra_schema_entry/pubsub_subscription_path.erb | 0 .../terraform/extra_schema_entry/redis_instance.erb | 0 .../terraform/extra_schema_entry/route.erb | 0 .../terraform/extra_schema_entry/snapshot.erb | 0 .../extra_schema_entry/ssl_certificate.erb | 0 .../terraform/extra_schema_entry/subnetwork.erb | 0 .../terraform/flatten_property_method.erb | 0 .../api_gateway_api_config.tf.erb | 0 .../example_config_body/app_engine_service.tf.erb | 0 .../example_config_body/app_engine_version.tf.erb | 0 .../privateca_certificate_authority.tf.erb | 0 .../templates}/terraform/iam/iam_attributes.tf.erb | 0 .../templates}/terraform/iam/iam_context.go.erb | 0 .../iam/iap_web_appengine_diff_suppress.go.erb | 0 .../terraform/iam/sourcerepo_diff_suppress.go.erb | 0 .../iam/storage_bucket_diff_suppress.go.erb | 0 .../templates}/terraform/iam_policy.go.erb | 0 .../terraform/nested_property_documentation.erb | 0 .../templates}/terraform/nested_query.go.erb | 0 .../templates}/terraform/objectlib/base.go.erb | 0 .../templates}/terraform/operation.go.erb | 0 .../terraform/post_create/accesspolicy.erb | 0 .../post_create/bigquery_connection_id.go.erb | 0 .../post_create/bigquery_dataset_access.go.erb | 0 .../terraform/post_create/cloud_asset_feed.go.erb | 0 .../post_create/cloudbuild_trigger_id.go.erb | 0 .../compute_backend_service_security_policy.go.erb | 0 .../compute_network_delete_default_route.erb | 0 .../terraform/post_create/gcip_tenant.go.erb | 0 .../global_network_endpoint_group.go.erb | 0 .../templates}/terraform/post_create/group.erb | 0 .../terraform/post_create/iap_client.go.erb | 0 .../templates}/terraform/post_create/index.go.erb | 0 .../post_create/interconnect_attachment.go.erb | 0 .../post_create/kms_secret_ciphertext.go.erb | 0 .../templates}/terraform/post_create/labels.erb | 0 .../templates}/terraform/post_create/lien.erb | 0 .../post_create/org_security_policy.go.erb | 0 .../org_security_policy_association.go.erb | 0 .../post_create/org_security_policy_rule.go.erb | 0 .../terraform/post_create/secret_version.go.erb | 0 .../terraform/post_create/set_computed_name.erb | 0 .../templates}/terraform/post_create/sleep.go.erb | 0 .../source_repo_repository_update.go.erb | 0 .../terraform/post_create/sshkeyfingerprint.go.erb | 0 .../terraform/post_create/storage_hmac_key.go.erb | 0 .../post_create_failure/delete_on_failure.go.erb | 0 .../post_delete/org_security_policy.go.erb | 0 .../terraform/post_import/lien_import.erb | 0 .../post_update/compute_per_instance_config.go.erb | 0 .../compute_region_per_instance_config.go.erb | 0 .../post_update/org_security_policy.go.erb | 0 .../pre_create/access_approval_settings.go.erb | 0 .../terraform/pre_create/cloud_asset_feed.go.erb | 0 .../pre_create/os_login_ssh_public_key.go.erb | 0 ...compute_disk_resource_policies_attachment.go.erb | 0 .../compute_global_network_endpoint.go.erb | 0 .../pre_delete/compute_network_endpoint.go.erb | 0 .../pre_delete/compute_per_instance_config.go.erb | 0 ..._region_disk_resource_policies_attachment.go.erb | 0 .../templates}/terraform/pre_delete/detach_disk.erb | 0 .../terraform/pre_delete/detach_network.erb | 0 .../pre_delete/interconnect_attachment.go.erb | 0 .../terraform/pre_delete/managed_dns_zone.go.erb | 0 .../terraform/pre_delete/modify_delete_url.erb | 0 .../privateca_certificate_authority.go.erb | 0 .../pre_delete/resource_spanner_database.go | 0 .../restore_default_binaryauthorization_policy.erb | 0 .../terraform/pre_delete/storage_hmac_key.go.erb | 0 .../terraform/pre_update/cloudbuild_trigger.go.erb | 0 .../pre_update/cloudiot_device_registry.go.erb | 0 .../terraform/pre_update/containeranalysis_note.erb | 0 .../templates}/terraform/property_documentation.erb | 0 .../templates}/terraform/resource.erb | 0 .../templates}/terraform/resource.html.markdown.erb | 0 .../resource_definition/backend_service.go.erb | 0 .../bigquery_data_transfer.go.erb | 0 .../resource_definition/cloud_run_service.go.erb | 0 .../resource_definition/cloudbuild_trigger.go.erb | 0 .../deployment_manager_deployment.go.erb | 0 .../terraform/resource_definition/disk.erb | 0 .../terraform/resource_definition/firewall.erb | 0 .../terraform/resource_definition/health_check.erb | 0 .../monitoring_notification_channel.erb | 0 .../region_backend_service.go.erb | 0 .../terraform/resource_definition/router.go.erb | 0 .../terraform/resource_definition/router_nat.go.erb | 0 .../resource_definition/scheduler_auth.erb | 0 .../resource_definition/secret_version.go.erb | 0 .../resource_definition/spanner_database.go.erb | 0 .../terraform/resource_definition/ssl_policy.erb | 0 .../terraform/resource_definition/subnetwork.erb | 0 .../terraform/resource_definition/tpu_node.erb | 0 .../terraform/resource_iam.html.markdown.erb | 0 .../templates}/terraform/schema_property.erb | 0 .../templates}/terraform/schema_subresource.erb | 0 .../templates}/terraform/self_link_query.erb | 0 .../state_migrations/kms_crypto_key.go.erb | 0 .../templates}/terraform/sweeper_file.go.erb | 0 .../terraform/unordered_list_customize_diff.erb | 0 .../active_directory_domain_trust.go.erb | 0 .../compute_per_instance_config.go.erb | 0 .../containeranalysis_occurrence.go.erb | 0 .../terraform/update_encoder/kms_crypto_key.go.erb | 0 .../update_encoder/pubsub_subscription.erb | 0 .../terraform/update_encoder/pubsub_topic.erb | 0 .../terraform/update_encoder/reservation.go.erb | 0 .../update_encoder/source_repo_repository.erb | 0 .../update_encoder/spanner_database.go.erb | 0 .../terraform/update_encoder/ssl_policy.erb | 0 .../templates}/terraform/update_mask.erb | 0 .../inspec/custom_functions/alert_policy.erb | 0 .../custom_functions/bigquery_dataset_name.erb | 0 .../custom_functions/bucket_name_from_params.erb | 0 .../inspec/custom_functions/bucket_object.erb | 0 .../compute_image_custom_constructor.erb | 0 .../inspec/custom_functions/dns_managed_zone.erb | 0 .../inspec/custom_functions/dns_managed_zones.erb | 0 .../custom_functions/google_compute_address.erb | 0 .../custom_functions/google_compute_firewall.erb | 0 .../custom_functions/google_compute_instance.erb | 0 .../google_compute_instance_group.erb | 0 .../custom_functions/google_compute_network.erb | 0 .../google_compute_project_info.erb | 0 .../custom_functions/google_compute_region.erb | 0 ...google_compute_region_instance_group_manager.erb | 0 .../custom_functions/google_compute_subnetwork.erb | 0 .../custom_functions/google_compute_target_pool.erb | 0 .../inspec/custom_functions/google_compute_zone.erb | 0 .../custom_functions/google_container_cluster.erb | 0 .../inspec/custom_functions/google_project.erb | 0 .../custom_functions/google_project_metrics.erb | 0 .../google_sql_database_instance.erb | 0 .../custom_functions/google_storage_bucket.erb | 0 .../inspec/custom_functions/kms_crypto_key.erb | 0 .../inspec/custom_functions/kms_key_ring.erb | 0 .../inspec/custom_functions/kms_key_ring_name.erb | 0 .../inspec/documentation/google_compute_address.md | 0 .../inspec/documentation/google_compute_firewall.md | 0 .../documentation/google_compute_firewalls.md | 0 .../documentation/google_compute_forwarding_rule.md | 0 .../google_compute_forwarding_rules.md | 0 .../inspec/documentation/google_compute_image.md | 0 .../inspec/documentation/google_compute_instance.md | 0 .../documentation/google_compute_instance_group.md | 0 .../documentation/google_compute_instance_groups.md | 0 .../documentation/google_compute_instances.md | 0 .../inspec/documentation/google_compute_network.md | 0 .../inspec/documentation/google_compute_networks.md | 0 .../documentation/google_compute_project_info.md | 0 .../google_compute_region_instance_group_manager.md | 0 ...google_compute_region_instance_group_managers.md | 0 .../documentation/google_compute_subnetwork.md | 0 .../documentation/google_compute_subnetworks.md | 0 .../documentation/google_compute_vpn_tunnel.md | 0 .../documentation/google_compute_vpn_tunnels.md | 0 .../inspec/documentation/google_compute_zone.md | 0 .../inspec/documentation/google_compute_zones.md | 0 .../documentation/google_container_cluster.md | 0 .../documentation/google_container_clusters.md | 0 .../documentation/google_container_node_pool.md | 0 .../documentation/google_container_node_pools.md | 0 .../inspec/documentation/google_dns_managed_zone.md | 0 .../documentation/google_dns_managed_zones.md | 0 .../inspec/documentation/google_kms_crypto_key.md | 0 .../inspec/documentation/google_kms_crypto_keys.md | 0 .../inspec/documentation/google_kms_key_ring.md | 0 .../inspec/documentation/google_kms_key_rings.md | 0 .../google_logging_project_exclusion.md | 0 .../documentation/google_logging_project_sink.md | 0 .../documentation/google_logging_project_sinks.md | 0 .../inspec/documentation/google_organization.md | 0 .../inspec/documentation/google_organizations.md | 0 .../inspec/documentation/google_project.md | 0 .../documentation/google_project_alert_policies.md | 0 .../documentation/google_project_alert_policy.md | 0 .../documentation/google_project_iam_custom_role.md | 0 .../inspec/documentation/google_project_metric.md | 0 .../inspec/documentation/google_project_metrics.md | 0 .../inspec/documentation/google_projects.md | 0 .../inspec/documentation/google_service_account.md | 0 .../documentation/google_service_account_key.md | 0 .../documentation/google_service_account_keys.md | 0 .../inspec/documentation/google_service_accounts.md | 0 .../documentation/google_sql_database_instance.md | 0 .../documentation/google_sql_database_instances.md | 0 .../inspec/documentation/google_sql_users.md | 0 .../inspec/documentation/google_storage_bucket.md | 0 .../documentation/google_storage_bucket_acl.md | 0 .../documentation/google_storage_bucket_object.md | 0 .../documentation/google_storage_bucket_objects.md | 0 .../inspec/documentation/google_storage_buckets.md | 0 .../google_storage_default_object_acl.md | 0 .../documentation/google_storage_object_acl.md | 0 {third_party => mmv1/third_party}/terraform/LICENSE | 0 ...e_services_game_server_deployment_rollout.go.erb | 0 ...a_source_cloud_identity_group_memberships.go.erb | 0 .../data_source_cloud_identity_groups.go.erb | 0 .../data_sources/data_source_cloud_run_locations.go | 0 .../data_sources/data_source_cloud_run_service.go | 0 .../data_source_compute_lb_ip_ranges.go | 0 .../data_source_compute_network_endpoint_group.go | 0 ...ta_source_compute_network_endpoint_group_test.go | 0 .../data_source_container_registry_image.go | 0 .../data_source_container_registry_repository.go | 0 .../terraform/data_sources/data_source_dns_keys.go | 0 .../data_sources/data_source_dns_managed_zone.go | 0 .../data_source_google_active_folder.go | 0 ...rce_google_app_engine_default_service_account.go | 0 ...ource_google_bigquery_default_service_account.go | 0 .../data_source_google_billing_account.go | 0 .../data_source_google_client_config.go | 0 .../data_source_google_client_openid_userinfo.go | 0 .../data_source_google_cloudfunctions_function.go | 0 .../data_source_google_composer_environment.go | 0 .../data_source_google_composer_image_versions.go | 0 .../data_source_google_compute_address.go | 0 .../data_source_google_compute_backend_bucket.go | 0 .../data_source_google_compute_backend_service.go | 0 ...source_google_compute_default_service_account.go | 0 .../data_source_google_compute_forwarding_rule.go | 0 .../data_source_google_compute_global_address.go | 0 .../data_source_google_compute_image.go | 0 .../data_source_google_compute_instance.go | 0 .../data_source_google_compute_instance_group.go | 0 ...ta_source_google_compute_instance_serial_port.go | 0 .../data_source_google_compute_instance_template.go | 0 .../data_source_google_compute_network.go | 0 .../data_source_google_compute_node_types.go | 0 ...a_source_google_compute_region_instance_group.go | 0 ..._source_google_compute_region_ssl_certificate.go | 0 .../data_source_google_compute_regions.go | 0 ...ata_source_google_compute_resource_policy.go.erb | 0 .../data_source_google_compute_router.go | 0 .../data_source_google_compute_ssl_certificate.go | 0 .../data_source_google_compute_ssl_policy.go | 0 .../data_source_google_compute_subnetwork.go | 0 .../data_source_google_compute_vpn_gateway.go | 0 .../data_source_google_compute_zones.go | 0 .../data_source_google_container_cluster.go | 0 ...a_source_google_container_engine_versions.go.erb | 0 .../data_source_google_firebase_web_app.go.erb | 0 ...ata_source_google_firebase_web_app_config.go.erb | 0 .../data_sources/data_source_google_folder.go | 0 ...data_source_google_folder_organization_policy.go | 0 ..._source_google_global_compute_forwarding_rule.go | 0 .../data_source_google_iam_policy.go.erb | 0 .../data_sources/data_source_google_iam_role.go | 0 .../data_source_google_iam_testable_permissions.go | 0 .../data_source_google_kms_crypto_key.go | 0 .../data_source_google_kms_crypto_key_version.go | 0 .../data_sources/data_source_google_kms_key_ring.go | 0 .../data_sources/data_source_google_kms_secret.go | 0 .../data_source_google_kms_secret_ciphertext.go | 0 ...ata_source_google_monitoring_uptime_check_ips.go | 0 .../data_source_google_netblock_ip_ranges.go | 0 .../data_sources/data_source_google_organization.go | 0 .../data_sources/data_source_google_project.go | 0 ...ata_source_google_project_organization_policy.go | 0 .../data_sources/data_source_google_projects.go | 0 .../data_source_google_service_account.go | 0 ...ta_source_google_service_account_access_token.go | 0 .../data_source_google_service_account_id_token.go | 0 .../data_source_google_service_account_key.go | 0 .../data_sources/data_source_google_sql_ca_certs.go | 0 .../data_source_google_storage_bucket_object.go | 0 ...source_google_storage_project_service_account.go | 0 ...ogle_storage_transfer_project_service_account.go | 0 ...ta_source_iam_beta_workload_identity_pool.go.erb | 0 ..._iam_beta_workload_identity_pool_provider.go.erb | 0 .../data_source_monitoring_notification_channel.go | 0 .../data_sources/data_source_monitoring_service.go | 0 .../data_source_monitoring_service_app_engine.go | 0 .../data_source_monitoring_service_cluster_istio.go | 0 .../data_source_monitoring_service_mesh_istio.go | 0 .../data_source_monitoring_service_test.go | 0 .../data_sources/data_source_pubsub_topic.go | 0 .../data_sources/data_source_redis_instance.go | 0 .../data_source_runtimeconfig_config.go | 0 ...data_source_secret_manager_secret_version.go.erb | 0 .../data_sources/data_source_spanner_instance.go | 0 .../data_sources/data_source_sql_backup_run.go | 0 .../data_source_sql_database_instance.go | 0 .../data_source_storage_bucket_object_content.go | 0 .../data_source_storage_object_signed_url.go | 0 .../data_source_tpu_tensorflow_versions.go | 0 .../third_party}/terraform/main.go.erb | 0 .../terraform/resources/common_operation_test.go | 0 .../resources/resource_app_engine_application.go | 0 .../terraform/resources/resource_bigquery_table.go | 0 .../resources/resource_bigtable_gc_policy.go | 0 .../resources/resource_bigtable_instance.go | 0 .../resources/resource_bigtable_instance_migrate.go | 0 .../terraform/resources/resource_bigtable_table.go | 0 ...esource_cloud_identity_group_sweeper_test.go.erb | 0 .../resources/resource_cloudfunctions_function.go | 0 .../resources/resource_composer_environment.go.erb | 0 .../resources/resource_compute_attached_disk.go | 0 .../resources/resource_compute_firewall_migrate.go | 0 .../resources/resource_compute_instance.go.erb | 0 ...ource_compute_instance_from_machine_image.go.erb | 0 .../resource_compute_instance_from_template.go | 0 .../resources/resource_compute_instance_group.go | 0 .../resource_compute_instance_group_manager.go | 0 .../resource_compute_instance_group_migrate.go | 0 .../resources/resource_compute_instance_iam_test.go | 0 .../resources/resource_compute_instance_migrate.go | 0 .../resource_compute_instance_template.go.erb | 0 .../resource_compute_instance_template_migrate.go | 0 .../resources/resource_compute_network_peering.go | 0 ...resource_compute_project_default_network_tier.go | 0 .../resources/resource_compute_project_metadata.go | 0 .../resource_compute_project_metadata_item.go | 0 ...esource_compute_region_instance_group_manager.go | 0 .../resources/resource_compute_router_interface.go | 0 .../resource_compute_security_policy.go.erb | 0 .../resource_compute_shared_vpc_host_project.go | 0 .../resource_compute_shared_vpc_service_project.go | 0 .../resources/resource_compute_target_pool.go | 0 .../resources/resource_container_cluster.go.erb | 0 .../resources/resource_container_cluster_migrate.go | 0 .../resources/resource_container_node_pool.go.erb | 0 .../resource_container_node_pool_migrate.go | 0 .../resources/resource_container_registry.go | 0 .../resource_dataflow_flex_template_job.go.erb | 0 .../terraform/resources/resource_dataflow_job.go | 0 .../resources/resource_dataproc_cluster.go.erb | 0 .../terraform/resources/resource_dataproc_job.go | 0 .../terraform/resources/resource_dns_record_set.go | 0 .../resources/resource_endpoints_service.go | 0 .../resource_endpoints_service_migration.go | 0 .../resources/resource_google_billing_subaccount.go | 0 .../terraform/resources/resource_google_folder.go | 0 .../resource_google_folder_organization_policy.go | 0 .../resource_google_organization_iam_custom_role.go | 0 .../resource_google_organization_policy.go | 0 .../terraform/resources/resource_google_project.go | 0 ...ource_google_project_default_service_accounts.go | 0 .../resource_google_project_iam_custom_role.go | 0 .../resources/resource_google_project_migrate.go | 0 .../resource_google_project_organization_policy.go | 0 .../resources/resource_google_project_service.go | 0 .../resources/resource_google_service_account.go | 0 .../resource_google_service_account_key.go | 0 .../resources/resource_iam_audit_config.go | 0 .../terraform/resources/resource_iam_binding.go.erb | 0 .../terraform/resources/resource_iam_member.go.erb | 0 .../terraform/resources/resource_iam_policy.go.erb | 0 ...esource_logging_billing_account_bucket_config.go | 0 .../resource_logging_billing_account_sink.go | 0 .../resources/resource_logging_bucket_config.go | 0 .../resources/resource_logging_exclusion.go | 0 .../resource_logging_folder_bucket_config.go | 0 .../resources/resource_logging_folder_sink.go | 0 .../resource_logging_organization_bucket_config.go | 0 .../resources/resource_logging_organization_sink.go | 0 .../resource_logging_project_bucket_config.go | 0 .../resources/resource_logging_project_sink.go | 0 .../terraform/resources/resource_logging_sink.go | 0 .../resources/resource_monitoring_dashboard.go | 0 .../resource_project_service_identity.go.erb | 0 .../resources/resource_runtimeconfig_config.go | 0 .../resources/resource_runtimeconfig_variable.go | 0 .../resource_service_networking_connection.go | 0 .../resources/resource_sql_database_instance.go.erb | 0 .../terraform/resources/resource_sql_ssl_cert.go | 0 .../resources/resource_sql_ssl_cert_test.go | 0 .../terraform/resources/resource_sql_user.go | 0 .../resources/resource_sql_user_migrate.go | 0 .../terraform/resources/resource_storage_bucket.go | 0 .../resources/resource_storage_bucket_acl.go | 0 .../resources/resource_storage_bucket_object.go | 0 .../resource_storage_default_object_acl.go | 0 .../resources/resource_storage_notification.go | 0 .../resources/resource_storage_object_acl.go | 0 .../resources/resource_storage_transfer_job.go | 0 .../resources/resource_usage_export_bucket.go | 0 .../scripts/affectedtests/affectedtests.go | 0 .../terraform/scripts/changelog-links.sh.erb | 0 .../third_party}/terraform/scripts/gofmtcheck.sh | 0 .../third_party}/terraform/scripts/gogetcookie.sh | 0 .../terraform/scripts/sidebar/sidebar.go | 0 ...vices_game_server_deployment_rollout_test.go.erb | 0 ..._source_cloud_identity_group_memberships_test.go | 0 .../tests/data_source_cloud_identity_groups_test.go | 0 .../tests/data_source_cloud_run_locations_test.go | 0 .../tests/data_source_cloud_run_service_test.go | 0 .../tests/data_source_compute_lb_ip_ranges_test.go | 0 .../tests/data_source_container_registry_test.go | 0 .../terraform/tests/data_source_dns_key_test.go | 0 .../tests/data_source_dns_managed_zone_test.go.erb | 0 .../tests/data_source_google_active_folder_test.go | 0 ...oogle_app_engine_default_service_account_test.go | 0 ..._google_bigquery_default_service_account_test.go | 0 .../data_source_google_billing_account_test.go | 0 .../tests/data_source_google_client_config_test.go | 0 ...ata_source_google_client_openid_userinfo_test.go | 0 ...ta_source_google_cloudfunctions_function_test.go | 0 .../data_source_google_composer_environment_test.go | 0 ...ta_source_google_composer_image_versions_test.go | 0 .../data_source_google_compute_address_test.go | 0 ...ata_source_google_compute_backend_bucket_test.go | 0 ...ta_source_google_compute_backend_service_test.go | 0 ...e_google_compute_default_service_account_test.go | 0 ...ta_source_google_compute_forwarding_rule_test.go | 0 ...ata_source_google_compute_global_address_test.go | 0 .../tests/data_source_google_compute_image_test.go | 0 ...source_google_compute_instance_group_test.go.erb | 0 ...urce_google_compute_instance_serial_port_test.go | 0 ..._source_google_compute_instance_template_test.go | 0 .../data_source_google_compute_instance_test.go | 0 .../data_source_google_compute_network_test.go | 0 .../data_source_google_compute_node_types_test.go | 0 ...google_compute_region_instance_group_test.go.erb | 0 ...ce_google_compute_region_ssl_certificate_test.go | 0 .../data_source_google_compute_regions_test.go | 0 ...ource_google_compute_resource_policy_test.go.erb | 0 .../tests/data_source_google_compute_router_test.go | 0 ...ta_source_google_compute_ssl_certificate_test.go | 0 .../data_source_google_compute_ssl_policy_test.go | 0 .../data_source_google_compute_subnetwork_test.go | 0 .../data_source_google_compute_vpn_gateway_test.go | 0 .../tests/data_source_google_compute_zones_test.go | 0 .../data_source_google_container_cluster_test.go | 0 ..._source_google_container_engine_versions_test.go | 0 ...source_google_folder_organization_policy_test.go | 0 .../tests/data_source_google_folder_test.go | 0 ...ce_google_global_compute_forwarding_rule_test.go | 0 .../tests/data_source_google_iam_role_test.go | 0 ...a_source_google_iam_testable_permissions_test.go | 0 .../tests/data_source_google_kms_crypto_key_test.go | 0 ...ata_source_google_kms_crypto_key_version_test.go | 0 .../tests/data_source_google_kms_key_ring_test.go | 0 ...data_source_google_kms_secret_ciphertext_test.go | 0 .../tests/data_source_google_kms_secret_test.go | 0 ...ource_google_monitoring_uptime_check_ips_test.go | 0 .../data_source_google_netblock_ip_ranges_test.go | 0 .../tests/data_source_google_organization_test.go | 0 ...ource_google_project_organization_policy_test.go | 0 .../tests/data_source_google_project_test.go | 0 .../tests/data_source_google_projects_test.go | 0 ...urce_google_service_account_access_token_test.go | 0 ...a_source_google_service_account_id_token_test.go | 0 .../data_source_google_service_account_key_test.go | 0 .../data_source_google_service_account_test.go | 0 .../tests/data_source_google_sql_ca_certs_test.go | 0 ...e_google_storage_project_service_account_test.go | 0 ...storage_transfer_project_service_account_test.go | 0 ...beta_workload_identity_pool_provider_test.go.erb | 0 ...urce_iam_beta_workload_identity_pool_test.go.erb | 0 ...a_source_monitoring_notification_channel_test.go | 0 .../tests/data_source_pubsub_topic_test.go | 0 .../tests/data_source_redis_instance_test.go | 0 .../tests/data_source_runtimeconfig_config_test.go | 0 ...source_secret_manager_secret_version_test.go.erb | 0 .../tests/data_source_spanner_instance_test.go | 0 .../tests/data_source_sql_backup_run_test.go | 0 .../tests/data_source_sql_database_instance_test.go | 0 ...ata_source_storage_bucket_object_content_test.go | 0 .../data_source_storage_object_signed_url_test.go | 0 .../data_source_tpu_tensorflow_versions_test.go | 0 ...resource_access_approval_folder_settings_test.go | 0 ...ce_access_approval_organization_settings_test.go | 0 ...esource_access_approval_project_settings_test.go | 0 ...s_context_manager_access_level_condition_test.go | 0 ..._access_context_manager_access_level_test.go.erb | 0 ...rce_access_context_manager_access_levels_test.go | 0 ...access_context_manager_access_policy_test.go.erb | 0 ..._context_manager_gcp_user_access_binding_test.go | 0 ...ntext_manager_service_perimeter_resource_test.go | 0 ...ss_context_manager_service_perimeter_test.go.erb | 0 ...cess_context_manager_services_perimeters_test.go | 0 .../resource_active_directory_domain_trust_test.go | 0 .../resource_active_directory_domain_update_test.go | 0 .../resource_api_gateway_api_config_test.go.erb | 0 .../tests/resource_api_gateway_api_test.go.erb | 0 .../tests/resource_api_gateway_gateway_test.go.erb | 0 .../resource_app_engine_app_version_sweeper_test.go | 0 .../tests/resource_app_engine_application_test.go | 0 .../resource_app_engine_domain_mapping_test.go | 0 ...resource_app_engine_flexible_app_version_test.go | 0 ...resource_app_engine_standard_app_version_test.go | 0 .../tests/resource_big_query_dataset_test.go | 0 .../tests/resource_big_query_routine_test.go | 0 .../tests/resource_bigquery_connection_test.go.erb | 0 .../resource_bigquery_data_transfer_config_test.go | 0 .../tests/resource_bigquery_dataset_access_test.go | 0 .../resource_bigquery_dataset_iam_member_test.go | 0 .../tests/resource_bigquery_dataset_iam_test.go | 0 .../terraform/tests/resource_bigquery_job_test.go | 0 .../tests/resource_bigquery_reservation_test.go.erb | 0 .../terraform/tests/resource_bigquery_table_test.go | 0 .../tests/resource_bigtable_app_profile_test.go | 0 .../tests/resource_bigtable_gc_policy_test.go | 0 .../tests/resource_bigtable_instance_iam_test.go | 0 .../tests/resource_bigtable_instance_test.go | 0 .../tests/resource_bigtable_table_iam_test.go | 0 .../terraform/tests/resource_bigtable_table_test.go | 0 .../terraform/tests/resource_billing_budget_test.go | 0 ...esource_binaryauthorization_attestor_test.go.erb | 0 .../resource_binaryauthorization_policy_test.go.erb | 0 ...urce_cloud_identity_group_membership_test.go.erb | 0 .../tests/resource_cloud_identity_group_test.go | 0 .../tests/resource_cloud_iot_device_update_test.go | 0 .../tests/resource_cloud_run_service_test.go | 0 .../tests/resource_cloud_scheduler_job_test.go | 0 .../tests/resource_cloud_tasks_queue_test.go.erb | 0 .../tests/resource_cloudbuild_trigger_test.go | 0 .../resource_cloudfunctions_function_test.go.erb | 0 .../resource_cloudiot_device_registry_id_test.go | 0 ...resource_cloudiot_device_registry_update_test.go | 0 .../tests/resource_composer_environment_test.go.erb | 0 .../tests/resource_compute_address_test.go | 0 .../tests/resource_compute_attached_disk_test.go | 0 .../tests/resource_compute_autoscaler_test.go.erb | 0 ...ce_compute_backend_bucket_signed_url_key_test.go | 0 .../tests/resource_compute_backend_bucket_test.go | 0 ...e_compute_backend_service_signed_url_key_test.go | 0 .../resource_compute_backend_service_test.go.erb | 0 ..._compute_disk_resource_policy_attachment_test.go | 0 .../tests/resource_compute_disk_test.go.erb | 0 .../tests/resource_compute_firewall_migrate_test.go | 0 .../tests/resource_compute_firewall_test.go.erb | 0 .../resource_compute_forwarding_rule_test.go.erb | 0 .../resource_compute_global_address_test.go.erb | 0 ...ource_compute_global_forwarding_rule_test.go.erb | 0 ...urce_compute_global_network_endpoint_test.go.erb | 0 .../tests/resource_compute_health_check_test.go.erb | 0 .../resource_compute_http_health_check_test.go | 0 .../resource_compute_https_health_check_test.go | 0 .../terraform/tests/resource_compute_image_test.go | 0 ..._compute_instance_from_machine_image_test.go.erb | 0 .../resource_compute_instance_from_template_test.go | 0 .../resource_compute_instance_group_manager_test.go | 0 .../resource_compute_instance_group_migrate_test.go | 0 .../tests/resource_compute_instance_group_test.go | 0 .../tests/resource_compute_instance_migrate_test.go | 0 ...source_compute_instance_template_migrate_test.go | 0 .../resource_compute_instance_template_test.go.erb | 0 .../tests/resource_compute_instance_test.go.erb | 0 .../resource_compute_network_endpoint_test.go.erb | 0 .../tests/resource_compute_network_peering_test.go | 0 .../tests/resource_compute_network_test.go | 0 .../tests/resource_compute_node_group_test.go.erb | 0 ...te_organization_security_policy_rule_test.go.erb | 0 ...compute_organization_security_policy_test.go.erb | 0 .../resource_compute_per_instance_config_test.go | 0 ...rce_compute_project_default_network_tier_test.go | 0 .../resource_compute_project_metadata_item_test.go | 0 .../tests/resource_compute_project_metadata_test.go | 0 .../resource_compute_region_autoscaler_test.go.erb | 0 ...ource_compute_region_backend_service_test.go.erb | 0 .../tests/resource_compute_region_disk_test.go | 0 ...resource_compute_region_health_check_test.go.erb | 0 ...ce_compute_region_instance_group_manager_test.go | 0 ...ource_compute_region_per_instance_config_test.go | 0 ...rce_compute_region_target_http_proxy_test.go.erb | 0 ...ce_compute_region_target_https_proxy_test.go.erb | 0 .../resource_compute_region_url_map_test.go.erb | 0 .../tests/resource_compute_reservation_test.go | 0 .../tests/resource_compute_resource_policy_test.go | 0 .../terraform/tests/resource_compute_route_test.go | 0 .../tests/resource_compute_router_bgp_peer_test.go | 0 .../tests/resource_compute_router_interface_test.go | 0 .../tests/resource_compute_router_nat_test.go.erb | 0 .../terraform/tests/resource_compute_router_test.go | 0 .../resource_compute_security_policy_test.go.erb | 0 .../tests/resource_compute_shared_vpc_test.go | 0 .../tests/resource_compute_snapshot_test.go | 0 .../tests/resource_compute_ssl_certificate_test.go | 0 .../tests/resource_compute_ssl_policy_test.go | 0 .../tests/resource_compute_subnetwork_iam_test.go | 0 .../tests/resource_compute_subnetwork_test.go | 0 .../resource_compute_target_grpc_proxy_test.go | 0 .../resource_compute_target_http_proxy_test.go | 0 .../resource_compute_target_https_proxy_test.go | 0 .../tests/resource_compute_target_pool_test.go | 0 .../tests/resource_compute_target_ssl_proxy_test.go | 0 .../tests/resource_compute_target_tcp_proxy_test.go | 0 .../tests/resource_compute_url_map_test.go.erb | 0 .../tests/resource_compute_vpn_tunnel_test.go | 0 .../resource_container_analysis_occurrence_test.go | 0 .../resource_container_cluster_migrate_test.go | 0 .../tests/resource_container_cluster_test.go.erb | 0 .../resource_container_node_pool_migrate_test.go | 0 .../tests/resource_container_node_pool_test.go.erb | 0 .../tests/resource_container_registry_test.go | 0 .../resource_containeranalysis_note_test.go.erb | 0 .../tests/resource_data_catalog_entry_group_test.go | 0 .../tests/resource_data_catalog_entry_test.go | 0 .../tests/resource_data_catalog_tag_test.go | 0 .../tests/resource_data_fusion_instance_test.go.erb | 0 ...data_loss_prevention_deidentify_template_test.go | 0 ...ce_data_loss_prevention_inspect_template_test.go | 0 ...esource_data_loss_prevention_job_trigger_test.go | 0 ...ce_data_loss_prevention_stored_info_type_test.go | 0 .../resource_dataflow_flex_template_job_test.go.erb | 0 .../terraform/tests/resource_dataflow_job_test.go | 0 .../tests/resource_dataproc_cluster_iam_test.go | 0 .../tests/resource_dataproc_cluster_test.go.erb | 0 .../tests/resource_dataproc_job_iam_test.go | 0 .../terraform/tests/resource_dataproc_job_test.go | 0 .../resource_deployment_manager_deployment_test.go | 0 .../tests/resource_dialogflow_agent_test.go.erb | 0 .../resource_dialogflow_entity_type_test.go.erb | 0 .../tests/resource_dialogflow_intent_test.go.erb | 0 .../tests/resource_dns_managed_zone_test.go.erb | 0 .../terraform/tests/resource_dns_policy_test.go.erb | 0 .../terraform/tests/resource_dns_record_set_test.go | 0 .../tests/resource_endpoints_service_test.go | 0 .../tests/resource_filestore_instance_test.go.erb | 0 .../tests/resource_firebase_web_app_test.go.erb | 0 .../tests/resource_firestore_document_test.go | 0 .../resource_google_billing_account_iam_test.go | 0 .../resource_google_billing_subaccount_test.go | 0 .../resource_google_folder_iam_audit_config_test.go | 0 .../resource_google_folder_iam_binding_test.go | 0 .../tests/resource_google_folder_iam_member_test.go | 0 .../tests/resource_google_folder_iam_policy_test.go | 0 ...source_google_folder_organization_policy_test.go | 0 .../terraform/tests/resource_google_folder_test.go | 0 ...rce_google_organization_iam_audit_config_test.go | 0 ...urce_google_organization_iam_custom_role_test.go | 0 .../tests/resource_google_organization_iam_test.go | 0 .../resource_google_organization_policy_test.go | 0 ..._google_project_default_service_accounts_test.go | 0 ...resource_google_project_iam_audit_config_test.go | 0 .../resource_google_project_iam_binding_test.go.erb | 0 .../resource_google_project_iam_custom_role_test.go | 0 .../resource_google_project_iam_member_test.go.erb | 0 .../resource_google_project_iam_policy_test.go.erb | 0 .../tests/resource_google_project_migrate_test.go | 0 ...ource_google_project_organization_policy_test.go | 0 .../tests/resource_google_project_service_test.go | 0 .../terraform/tests/resource_google_project_test.go | 0 ..._google_security_scanner_scan_config_test.go.erb | 0 .../resource_google_service_account_iam_test.go.erb | 0 .../resource_google_service_account_key_test.go | 0 .../tests/resource_google_service_account_test.go | 0 .../tests/resource_healthcare_dataset_iam_test.go | 0 .../tests/resource_healthcare_dataset_test.go | 0 .../resource_healthcare_dicom_store_iam_test.go | 0 .../tests/resource_healthcare_dicom_store_test.go | 0 .../resource_healthcare_fhir_store_iam_test.go | 0 .../tests/resource_healthcare_fhir_store_test.go | 0 .../resource_healthcare_hl7_v2_store_iam_test.go | 0 .../tests/resource_healthcare_hl7_v2_store_test.go | 0 ...e_iam_beta_workload_identity_pool_id_test.go.erb | 0 ...a_workload_identity_pool_provider_id_test.go.erb | 0 ...beta_workload_identity_pool_provider_test.go.erb | 0 ...urce_iam_beta_workload_identity_pool_test.go.erb | 0 .../terraform/tests/resource_iap_brand_test.go | 0 ...ty_platform_default_supported_idp_config_test.go | 0 ...ce_identity_platform_inbound_saml_config_test.go | 0 ...ource_identity_platform_oauth_idp_config_test.go | 0 ...form_tenant_default_supported_idp_config_test.go | 0 ...tity_platform_tenant_indound_saml_config_test.go | 0 ...dentity_platform_tenant_oauth_idp_config_test.go | 0 .../tests/resource_identity_platform_tenant_test.go | 0 .../tests/resource_kms_crypto_key_iam_test.go.erb | 0 .../terraform/tests/resource_kms_crypto_key_test.go | 0 .../tests/resource_kms_key_ring_iam_test.go.erb | 0 .../tests/resource_kms_key_ring_import_job_test.go | 0 .../terraform/tests/resource_kms_key_ring_test.go | 0 .../tests/resource_kms_secret_ciphertext_test.go | 0 ...source_logging_billing_account_exclusion_test.go | 0 .../resource_logging_billing_account_sink_test.go | 0 .../tests/resource_logging_bucket_config_test.go | 0 .../tests/resource_logging_folder_exclusion_test.go | 0 .../tests/resource_logging_folder_sink_test.go | 0 .../terraform/tests/resource_logging_metric_test.go | 0 .../resource_logging_organization_exclusion_test.go | 0 .../resource_logging_organization_sink_test.go | 0 .../resource_logging_project_exclusion_test.go | 0 .../tests/resource_logging_project_sink_test.go | 0 .../tests/resource_memcache_instance_test.go.erb | 0 .../tests/resource_monitoring_alert_policy_test.go | 0 .../tests/resource_monitoring_dashboard_test.go | 0 .../tests/resource_monitoring_group_test.go | 0 .../resource_monitoring_metric_descriptor_test.go | 0 ...resource_monitoring_notification_channel_test.go | 0 .../terraform/tests/resource_monitoring_slo_test.go | 0 .../resource_monitoring_uptime_check_config_test.go | 0 ...rk_management_connectivity_test_resource_test.go | 0 .../resource_notebooks_environment_test.go.erb | 0 ...esource_notebooks_instance_container_test.go.erb | 0 .../resource_notebooks_instance_gpu_test.go.erb | 0 .../tests/resource_notebooks_instance_test.go.erb | 0 .../tests/resource_os_login_ssh_public_key_test.go | 0 .../resource_project_service_identity_test.go.erb | 0 .../tests/resource_pubsub_subscription_iam_test.go | 0 .../tests/resource_pubsub_subscription_test.go | 0 .../tests/resource_pubsub_topic_iam_test.go | 0 .../terraform/tests/resource_pubsub_topic_test.go | 0 .../terraform/tests/resource_redis_instance_test.go | 0 .../tests/resource_resourcemanager_lien_test.go | 0 .../tests/resource_runtimeconfig_config_test.go | 0 .../tests/resource_runtimeconfig_variable_test.go | 0 .../resource_secret_manager_secret_test.go.erb | 0 ...source_secret_manager_secret_version_test.go.erb | 0 .../tests/resource_security_center_source_test.go | 0 .../resource_service_directory_endpoint_test.go.erb | 0 ...resource_service_directory_namespace_test.go.erb | 0 .../resource_service_directory_service_test.go.erb | 0 .../resource_service_networking_connection_test.go | 0 .../tests/resource_sourcerepo_repository_test.go | 0 .../tests/resource_spanner_database_iam_test.go | 0 .../tests/resource_spanner_database_test.go | 0 .../tests/resource_spanner_instance_iam_test.go | 0 .../tests/resource_spanner_instance_test.go | 0 .../resource_sql_database_instance_test.go.erb | 0 .../terraform/tests/resource_sql_database_test.go | 0 .../tests/resource_sql_user_migrate_test.go | 0 .../terraform/tests/resource_sql_user_test.go | 0 .../resource_storage_bucket_access_control_test.go | 0 .../tests/resource_storage_bucket_acl_test.go | 0 .../tests/resource_storage_bucket_iam_test.go | 0 .../tests/resource_storage_bucket_object_test.go | 0 .../terraform/tests/resource_storage_bucket_test.go | 0 ...ce_storage_default_object_access_control_test.go | 0 .../resource_storage_default_object_acl_test.go | 0 .../tests/resource_storage_hmac_key_test.go | 0 .../tests/resource_storage_notification_test.go | 0 .../resource_storage_object_access_control_test.go | 0 .../tests/resource_storage_object_acl_test.go | 0 .../tests/resource_storage_transfer_job_test.go | 0 .../terraform/tests/resource_tpu_node_test.go | 0 .../tests/resource_usage_export_bucket_test.go | 0 .../terraform/utils/appengine_operation.go | 0 .../third_party}/terraform/utils/batcher.go | 0 .../third_party}/terraform/utils/batcher_test.go | 0 .../terraform/utils/bigtable_client_factory.go | 0 .../terraform/utils/bootstrap_utils_test.go | 0 .../terraform/utils/cloudfunctions_operation.go | 0 .../terraform/utils/cloudrun_polling.go | 0 .../terraform/utils/common_diff_suppress.go.erb | 0 .../terraform/utils/common_operation.go | 0 .../third_party}/terraform/utils/common_polling.go | 0 .../terraform/utils/composer_operation.go | 0 .../terraform/utils/compute_instance_helpers.go.erb | 0 .../compute_instance_network_interface_helpers.go | 0 .../terraform/utils/compute_operation.go.erb | 0 .../terraform/utils/compute_shared_operation.go | 0 .../third_party}/terraform/utils/config.go.erb | 0 .../third_party}/terraform/utils/config_test.go | 0 .../terraform/utils/container_operation.go | 0 .../third_party}/terraform/utils/convert.go | 0 .../third_party}/terraform/utils/convert_test.go | 0 .../terraform/utils/dataproc_cluster_operation.go | 0 .../terraform/utils/dataproc_job_operation.go | 0 .../terraform/utils/datasource_helpers.go | 0 .../utils/deployment_manager_operation.go.erb | 0 .../third_party}/terraform/utils/disk_type.go | 0 .../third_party}/terraform/utils/dns_change.go | 0 .../terraform/utils/error_retry_predicates.go | 0 .../third_party}/terraform/utils/field_helpers.go | 0 .../terraform/utils/field_helpers_test.go | 0 .../terraform/utils/gcp_sweeper_test.go | 0 .../third_party}/terraform/utils/hashcode.go | 0 .../terraform/utils/header_transport.go | 0 .../terraform/utils/healthcare_utils.go | 0 .../third_party}/terraform/utils/iam.go.erb | 0 .../third_party}/terraform/utils/iam_batching.go | 0 .../terraform/utils/iam_bigquery_dataset.go | 0 .../terraform/utils/iam_bigtable_instance.go | 0 .../terraform/utils/iam_bigtable_table.go | 0 .../terraform/utils/iam_billing_account.go | 0 .../terraform/utils/iam_dataproc_cluster.go | 0 .../terraform/utils/iam_dataproc_job.go | 0 .../third_party}/terraform/utils/iam_folder.go | 0 .../terraform/utils/iam_healthcare_dataset.go | 0 .../terraform/utils/iam_healthcare_dicom_store.go | 0 .../terraform/utils/iam_healthcare_fhir_store.go | 0 .../terraform/utils/iam_healthcare_hl7_v2_store.go | 0 .../terraform/utils/iam_kms_crypto_key.go.erb | 0 .../terraform/utils/iam_kms_key_ring.go.erb | 0 .../terraform/utils/iam_organization.go | 0 .../third_party}/terraform/utils/iam_project.go | 0 .../terraform/utils/iam_pubsub_subscription.go | 0 .../terraform/utils/iam_service_account.go.erb | 0 .../terraform/utils/iam_spanner_database.go | 0 .../terraform/utils/iam_spanner_instance.go | 0 .../third_party}/terraform/utils/iam_test.go.erb | 0 .../third_party}/terraform/utils/image.go | 0 .../third_party}/terraform/utils/import.go | 0 .../third_party}/terraform/utils/import_test.go | 0 .../third_party}/terraform/utils/kms_utils.go | 0 .../utils/logging_exclusion_billing_account.go | 0 .../terraform/utils/logging_exclusion_folder.go | 0 .../utils/logging_exclusion_organization.go | 0 .../terraform/utils/logging_exclusion_project.go | 0 .../third_party}/terraform/utils/logging_utils.go | 0 .../terraform/utils/logging_utils_test.go | 0 .../third_party}/terraform/utils/metadata.go | 0 .../third_party}/terraform/utils/mutexkv.go | 0 .../third_party}/terraform/utils/node_config.go.erb | 0 .../terraform/utils/path_or_contents.go | 0 .../third_party}/terraform/utils/provider.go.erb | 0 .../utils/provider_handwritten_endpoint.go.erb | 0 .../terraform/utils/provider_test.go.erb | 0 .../third_party}/terraform/utils/pubsub_utils.go | 0 .../third_party}/terraform/utils/regional_utils.go | 0 .../third_party}/terraform/utils/retry_transport.go | 0 .../terraform/utils/retry_transport_test.go | 0 .../third_party}/terraform/utils/retry_utils.go | 0 .../terraform/utils/self_link_helpers.go | 0 .../terraform/utils/self_link_helpers_test.go | 0 .../terraform/utils/service_account_waiter.go | 0 .../terraform/utils/service_networking_operation.go | 0 .../third_party}/terraform/utils/service_scope.go | 0 .../terraform/utils/serviceman_operation.go | 0 .../terraform/utils/serviceusage_batching.go | 0 .../terraform/utils/serviceusage_operation.go | 0 .../terraform/utils/source_repo_utils.go | 0 .../third_party}/terraform/utils/sql_utils.go | 0 .../terraform/utils/sqladmin_operation.go | 0 .../third_party}/terraform/utils/state_util.go | 0 .../terraform/utils/stateful_mig_polling.go | 0 .../utils/test-fixtures/apigateway/openapi.yaml | 0 .../appengine/hello-world-flask/app.yaml | 0 .../appengine/hello-world-flask/main.py | 0 .../appengine/hello-world-flask/requirements.txt | 0 .../utils/test-fixtures/appengine/hello-world.zip | Bin .../binauthz/generated_payload.json.tmpl | 0 .../test-fixtures/cloudfunctions/bucket_trigger.js | 0 .../cloudfunctions/firestore_trigger.js | 0 .../test-fixtures/cloudfunctions/http_trigger.js | 0 .../cloudfunctions/http_trigger_update.js | 0 .../test-fixtures/cloudfunctions/pubsub_trigger.js | 0 .../deploymentmanager/service_account.yml.tmpl | 0 .../terraform/utils/test-fixtures/dlp/words.txt | 0 .../terraform/utils/test-fixtures/fake_account.json | 0 .../terraform/utils/test-fixtures/fake_client.json | 0 .../terraform/utils/test-fixtures/header-logo.png | Bin .../terraform/utils/test-fixtures/rsa_cert.pem | 0 .../utils/test-fixtures/rsa_private_4096.pem | 0 .../terraform/utils/test-fixtures/rsa_public.pem | 0 .../test-fixtures/serviceaccount/public_key.pem | 0 .../terraform/utils/test-fixtures/ssh_rsa.pub | 0 .../terraform/utils/test-fixtures/ssl_cert/test.crt | 0 .../terraform/utils/test-fixtures/ssl_cert/test.csr | 0 .../terraform/utils/test-fixtures/ssl_cert/test.key | 0 .../utils/test-fixtures/test_api_descriptor.pb | Bin .../third_party}/terraform/utils/test_utils.go | 0 .../third_party}/terraform/utils/transport.go | 0 .../third_party}/terraform/utils/transport_test.go | 0 .../third_party}/terraform/utils/userinfo.go | 0 .../third_party}/terraform/utils/utils.go.erb | 0 .../third_party}/terraform/utils/utils_test.go | 0 .../third_party}/terraform/utils/validation.go | 0 .../third_party}/terraform/utils/validation_test.go | 0 .../third_party}/terraform/version/version.go | 0 .../website/docs/d/active_folder.html.markdown | 0 ...app_engine_default_service_account.html.markdown | 0 .../bigquery_default_service_account.html.markdown | 0 .../website/docs/d/billing_account.html.markdown | 0 .../website/docs/d/client_config.html.markdown | 0 .../docs/d/client_openid_userinfo.html.markdown | 0 .../d/cloud_identity_group_membership.html.markdown | 0 .../docs/d/cloud_identity_groups.html.markdown | 0 .../docs/d/cloud_run_locations.html.markdown | 0 .../website/docs/d/cloud_run_service.html.markdown | 0 .../docs/d/cloudfunctions_function.html.markdown | 0 .../docs/d/composer_environment.html.markdown | 0 .../docs/d/composer_image_versions.html.markdown | 0 .../website/docs/d/compute_address.html.markdown | 0 .../docs/d/compute_backend_bucket.html.markdown | 0 .../docs/d/compute_backend_service.html.markdown | 0 .../d/compute_default_service_account.html.markdown | 0 .../docs/d/compute_forwarding_rule.html.markdown | 0 .../docs/d/compute_global_address.html.markdown | 0 .../d/compute_global_forwarding_rule.html.markdown | 0 .../website/docs/d/compute_image.html.markdown | 0 .../website/docs/d/compute_instance.html.markdown | 0 .../docs/d/compute_instance_group.html.markdown | 0 .../d/compute_instance_serial_port.html.markdown | 0 .../docs/d/compute_instance_template.html.markdown | 0 .../docs/d/compute_lb_ip_ranges.html.markdown | 0 .../website/docs/d/compute_network.html.markdown | 0 .../d/compute_network_endpoint_group.html.markdown | 0 .../website/docs/d/compute_node_types.html.markdown | 0 .../d/compute_region_instance_group.html.markdown | 0 .../d/compute_region_ssl_certificate.html.markdown | 0 .../website/docs/d/compute_regions.html.markdown | 0 .../docs/d/compute_resource_policy.html.markdown | 0 .../website/docs/d/compute_router.html.markdown | 0 .../docs/d/compute_ssl_certificate.html.markdown | 0 .../website/docs/d/compute_ssl_policy.html.markdown | 0 .../website/docs/d/compute_subnetwork.html.markdown | 0 .../docs/d/compute_vpn_gateway.html.markdown | 0 .../website/docs/d/compute_zones.html.markdown | 0 .../website/docs/d/container_cluster.html.markdown | 0 .../docs/d/container_engine_versions.html.markdown | 0 .../docs/d/container_registry_image.html.markdown | 0 .../d/container_registry_repository.html.markdown | 0 .../terraform/website/docs/d/dns_keys.html.markdown | 0 .../website/docs/d/dns_managed_zone.html.markdown | 0 .../website/docs/d/firebase_web_app.html.markdown | 0 .../docs/d/firebase_web_app_config.html.markdown | 0 .../terraform/website/docs/d/folder.html.markdown | 0 .../docs/d/folder_organization_policy.html.markdown | 0 ...ces_game_server_deployment_rollout.html.markdown | 0 .../website/docs/d/iam_policy.html.markdown | 0 .../terraform/website/docs/d/iam_role.html.markdown | 0 .../docs/d/iam_testable_permissions.html.markdown | 0 .../docs/d/iam_workload_identity_pool.html.markdown | 0 ...am_workload_identity_pool_provider.html.markdown | 0 .../website/docs/d/kms_crypto_key.html.markdown | 0 .../docs/d/kms_crypto_key_version.html.markdown | 0 .../website/docs/d/kms_key_ring.html.markdown | 0 .../website/docs/d/kms_secret.html.markdown | 0 .../docs/d/kms_secret_ciphertext.html.markdown | 0 .../d/monitoring_app_engine_service.html.markdown | 0 .../monitoring_cluster_istio_service.html.markdown | 0 .../d/monitoring_mesh_istio_service.html.markdown | 0 .../d/monitoring_notification_channel.html.markdown | 0 .../d/monitoring_uptime_check_ips.html.markdown | 0 .../website/docs/d/netblock_ip_ranges.html.markdown | 0 .../website/docs/d/organization.html.markdown | 0 .../terraform/website/docs/d/project.html.markdown | 0 .../d/project_organization_policy.html.markdown | 0 .../terraform/website/docs/d/projects.html.markdown | 0 .../website/docs/d/pubsub_topic.html.markdown | 0 .../website/docs/d/redis_instance.html.markdown | 0 .../docs/d/runtimeconfig_config.html.markdown | 0 .../d/secret_manager_secret_version.html.markdown | 0 .../website/docs/d/service_account.html.markdown | 0 .../d/service_account_access_token.html.markdown | 0 .../docs/d/service_account_id_token.html.markdown | 0 .../docs/d/service_account_key.html.markdown | 0 .../website/docs/d/signed_url.html.markdown | 0 .../website/docs/d/spanner_instance.html.markdown | 0 .../website/docs/d/sql_backup_run.html.markdown | 0 .../website/docs/d/sql_ca_certs.html.markdown | 0 .../docs/d/sql_database_instance.html.markdown | 0 .../docs/d/storage_bucket_object.html.markdown | 0 .../d/storage_bucket_object_content.html.markdown | 0 .../d/storage_project_service_account.html.markdown | 0 ...e_transfer_project_service_account.html.markdown | 0 .../docs/d/tpu_tensorflow_versions.html.markdown | 0 .../docs/guides/getting_started.html.markdown | 0 .../docs/guides/iam_deleted_members.html.markdown | 0 .../docs/guides/provider_reference.html.markdown | 0 .../docs/guides/provider_versions.html.markdown | 0 .../guides/using_gke_with_terraform.html.markdown | 0 .../docs/guides/version_2_upgrade.html.markdown | 0 .../docs/guides/version_3_upgrade.html.markdown | 0 .../terraform/website/docs/index.html.markdown | 0 .../docs/r/app_engine_application.html.markdown | 0 .../docs/r/bigquery_dataset_iam.html.markdown | 0 .../website/docs/r/bigquery_table.html.markdown | 0 .../website/docs/r/bigtable_gc_policy.html.markdown | 0 .../website/docs/r/bigtable_instance.html.markdown | 0 .../docs/r/bigtable_instance_iam.html.markdown | 0 .../website/docs/r/bigtable_table.html.markdown | 0 .../website/docs/r/bigtable_table_iam.html.markdown | 0 .../docs/r/billing_account_iam.html.markdown | 0 .../docs/r/cloudfunctions_function.html.markdown | 0 .../docs/r/composer_environment.html.markdown | 0 .../docs/r/compute_attached_disk.html.markdown | 0 .../website/docs/r/compute_instance.html.markdown | 0 ...ompute_instance_from_machine_image.html.markdown | 0 .../r/compute_instance_from_template.html.markdown | 0 .../docs/r/compute_instance_group.html.markdown | 0 .../r/compute_instance_group_manager.html.markdown | 0 .../docs/r/compute_instance_template.html.markdown | 0 .../docs/r/compute_network_peering.html.markdown | 0 ...mpute_project_default_network_tier.html.markdown | 0 .../docs/r/compute_project_metadata.html.markdown | 0 .../r/compute_project_metadata_item.html.markdown | 0 ...pute_region_instance_group_manager.html.markdown | 0 .../docs/r/compute_router_interface.html.markdown | 0 .../docs/r/compute_security_policy.html.markdown | 0 .../r/compute_shared_vpc_host_project.html.markdown | 0 ...compute_shared_vpc_service_project.html.markdown | 0 .../docs/r/compute_target_pool.html.markdown | 0 .../website/docs/r/container_cluster.html.markdown | 0 .../docs/r/container_node_pool.html.markdown | 0 .../website/docs/r/container_registry.html.markdown | 0 .../docs/r/dataflow_flex_template_job.html.markdown | 0 .../website/docs/r/dataflow_job.html.markdown | 0 .../website/docs/r/dataproc_cluster.html.markdown | 0 .../docs/r/dataproc_cluster_iam.html.markdown | 0 .../website/docs/r/dataproc_job.html.markdown | 0 .../website/docs/r/dataproc_job_iam.html.markdown | 0 .../website/docs/r/dns_record_set.html.markdown | 0 .../website/docs/r/endpoints_service.html.markdown | 0 .../docs/r/google_billing_subaccount.html.markdown | 0 .../website/docs/r/google_folder.html.markdown | 0 .../website/docs/r/google_folder_iam.html.markdown | 0 .../google_folder_organization_policy.html.markdown | 0 .../docs/r/google_kms_crypto_key_iam.html.markdown | 0 .../docs/r/google_kms_key_ring_iam.html.markdown | 0 .../docs/r/google_organization_iam.html.markdown | 0 ...oogle_organization_iam_custom_role.html.markdown | 0 .../docs/r/google_organization_policy.html.markdown | 0 .../website/docs/r/google_project.html.markdown | 0 ...e_project_default_service_accounts.html.markdown | 0 .../website/docs/r/google_project_iam.html.markdown | 0 .../r/google_project_iam_custom_role.html.markdown | 0 ...google_project_organization_policy.html.markdown | 0 .../docs/r/google_project_service.html.markdown | 0 .../docs/r/google_service_account.html.markdown | 0 .../docs/r/google_service_account_iam.html.markdown | 0 .../docs/r/google_service_account_key.html.markdown | 0 .../docs/r/healthcare_dataset_iam.html.markdown | 0 .../docs/r/healthcare_dicom_store_iam.html.markdown | 0 .../docs/r/healthcare_fhir_store_iam.html.markdown | 0 .../r/healthcare_hl7_v2_store_iam.html.markdown | 0 ...ging_billing_account_bucket_config.html.markdown | 0 .../logging_billing_account_exclusion.html.markdown | 0 .../r/logging_billing_account_sink.html.markdown | 0 .../r/logging_folder_bucket_config.html.markdown | 0 .../docs/r/logging_folder_exclusion.html.markdown | 0 .../docs/r/logging_folder_sink.html.markdown | 0 ...logging_organization_bucket_config.html.markdown | 0 .../r/logging_organization_exclusion.html.markdown | 0 .../docs/r/logging_organization_sink.html.markdown | 0 .../r/logging_project_bucket_config.html.markdown | 0 .../docs/r/logging_project_exclusion.html.markdown | 0 .../docs/r/logging_project_sink.html.markdown | 0 .../docs/r/monitoring_dashboard.html.markdown | 0 .../docs/r/project_service_identity.html.markdown | 0 .../docs/r/pubsub_subscription_iam.html.markdown | 0 .../docs/r/runtimeconfig_config.html.markdown | 0 .../docs/r/runtimeconfig_variable.html.markdown | 0 .../r/service_networking_connection.html.markdown | 0 .../docs/r/spanner_database_iam.html.markdown | 0 .../docs/r/spanner_instance_iam.html.markdown | 0 .../docs/r/sql_database_instance.html.markdown | 0 .../website/docs/r/sql_ssl_cert.html.markdown | 0 .../terraform/website/docs/r/sql_user.html.markdown | 0 .../website/docs/r/storage_bucket.html.markdown | 0 .../website/docs/r/storage_bucket_acl.html.markdown | 0 .../docs/r/storage_bucket_object.html.markdown | 0 .../docs/r/storage_default_object_acl.html.markdown | 0 .../docs/r/storage_notification.html.markdown | 0 .../website/docs/r/storage_object_acl.html.markdown | 0 .../docs/r/storage_transfer_job.html.markdown | 0 .../docs/r/usage_export_bucket.html.markdown | 0 .../third_party}/terraform/website/google.erb.tmpl | 0 {third_party => mmv1/third_party}/validator/cai.go | 0 .../third_party}/validator/cai_test.go | 0 .../third_party}/validator/compute_instance.go | 0 .../third_party}/validator/constants.go | 0 .../third_party}/validator/container.go | 0 .../third_party}/validator/folder_iam.go | 0 .../third_party}/validator/iam_helpers.go | 0 .../third_party}/validator/iam_helpers_test.go | 0 .../third_party}/validator/json_map.go | 0 .../third_party}/validator/monitoring_slo_helper.go | 0 .../third_party}/validator/organization_iam.go | 0 .../third_party}/validator/project.go | 0 .../third_party}/validator/project_iam.go | 0 .../validator/project_organization_policy.go | 0 .../third_party}/validator/project_service.go | 0 .../third_party}/validator/project_service_test.go | 0 .../third_party}/validator/sql_database_instance.go | 0 .../third_party}/validator/storage_bucket.go | 0 .../third_party}/validator/storage_bucket_iam.go | 0 {tools => mmv1/tools}/ansible-pr/README.md | 0 .../tools}/ansible-pr/generate_template.rb | 0 {tools => mmv1/tools}/ansible-pr/run.sh | 0 {tools => mmv1/tools}/bootstrap | 0 {tools => mmv1/tools}/builder/.byebug_history | 0 {tools => mmv1/tools}/builder/README.md | 0 {tools => mmv1/tools}/builder/api.rb | 0 {tools => mmv1/tools}/builder/run.rb | 0 {tools => mmv1/tools}/doctor | 0 {tools => mmv1/tools}/linter/README.md | 0 {tools => mmv1/tools}/linter/discovery.rb | 0 {tools => mmv1/tools}/linter/docs.yaml | 0 {tools => mmv1/tools}/linter/excluded-apis.txt | 0 {tools => mmv1/tools}/linter/fetcher.rb | 0 {tools => mmv1/tools}/linter/make-doc-list.sh | 0 {tools => mmv1/tools}/linter/run.rb | 0 {tools => mmv1/tools}/linter/spreadsheet.rb | 0 .../tools}/linter/spreadsheet/csv_formatter.rb | 0 {tools => mmv1/tools}/linter/tests/test_runner.rb | 0 {tools => mmv1/tools}/linter/tests/tests.rb | 0 {tools => mmv1/tools}/setup/ansible | 0 2499 files changed, 10 insertions(+), 3 deletions(-) delete mode 100644 .gitmodules rename .rubocop.yml => mmv1/.rubocop.yml (100%) rename .ruby-version => mmv1/.ruby-version (100%) rename .yamllint => mmv1/.yamllint (100%) rename Gemfile => mmv1/Gemfile (100%) rename Gemfile.lock => mmv1/Gemfile.lock (100%) rename Rakefile => mmv1/Rakefile (100%) rename TUTORIAL.md => mmv1/TUTORIAL.md (100%) rename {api => mmv1/api}/async.rb (100%) rename {api => mmv1/api}/compiler.rb (100%) rename {api => mmv1/api}/object.rb (100%) rename {api => mmv1/api}/product.rb (100%) rename {api => mmv1/api}/product/api_reference.rb (100%) rename {api => mmv1/api}/product/version.rb (100%) rename {api => mmv1/api}/resource.rb (100%) rename {api => mmv1/api}/resource/iam_policy.rb (100%) rename {api => mmv1/api}/resource/nested_query.rb (100%) rename {api => mmv1/api}/resource/reference_links.rb (100%) rename {api => mmv1/api}/timeout.rb (100%) rename {api => mmv1/api}/type.rb (100%) rename {compile => mmv1/compile}/core.rb (100%) rename compiler => mmv1/compiler (100%) rename compiler.rb => mmv1/compiler.rb (100%) rename {google => mmv1/google}/extensions.rb (100%) rename {google => mmv1/google}/golang_utils.rb (100%) rename {google => mmv1/google}/logger.rb (100%) rename {google => mmv1/google}/python_utils.rb (100%) rename {google => mmv1/google}/string_utils.rb (100%) rename {google => mmv1/google}/yaml_validator.rb (100%) rename {images => mmv1/images}/magic-modules.png (100%) rename {images => mmv1/images}/magic-modules.sketch (100%) rename {images => mmv1/images}/magic-modules.svg (100%) rename {overrides => mmv1/overrides}/ansible/property_override.rb (100%) rename {overrides => mmv1/overrides}/ansible/resource_override.rb (100%) rename {overrides => mmv1/overrides}/inspec/property_override.rb (100%) rename {overrides => mmv1/overrides}/inspec/resource_override.rb (100%) rename {overrides => mmv1/overrides}/resources.rb (100%) rename {overrides => mmv1/overrides}/runner.rb (100%) rename {overrides => mmv1/overrides}/terraform/property_override.rb (100%) rename {overrides => mmv1/overrides}/terraform/resource_override.rb (100%) rename {overrides => mmv1/overrides}/validator.rb (100%) rename {products => mmv1/products}/accessapproval/api.yaml (100%) rename {products => mmv1/products}/accessapproval/terraform.yaml (100%) rename {products => mmv1/products}/accesscontextmanager/api.yaml (100%) rename {products => mmv1/products}/accesscontextmanager/inspec.yaml (100%) rename {products => mmv1/products}/accesscontextmanager/terraform.yaml (100%) rename {products => mmv1/products}/activedirectory/api.yaml (100%) rename {products => mmv1/products}/activedirectory/terraform.yaml (100%) rename {products => mmv1/products}/apigateway/api.yaml (100%) rename {products => mmv1/products}/apigateway/terraform.yaml (100%) rename {products => mmv1/products}/apigee/api.yaml (100%) rename {products => mmv1/products}/apigee/terraform.yaml (100%) rename {products => mmv1/products}/appengine/ansible.yaml (100%) rename {products => mmv1/products}/appengine/ansible_version_added.yaml (100%) rename {products => mmv1/products}/appengine/api.yaml (100%) rename {products => mmv1/products}/appengine/examples/ansible/firewall_rule.yaml (100%) rename {products => mmv1/products}/appengine/inspec.yaml (100%) rename {products => mmv1/products}/appengine/terraform.yaml (100%) rename {products => mmv1/products}/artifactregistry/api.yaml (100%) rename {products => mmv1/products}/artifactregistry/terraform.yaml (100%) rename {products => mmv1/products}/bigquery/ansible.yaml (100%) rename {products => mmv1/products}/bigquery/ansible_version_added.yaml (100%) rename {products => mmv1/products}/bigquery/api.yaml (100%) rename {products => mmv1/products}/bigquery/examples/ansible/dataset.yaml (100%) rename {products => mmv1/products}/bigquery/examples/ansible/table.yaml (100%) rename {products => mmv1/products}/bigquery/inspec.yaml (100%) rename {products => mmv1/products}/bigquery/terraform.yaml (100%) rename {products => mmv1/products}/bigqueryconnection/api.yaml (100%) rename {products => mmv1/products}/bigqueryconnection/terraform.yaml (100%) rename {products => mmv1/products}/bigquerydatatransfer/api.yaml (100%) rename {products => mmv1/products}/bigquerydatatransfer/terraform.yaml (100%) rename {products => mmv1/products}/bigqueryreservation/api.yaml (100%) rename {products => mmv1/products}/bigqueryreservation/terraform.yaml (100%) rename {products => mmv1/products}/bigtable/ansible.yaml (100%) rename {products => mmv1/products}/bigtable/ansible_version_added.yaml (100%) rename {products => mmv1/products}/bigtable/api.yaml (100%) rename {products => mmv1/products}/bigtable/examples/ansible/instance.yaml (100%) rename {products => mmv1/products}/bigtable/helpers/ansible/instance.py (100%) rename {products => mmv1/products}/bigtable/terraform.yaml (100%) rename {products => mmv1/products}/billingbudget/api.yaml (100%) rename {products => mmv1/products}/billingbudget/terraform.yaml (100%) rename {products => mmv1/products}/binaryauthorization/api.yaml (100%) rename {products => mmv1/products}/binaryauthorization/terraform.yaml (100%) rename {products => mmv1/products}/cloudasset/api.yaml (100%) rename {products => mmv1/products}/cloudasset/terraform.yaml (100%) rename {products => mmv1/products}/cloudbilling/api.yaml (100%) rename {products => mmv1/products}/cloudbilling/inspec.yaml (100%) rename {products => mmv1/products}/cloudbuild/ansible.yaml (100%) rename {products => mmv1/products}/cloudbuild/ansible_version_added.yaml (100%) rename {products => mmv1/products}/cloudbuild/api.yaml (100%) rename {products => mmv1/products}/cloudbuild/examples/ansible/trigger.yaml (100%) rename {products => mmv1/products}/cloudbuild/inspec.yaml (100%) rename {products => mmv1/products}/cloudbuild/terraform.yaml (100%) rename {products => mmv1/products}/cloudfunctions/ansible.yaml (100%) rename {products => mmv1/products}/cloudfunctions/ansible_version_added.yaml (100%) rename {products => mmv1/products}/cloudfunctions/api.yaml (100%) rename {products => mmv1/products}/cloudfunctions/examples/ansible/cloud_function.yaml (100%) rename {products => mmv1/products}/cloudfunctions/helpers/ansible/function_transport.py (100%) rename {products => mmv1/products}/cloudfunctions/inspec.yaml (100%) rename {products => mmv1/products}/cloudfunctions/terraform.yaml (100%) rename {products => mmv1/products}/cloudidentity/api.yaml (100%) rename {products => mmv1/products}/cloudidentity/terraform.yaml (100%) rename {products => mmv1/products}/cloudiot/api.yaml (100%) rename {products => mmv1/products}/cloudiot/terraform.yaml (100%) rename {products => mmv1/products}/cloudrun/api.yaml (100%) rename {products => mmv1/products}/cloudrun/terraform.yaml (100%) rename {products => mmv1/products}/cloudscheduler/ansible.yaml (100%) rename {products => mmv1/products}/cloudscheduler/ansible_version_added.yaml (100%) rename {products => mmv1/products}/cloudscheduler/api.yaml (100%) rename {products => mmv1/products}/cloudscheduler/examples/ansible/job.yaml (100%) rename {products => mmv1/products}/cloudscheduler/helpers/python/job.py (100%) rename {products => mmv1/products}/cloudscheduler/inspec.yaml (100%) rename {products => mmv1/products}/cloudscheduler/terraform.yaml (100%) rename {products => mmv1/products}/cloudtasks/ansible.yaml (100%) rename {products => mmv1/products}/cloudtasks/ansible_version_added.yaml (100%) rename {products => mmv1/products}/cloudtasks/api.yaml (100%) rename {products => mmv1/products}/cloudtasks/examples/ansible/queue.yaml (100%) rename {products => mmv1/products}/cloudtasks/helpers/ansible/queue_status.py (100%) rename {products => mmv1/products}/cloudtasks/terraform.yaml (100%) rename {products => mmv1/products}/compute/ansible.yaml (100%) rename {products => mmv1/products}/compute/ansible_version_added.yaml (100%) rename {products => mmv1/products}/compute/api.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/address.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/autoscaler.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/backend_bucket.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/backend_service.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/disk.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/external_vpn_gateway.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/firewall.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/forwarding_rule.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/global_address.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/global_forwarding_rule.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/health_check.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/http_health_check.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/https_health_check.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/image.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/instance.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/instance_group.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/instance_group_manager.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/instance_template.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/interconnect_attachment.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/network.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/network_endpoint_group.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/node_group.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/node_template.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/region_autoscaler.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/region_backend_service.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/region_disk.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/region_health_check.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/region_instance_group_manager.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/region_target_http_proxy.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/region_target_https_proxy.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/region_url_map.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/reservation.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/resource_policy.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/route.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/router.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/snapshot.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/ssl_certificate.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/ssl_policy.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/subnetwork.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/target_http_proxy.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/target_https_proxy.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/target_instance.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/target_pool.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/target_ssl_proxy.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/target_tcp_proxy.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/target_vpn_gateway.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/url_map.yaml (100%) rename {products => mmv1/products}/compute/examples/ansible/vpn_tunnel.yaml (100%) rename {products => mmv1/products}/compute/helpers/python/instance_metadata.py (100%) rename {products => mmv1/products}/compute/helpers/python/instance_start.py (100%) rename {products => mmv1/products}/compute/helpers/python/instance_update_methods.py (100%) rename {products => mmv1/products}/compute/helpers/python/instancegroup_instances.py (100%) rename {products => mmv1/products}/compute/helpers/python/provider_firewall.py (100%) rename {products => mmv1/products}/compute/helpers/python/provider_instance.py (100%) rename {products => mmv1/products}/compute/helpers/python/provider_instance_template.py (100%) rename {products => mmv1/products}/compute/helpers/python/provider_target_pool.py (100%) rename {products => mmv1/products}/compute/inspec.yaml (100%) rename {products => mmv1/products}/compute/terraform.yaml (100%) rename {products => mmv1/products}/compute/tests/ansible/firewall_update.yaml (100%) rename {products => mmv1/products}/container/ansible.yaml (100%) rename {products => mmv1/products}/container/ansible_version_added.yaml (100%) rename {products => mmv1/products}/container/api.yaml (100%) rename {products => mmv1/products}/container/examples/ansible/cluster.yaml (100%) rename {products => mmv1/products}/container/examples/ansible/node_pool.yaml (100%) rename {products => mmv1/products}/container/helpers/python/kubectl.py (100%) rename {products => mmv1/products}/container/helpers/python/provider_cluster.py (100%) rename {products => mmv1/products}/container/helpers/python/provider_node_pool.py (100%) rename {products => mmv1/products}/container/inspec.yaml (100%) rename {products => mmv1/products}/containeranalysis/api.yaml (100%) rename {products => mmv1/products}/containeranalysis/terraform.yaml (100%) rename {products => mmv1/products}/datacatalog/api.yaml (100%) rename {products => mmv1/products}/datacatalog/terraform.yaml (100%) rename {products => mmv1/products}/datafusion/api.yaml (100%) rename {products => mmv1/products}/datafusion/terraform.yaml (100%) rename {products => mmv1/products}/dataproc/api.yaml (100%) rename {products => mmv1/products}/dataproc/inspec.yaml (100%) rename {products => mmv1/products}/dataproc/terraform.yaml (100%) rename {products => mmv1/products}/datastore/api.yaml (100%) rename {products => mmv1/products}/datastore/terraform.yaml (100%) rename {products => mmv1/products}/deploymentmanager/api.yaml (100%) rename {products => mmv1/products}/deploymentmanager/terraform.yaml (100%) rename {products => mmv1/products}/dialogflow/api.yaml (100%) rename {products => mmv1/products}/dialogflow/terraform.yaml (100%) rename {products => mmv1/products}/dlp/api.yaml (100%) rename {products => mmv1/products}/dlp/terraform.yaml (100%) rename {products => mmv1/products}/dns/ansible.yaml (100%) rename {products => mmv1/products}/dns/ansible_version_added.yaml (100%) rename {products => mmv1/products}/dns/api.yaml (100%) rename {products => mmv1/products}/dns/examples/ansible/managed_zone.yaml (100%) rename {products => mmv1/products}/dns/examples/ansible/resource_record_set.yaml (100%) rename {products => mmv1/products}/dns/helpers/ansible/provider_resource_set.py.erb (100%) rename {products => mmv1/products}/dns/inspec.yaml (100%) rename {products => mmv1/products}/dns/terraform.yaml (100%) rename {products => mmv1/products}/filestore/ansible.yaml (100%) rename {products => mmv1/products}/filestore/ansible_version_added.yaml (100%) rename {products => mmv1/products}/filestore/api.yaml (100%) rename {products => mmv1/products}/filestore/examples/ansible/instance.yaml (100%) rename {products => mmv1/products}/filestore/inspec.yaml (100%) rename {products => mmv1/products}/filestore/terraform.yaml (100%) rename {products => mmv1/products}/firebase/api.yaml (100%) rename {products => mmv1/products}/firebase/terraform.yaml (100%) rename {products => mmv1/products}/firestore/api.yaml (100%) rename {products => mmv1/products}/firestore/terraform.yaml (100%) rename {products => mmv1/products}/gameservices/api.yaml (100%) rename {products => mmv1/products}/gameservices/terraform.yaml (100%) rename {products => mmv1/products}/healthcare/api.yaml (100%) rename {products => mmv1/products}/healthcare/terraform.yaml (100%) rename {products => mmv1/products}/iam/ansible.yaml (100%) rename {products => mmv1/products}/iam/ansible_version_added.yaml (100%) rename {products => mmv1/products}/iam/api.yaml (100%) rename {products => mmv1/products}/iam/examples/ansible/role.yaml (100%) rename {products => mmv1/products}/iam/examples/ansible/service_account.yaml (100%) rename {products => mmv1/products}/iam/examples/ansible/service_account_key.yaml (100%) rename {products => mmv1/products}/iam/helpers/ansible/service_account_key_template.erb (100%) rename {products => mmv1/products}/iam/helpers/python/provider_role.py (100%) rename {products => mmv1/products}/iam/helpers/python/provider_service_account.py (100%) rename {products => mmv1/products}/iam/inspec.yaml (100%) rename {products => mmv1/products}/iambeta/api.yaml (100%) rename {products => mmv1/products}/iambeta/terraform.yaml (100%) rename {products => mmv1/products}/iap/api.yaml (100%) rename {products => mmv1/products}/iap/terraform.yaml (100%) rename {products => mmv1/products}/identityplatform/api.yaml (100%) rename {products => mmv1/products}/identityplatform/terraform.yaml (100%) rename {products => mmv1/products}/kms/ansible.yaml (100%) rename {products => mmv1/products}/kms/ansible_version_added.yaml (100%) rename {products => mmv1/products}/kms/api.yaml (100%) rename {products => mmv1/products}/kms/examples/ansible/crypto_key.yaml (100%) rename {products => mmv1/products}/kms/examples/ansible/key_ring.yaml (100%) rename {products => mmv1/products}/kms/helpers/python/crypto_key_test.yaml (100%) rename {products => mmv1/products}/kms/helpers/python/key_ring_test.yaml (100%) rename {products => mmv1/products}/kms/helpers/python/provider_key_ring.py (100%) rename {products => mmv1/products}/kms/inspec.yaml (100%) rename {products => mmv1/products}/kms/terraform.yaml (100%) rename {products => mmv1/products}/logging/ansible.yaml (100%) rename {products => mmv1/products}/logging/ansible_version_added.yaml (100%) rename {products => mmv1/products}/logging/api.yaml (100%) rename {products => mmv1/products}/logging/examples/ansible/metric.yaml (100%) rename {products => mmv1/products}/logging/inspec.yaml (100%) rename {products => mmv1/products}/logging/terraform.yaml (100%) rename {products => mmv1/products}/memcache/api.yaml (100%) rename {products => mmv1/products}/memcache/inspec.yaml (100%) rename {products => mmv1/products}/memcache/terraform.yaml (100%) rename {products => mmv1/products}/mlengine/ansible.yaml (100%) rename {products => mmv1/products}/mlengine/ansible_version_added.yaml (100%) rename {products => mmv1/products}/mlengine/api.yaml (100%) rename {products => mmv1/products}/mlengine/examples/ansible/model.yaml (100%) rename {products => mmv1/products}/mlengine/examples/ansible/version.yaml (100%) rename {products => mmv1/products}/mlengine/helpers/ansible/model_decoder.py (100%) rename {products => mmv1/products}/mlengine/helpers/ansible/version_set_default.py (100%) rename {products => mmv1/products}/mlengine/inspec.yaml (100%) rename {products => mmv1/products}/mlengine/terraform.yaml (100%) rename {products => mmv1/products}/monitoring/api.yaml (100%) rename {products => mmv1/products}/monitoring/inspec.yaml (100%) rename {products => mmv1/products}/monitoring/terraform.yaml (100%) rename {products => mmv1/products}/networkmanagement/api.yaml (100%) rename {products => mmv1/products}/networkmanagement/terraform.yaml (100%) rename {products => mmv1/products}/notebooks/api.yaml (100%) rename {products => mmv1/products}/notebooks/terraform.yaml (100%) rename {products => mmv1/products}/osconfig/api.yaml (100%) rename {products => mmv1/products}/osconfig/terraform.yaml (100%) rename {products => mmv1/products}/oslogin/api.yaml (100%) rename {products => mmv1/products}/oslogin/terraform.yaml (100%) rename {products => mmv1/products}/privateca/api.yaml (100%) rename {products => mmv1/products}/privateca/terraform.yaml (100%) rename {products => mmv1/products}/pubsub/ansible.yaml (100%) rename {products => mmv1/products}/pubsub/ansible_version_added.yaml (100%) rename {products => mmv1/products}/pubsub/api.yaml (100%) rename {products => mmv1/products}/pubsub/example.yaml (100%) rename {products => mmv1/products}/pubsub/examples/ansible/subscription.yaml (100%) rename {products => mmv1/products}/pubsub/examples/ansible/topic.yaml (100%) rename {products => mmv1/products}/pubsub/inspec.yaml (100%) rename {products => mmv1/products}/pubsub/terraform.yaml (100%) rename {products => mmv1/products}/pubsub/test.yaml (100%) rename {products => mmv1/products}/pubsublite/api.yaml (100%) rename {products => mmv1/products}/pubsublite/terraform.yaml (100%) rename {products => mmv1/products}/redis/ansible.yaml (100%) rename {products => mmv1/products}/redis/ansible_version_added.yaml (100%) rename {products => mmv1/products}/redis/api.yaml (100%) rename {products => mmv1/products}/redis/examples/ansible/instance.yaml (100%) rename {products => mmv1/products}/redis/inspec.yaml (100%) rename {products => mmv1/products}/redis/terraform.yaml (100%) rename {products => mmv1/products}/resourcemanager/ansible.yaml (100%) rename {products => mmv1/products}/resourcemanager/ansible_version_added.yaml (100%) rename {products => mmv1/products}/resourcemanager/api.yaml (100%) rename {products => mmv1/products}/resourcemanager/examples/ansible/project.yaml (100%) rename {products => mmv1/products}/resourcemanager/helpers/ansible/return_if_object.py (100%) rename {products => mmv1/products}/resourcemanager/inspec.yaml (100%) rename {products => mmv1/products}/resourcemanager/terraform.yaml (100%) rename {products => mmv1/products}/runtimeconfig/ansible.yaml (100%) rename {products => mmv1/products}/runtimeconfig/ansible_version_added.yaml (100%) rename {products => mmv1/products}/runtimeconfig/api.yaml (100%) rename {products => mmv1/products}/runtimeconfig/examples/ansible/config.yaml (100%) rename {products => mmv1/products}/runtimeconfig/examples/ansible/variable.yaml (100%) rename {products => mmv1/products}/runtimeconfig/helpers/ansible/variable_delete_config.py (100%) rename {products => mmv1/products}/runtimeconfig/inspec.yaml (100%) rename {products => mmv1/products}/runtimeconfig/terraform.yaml (100%) rename {products => mmv1/products}/secretmanager/api.yaml (100%) rename {products => mmv1/products}/secretmanager/terraform.yaml (100%) rename {products => mmv1/products}/securitycenter/api.yaml (100%) rename {products => mmv1/products}/securitycenter/terraform.yaml (100%) rename {products => mmv1/products}/securityscanner/api.yaml (100%) rename {products => mmv1/products}/securityscanner/terraform.yaml (100%) rename {products => mmv1/products}/servicedirectory/api.yaml (100%) rename {products => mmv1/products}/servicedirectory/terraform.yaml (100%) rename {products => mmv1/products}/servicemanagement/api.yaml (100%) rename {products => mmv1/products}/servicemanagement/terraform.yaml (100%) rename {products => mmv1/products}/serviceusage/ansible.yaml (100%) rename {products => mmv1/products}/serviceusage/ansible_version_added.yaml (100%) rename {products => mmv1/products}/serviceusage/api.yaml (100%) rename {products => mmv1/products}/serviceusage/examples/ansible/service.yaml (100%) rename {products => mmv1/products}/serviceusage/inspec.yaml (100%) rename {products => mmv1/products}/serviceusage/terraform.yaml (100%) rename {products => mmv1/products}/sourcerepo/ansible.yaml (100%) rename {products => mmv1/products}/sourcerepo/ansible_version_added.yaml (100%) rename {products => mmv1/products}/sourcerepo/api.yaml (100%) rename {products => mmv1/products}/sourcerepo/examples/ansible/repository.yaml (100%) rename {products => mmv1/products}/sourcerepo/inspec.yaml (100%) rename {products => mmv1/products}/sourcerepo/terraform.yaml (100%) rename {products => mmv1/products}/spanner/ansible.yaml (100%) rename {products => mmv1/products}/spanner/ansible_version_added.yaml (100%) rename {products => mmv1/products}/spanner/api.yaml (100%) rename {products => mmv1/products}/spanner/async.yaml (100%) rename {products => mmv1/products}/spanner/examples/ansible/database.yaml (100%) rename {products => mmv1/products}/spanner/examples/ansible/instance.yaml (100%) rename {products => mmv1/products}/spanner/helpers/python/database_helpers.py.erb (100%) rename {products => mmv1/products}/spanner/helpers/python/instance_config_helpers.py.erb (100%) rename {products => mmv1/products}/spanner/helpers/python/instance_helpers.py.erb (100%) rename {products => mmv1/products}/spanner/inspec.yaml (100%) rename {products => mmv1/products}/spanner/terraform.yaml (100%) rename {products => mmv1/products}/spanner/test.yaml (100%) rename {products => mmv1/products}/sql/ansible.yaml (100%) rename {products => mmv1/products}/sql/ansible_version_added.yaml (100%) rename {products => mmv1/products}/sql/api.yaml (100%) rename {products => mmv1/products}/sql/examples/ansible/database.yaml (100%) rename {products => mmv1/products}/sql/examples/ansible/instance.yaml (100%) rename {products => mmv1/products}/sql/examples/ansible/ssl_cert.yaml (100%) rename {products => mmv1/products}/sql/examples/ansible/user.yaml (100%) rename {products => mmv1/products}/sql/helpers/ansible/return_if_object.py (100%) rename {products => mmv1/products}/sql/inspec.yaml (100%) rename {products => mmv1/products}/sql/terraform.yaml (100%) rename {products => mmv1/products}/storage/ansible.yaml (100%) rename {products => mmv1/products}/storage/ansible_version_added.yaml (100%) rename {products => mmv1/products}/storage/api.yaml (100%) rename {products => mmv1/products}/storage/examples/ansible/bucket.yaml (100%) rename {products => mmv1/products}/storage/examples/ansible/bucket_access_control.yaml (100%) rename {products => mmv1/products}/storage/examples/ansible/default_object_acl.yaml (100%) rename {products => mmv1/products}/storage/examples/ansible/object.yaml (100%) rename {products => mmv1/products}/storage/inspec.yaml (100%) rename {products => mmv1/products}/storage/terraform.yaml (100%) rename {products => mmv1/products}/tpu/ansible.yaml (100%) rename {products => mmv1/products}/tpu/ansible_version_added.yaml (100%) rename {products => mmv1/products}/tpu/api.yaml (100%) rename {products => mmv1/products}/tpu/examples/ansible/node.yaml (100%) rename {products => mmv1/products}/tpu/terraform.yaml (100%) rename {products => mmv1/products}/vpcaccess/api.yaml (100%) rename {products => mmv1/products}/vpcaccess/terraform.yaml (100%) rename {provider => mmv1/provider}/abstract_core.rb (100%) rename {provider => mmv1/provider}/ansible.rb (100%) rename {provider => mmv1/provider}/ansible/blank_file.yaml (100%) rename {provider => mmv1/provider}/ansible/common~compile.yaml (100%) rename {provider => mmv1/provider}/ansible/common~copy.yaml (100%) rename {provider => mmv1/provider}/ansible/common~copy~devel.yaml (100%) rename {provider => mmv1/provider}/ansible/config.rb (100%) rename {provider => mmv1/provider}/ansible/custom_code.rb (100%) rename {provider => mmv1/provider}/ansible/documentation.rb (100%) rename {provider => mmv1/provider}/ansible/example.rb (100%) rename {provider => mmv1/provider}/ansible/facts_override.rb (100%) rename {provider => mmv1/provider}/ansible/gcp_integration_runner.py (100%) rename {provider => mmv1/provider}/ansible/gcp_utils.py (100%) rename {provider => mmv1/provider}/ansible/module.rb (100%) rename {provider => mmv1/provider}/ansible/request.rb (100%) rename {provider => mmv1/provider}/ansible/resourceref.rb (100%) rename {provider => mmv1/provider}/ansible/resource~compile.yaml (100%) rename {provider => mmv1/provider}/ansible/resource~compile~devel.yaml (100%) rename {provider => mmv1/provider}/ansible/test_gcp_session.py (100%) rename {provider => mmv1/provider}/ansible/test_gcp_utils.py (100%) rename {provider => mmv1/provider}/ansible/test_template.yaml (100%) rename {provider => mmv1/provider}/ansible/tests.rb (100%) rename {provider => mmv1/provider}/ansible/version_added.rb (100%) rename {provider => mmv1/provider}/ansible_devel.rb (100%) rename {provider => mmv1/provider}/config.rb (100%) rename {provider => mmv1/provider}/core.rb (100%) rename {provider => mmv1/provider}/file_template.rb (100%) rename {provider => mmv1/provider}/inspec.rb (100%) rename {provider => mmv1/provider}/inspec/Gemfile (100%) rename {provider => mmv1/provider}/inspec/common~copy.yaml (100%) rename {provider => mmv1/provider}/terraform.rb (100%) rename {provider => mmv1/provider}/terraform/async.rb (100%) rename {provider => mmv1/provider}/terraform/common~compile.yaml (100%) rename {provider => mmv1/provider}/terraform/common~copy.yaml (100%) rename {provider => mmv1/provider}/terraform/config.rb (100%) rename {provider => mmv1/provider}/terraform/custom_code.rb (100%) rename {provider => mmv1/provider}/terraform/docs.rb (100%) rename {provider => mmv1/provider}/terraform/examples.rb (100%) rename {provider => mmv1/provider}/terraform/import.rb (100%) rename {provider => mmv1/provider}/terraform/product~compile.yaml (100%) rename {provider => mmv1/provider}/terraform/sub_template.rb (100%) rename {provider => mmv1/provider}/terraform/virtual_fields.rb (100%) rename {provider => mmv1/provider}/terraform_object_library.rb (100%) rename {provider => mmv1/provider}/terraform_oics.rb (100%) rename {spec => mmv1/spec}/.rubocop.yml (100%) rename {spec => mmv1/spec}/compiler_spec.rb (100%) rename {spec => mmv1/spec}/copyright.rb (100%) rename {spec => mmv1/spec}/copyright_spec.rb (100%) rename {spec => mmv1/spec}/data/bad-property-reference-config.yaml (100%) rename {spec => mmv1/spec}/data/copyright_bad1.rb (100%) rename {spec => mmv1/spec}/data/copyright_bad2.rb (100%) rename {spec => mmv1/spec}/data/copyright_good1.rb (100%) rename {spec => mmv1/spec}/data/copyright_good2.rb (100%) rename {spec => mmv1/spec}/data/good-export-file.yaml (100%) rename {spec => mmv1/spec}/data/good-file.yaml (100%) rename {spec => mmv1/spec}/data/good-longuri.yaml (100%) rename {spec => mmv1/spec}/data/good-multi-file.yaml (100%) rename {spec => mmv1/spec}/data/good-multi2-file.yaml (100%) rename {spec => mmv1/spec}/data/good-resource.yaml (100%) rename {spec => mmv1/spec}/data/good-single-file.yaml (100%) rename {spec => mmv1/spec}/data/good-single-readonly-file.yaml (100%) rename {spec => mmv1/spec}/data/good-tf-override.yaml (100%) rename {spec => mmv1/spec}/data/resourceref-missingimports.yaml (100%) rename {spec => mmv1/spec}/data/resourceref-missingresource.yaml (100%) rename {spec => mmv1/spec}/data/terraform-config.yaml (100%) rename {spec => mmv1/spec}/google_golang_spec.rb (100%) rename {spec => mmv1/spec}/google_python_spec.rb (100%) rename {spec => mmv1/spec}/object_spec.rb (100%) rename {spec => mmv1/spec}/override_runner_spec.rb (100%) rename {spec => mmv1/spec}/override_validator_spec.rb (100%) rename {spec => mmv1/spec}/product_spec.rb (100%) rename {spec => mmv1/spec}/provider_terraform_import_spec.rb (100%) rename {spec => mmv1/spec}/provider_terraform_resource_override_spec.rb (100%) rename {spec => mmv1/spec}/provider_terraform_spec.rb (100%) rename {spec => mmv1/spec}/resource_spec.rb (100%) rename {spec => mmv1/spec}/spec_helper.rb (100%) rename {spec => mmv1/spec}/string_utils_spec.rb (100%) rename {spec => mmv1/spec}/type_spec.rb (100%) rename {spec => mmv1/spec}/yaml_validator_spec.rb (100%) rename {templates => mmv1/templates}/LICENSE (100%) rename {templates => mmv1/templates}/ansible/README.md.erb (100%) rename {templates => mmv1/templates}/ansible/aliases (100%) rename {templates => mmv1/templates}/ansible/async.erb (100%) rename {templates => mmv1/templates}/ansible/documentation.erb (100%) rename {templates => mmv1/templates}/ansible/facts.erb (100%) rename {templates => mmv1/templates}/ansible/integration_test.erb (100%) rename {templates => mmv1/templates}/ansible/integration_test_variables.erb (100%) rename {templates => mmv1/templates}/ansible/module.erb (100%) rename {templates => mmv1/templates}/ansible/pattern.py.erb (100%) rename {templates => mmv1/templates}/ansible/properties.erb (100%) rename {templates => mmv1/templates}/ansible/provider_helpers.erb (100%) rename {templates => mmv1/templates}/ansible/resource.erb (100%) rename {templates => mmv1/templates}/ansible/tests_main.erb (100%) rename {templates => mmv1/templates}/ansible/transport.erb (100%) rename {templates => mmv1/templates}/ansible/update_mask.erb (100%) rename {templates => mmv1/templates}/ansible/verifiers/bash.yaml.erb (100%) rename {templates => mmv1/templates}/ansible/verifiers/facts.yaml.erb (100%) rename {templates => mmv1/templates}/async.yaml.erb (100%) rename {templates => mmv1/templates}/autogen_notice.erb (100%) rename {templates => mmv1/templates}/inspec/doc_template.md.erb (100%) rename {templates => mmv1/templates}/inspec/examples/attributes/external_attributes.yml (100%) rename {templates => mmv1/templates}/inspec/examples/google_access_context_manager_access_level/google_access_context_manager_access_level.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_access_context_manager_access_level/google_access_context_manager_access_level_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_access_context_manager_access_level/google_access_context_manager_access_levels.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_access_context_manager_access_policy/google_access_context_manager_access_policies.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_access_context_manager_access_policy/google_access_context_manager_access_policy.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_access_context_manager_access_policy/google_access_context_manager_access_policy_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_access_context_manager_service_perimeter/google_access_context_manager_service_perimeter.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_access_context_manager_service_perimeter/google_access_context_manager_service_perimeter_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_access_context_manager_service_perimeter/google_access_context_manager_service_perimeters.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_appengine_standard_app_version/google_appengine_standard_app_version.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_appengine_standard_app_version/google_appengine_standard_app_version_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_appengine_standard_app_version/google_appengine_standard_app_versions.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_bigquery_dataset/google_bigquery_dataset.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_bigquery_dataset/google_bigquery_dataset_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_bigquery_dataset/google_bigquery_datasets.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_bigquery_table/google_bigquery_table.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_bigquery_table/google_bigquery_table_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_bigquery_table/google_bigquery_tables.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_billing_project_billing_info/google_billing_project_billing_info.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_billing_project_billing_info/google_billing_project_billing_info_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_cloud_scheduler_job/google_cloud_scheduler_job.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_cloud_scheduler_job/google_cloud_scheduler_job_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_cloud_scheduler_job/google_cloud_scheduler_jobs.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_cloudbuild_trigger/google_cloudbuild_trigger.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_cloudbuild_trigger/google_cloudbuild_trigger_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_cloudbuild_trigger/google_cloudbuild_triggers.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_cloudfunctions_cloud_function/google_cloudfunctions_cloud_function.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_cloudfunctions_cloud_function/google_cloudfunctions_cloud_function_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_cloudfunctions_cloud_function/google_cloudfunctions_cloud_functions.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_address/google_compute_address.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_address/google_compute_address_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_address/google_compute_addresses.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_autoscaler/google_compute_autoscaler.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_autoscaler/google_compute_autoscaler_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_autoscaler/google_compute_autoscalers.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_backend_bucket/google_compute_backend_bucket.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_backend_bucket/google_compute_backend_bucket_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_backend_bucket/google_compute_backend_buckets.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_backend_service/google_compute_backend_service.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_backend_service/google_compute_backend_service_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_backend_service/google_compute_backend_services.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_disk/google_compute_disk.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_disk/google_compute_disk_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_disk/google_compute_disks.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_firewall/google_compute_firewall.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_firewall/google_compute_firewall_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_firewall/google_compute_firewalls.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_forwarding_rule/google_compute_forwarding_rule.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_forwarding_rule/google_compute_forwarding_rule_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_forwarding_rule/google_compute_forwarding_rules.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_global_address/google_compute_global_address.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_global_address/google_compute_global_address_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_global_address/google_compute_global_addresses.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_global_forwarding_rule/google_compute_global_forwarding_rule.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_global_forwarding_rule/google_compute_global_forwarding_rule_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_global_forwarding_rule/google_compute_global_forwarding_rules.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_health_check/google_compute_health_check.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_health_check/google_compute_health_check_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_health_check/google_compute_health_checks.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_http_health_check/google_compute_http_health_check.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_http_health_check/google_compute_http_health_check_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_http_health_check/google_compute_http_health_checks.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_https_health_check/google_compute_https_health_check.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_https_health_check/google_compute_https_health_check_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_https_health_check/google_compute_https_health_checks.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_image/google_compute_image.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_image/google_compute_image_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_instance/google_compute_instance.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_instance/google_compute_instance_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_instance/google_compute_instances.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_instance_group/google_compute_instance_group.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_instance_group/google_compute_instance_group_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_instance_group/google_compute_instance_groups.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_instance_group_manager/google_compute_instance_group_manager.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_instance_group_manager/google_compute_instance_group_manager_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_instance_group_manager/google_compute_instance_group_managers.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_instance_template/google_compute_instance_template.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_instance_template/google_compute_instance_template_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_instance_template/google_compute_instance_templates.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_network/google_compute_network.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_network/google_compute_network_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_network/google_compute_networks.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_network_endpoint_group/google_compute_network_endpoint_group.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_network_endpoint_group/google_compute_network_endpoint_group_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_network_endpoint_group/google_compute_network_endpoint_groups.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_node_group/google_compute_node_group.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_node_group/google_compute_node_group_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_node_group/google_compute_node_groups.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_node_template/google_compute_node_template.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_node_template/google_compute_node_template_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_node_template/google_compute_node_templates.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_project_info/google_compute_project_info.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_project_info/google_compute_project_info_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_region/google_compute_region.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_region/google_compute_region_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_region/google_compute_regions.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_region_backend_service/google_compute_region_backend_service.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_region_backend_service/google_compute_region_backend_service_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_region_backend_service/google_compute_region_backend_services.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_region_instance_group_manager/google_compute_region_instance_group_manager.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_region_instance_group_manager/google_compute_region_instance_group_manager_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_region_instance_group_manager/google_compute_region_instance_group_managers.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_route/google_compute_route.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_route/google_compute_route_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_route/google_compute_routes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_router/google_compute_router.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_router/google_compute_router_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_router/google_compute_routers.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_router_nat/google_compute_router_nat.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_router_nat/google_compute_router_nat_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_router_nat/google_compute_router_nats.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_security_policy/google_compute_security_policies.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_security_policy/google_compute_security_policy.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_security_policy/google_compute_security_policy_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_snapshot/google_compute_snapshot.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_snapshot/google_compute_snapshot_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_snapshot/google_compute_snapshots.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_ssl_certificate/google_compute_ssl_certificate.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_ssl_certificate/google_compute_ssl_certificate_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_ssl_certificate/google_compute_ssl_certificates.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_ssl_policy/google_compute_ssl_policies.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_ssl_policy/google_compute_ssl_policy.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_ssl_policy/google_compute_ssl_policy_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_subnetwork/google_compute_subnetwork.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_subnetwork/google_compute_subnetwork_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_subnetwork/google_compute_subnetworks.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_target_http_proxy/google_compute_target_http_proxies.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_target_http_proxy/google_compute_target_http_proxy.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_target_http_proxy/google_compute_target_http_proxy_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_target_https_proxy/google_compute_target_https_proxies.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_target_https_proxy/google_compute_target_https_proxy.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_target_https_proxy/google_compute_target_https_proxy_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_target_pool/google_compute_target_pool.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_target_pool/google_compute_target_pool_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_target_pool/google_compute_target_pools.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_target_tcp_proxy/google_compute_target_tcp_proxies.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_target_tcp_proxy/google_compute_target_tcp_proxy.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_target_tcp_proxy/google_compute_target_tcp_proxy_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_url_map/google_compute_url_map.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_url_map/google_compute_url_map_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_url_map/google_compute_url_maps.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_vpn_tunnel/google_compute_vpn_tunnel.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_vpn_tunnel/google_compute_vpn_tunnel_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_vpn_tunnel/google_compute_vpn_tunnels.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_zone/google_compute_zone.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_zone/google_compute_zone_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_compute_zone/google_compute_zones.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_container_cluster/google_container_cluster.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_container_cluster/google_container_cluster_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_container_cluster/google_container_clusters.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_container_node_pool/google_container_node_pool.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_container_node_pool/google_container_node_pool_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_container_node_pool/google_container_node_pools.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_dataproc_cluster/google_dataproc_cluster.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_dataproc_cluster/google_dataproc_cluster_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_dataproc_cluster/google_dataproc_clusters.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_dns_managed_zone/google_dns_managed_zone.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_dns_managed_zone/google_dns_managed_zone_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_dns_managed_zone/google_dns_managed_zones.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_dns_resource_record_set/google_dns_resource_record_set.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_dns_resource_record_set/google_dns_resource_record_set_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_dns_resource_record_set/google_dns_resource_record_sets.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_filestore_instance/google_filestore_instance.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_filestore_instance/google_filestore_instance_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_filestore_instance/google_filestore_instances.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_iam_organization_custom_role/google_iam_organization_custom_role.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_iam_organization_custom_role/google_iam_organization_custom_role_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_iam_organization_custom_role/google_iam_organization_custom_roles.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_kms_crypto_key/google_kms_crypto_key.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_kms_crypto_key/google_kms_crypto_key_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_kms_crypto_key/google_kms_crypto_keys.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_kms_key_ring/google_kms_key_ring.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_kms_key_ring/google_kms_key_ring_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_kms_key_ring/google_kms_key_rings.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_logging_folder_exclusion/google_logging_folder_exclusion.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_logging_folder_exclusion/google_logging_folder_exclusion_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_logging_folder_exclusion/google_logging_folder_exclusions.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_logging_folder_log_sink/google_logging_folder_log_sink.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_logging_folder_log_sink/google_logging_folder_log_sink_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_logging_folder_log_sink/google_logging_folder_log_sinks.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_logging_organization_log_sink/google_logging_organization_log_sink.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_logging_organization_log_sink/google_logging_organization_log_sink_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_logging_organization_log_sink/google_logging_organization_log_sinks.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_logging_project_exclusion/google_logging_project_exclusion.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_logging_project_exclusion/google_logging_project_exclusion_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_logging_project_exclusion/google_logging_project_exclusions.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_logging_project_sink/google_logging_project_sink.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_logging_project_sink/google_logging_project_sink_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_logging_project_sink/google_logging_project_sinks.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_memcache_instance/google_memcache_instance.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_memcache_instance/google_memcache_instance_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_memcache_instance/google_memcache_instances.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_ml_engine_model/google_ml_engine_model.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_ml_engine_model/google_ml_engine_model_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_ml_engine_model/google_ml_engine_models.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_organization/google_organization.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_organization/google_organization_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_organization/google_organizations.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_project/google_project.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_project/google_project_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_project/google_projects.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_project_alert_policy/google_project_alert_policies.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_project_alert_policy/google_project_alert_policy.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_project_alert_policy/google_project_alert_policy_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_project_iam_custom_role/google_project_iam_custom_role.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_project_iam_custom_role/google_project_iam_custom_role_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_project_iam_custom_role/google_project_iam_custom_roles.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_project_metric/google_project_metric.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_project_metric/google_project_metric_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_project_metric/google_project_metrics.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_project_service/google_project_service.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_project_service/google_project_service_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_project_service/google_project_services.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_pubsub_subscription/google_pubsub_subscription.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_pubsub_subscription/google_pubsub_subscription_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_pubsub_subscription/google_pubsub_subscriptions.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_pubsub_topic/google_pubsub_topic.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_pubsub_topic/google_pubsub_topic_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_pubsub_topic/google_pubsub_topics.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_redis_instance/google_redis_instance.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_redis_instance/google_redis_instance_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_redis_instance/google_redis_instances.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_resourcemanager_folder/google_resourcemanager_folder.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_resourcemanager_folder/google_resourcemanager_folder_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_resourcemanager_folder/google_resourcemanager_folders.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_runtime_config_config/google_runtime_config_config.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_runtime_config_config/google_runtime_config_config_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_runtime_config_config/google_runtime_config_configs.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_runtime_config_variable/google_runtime_config_variable.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_runtime_config_variable/google_runtime_config_variable_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_runtime_config_variable/google_runtime_config_variables.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_service_account/google_service_account.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_service_account/google_service_account_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_service_account/google_service_accounts.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_service_account_key/google_service_account_key.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_service_account_key/google_service_account_key_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_service_account_key/google_service_account_keys.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_sourcerepo_repository/google_sourcerepo_repositories.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_sourcerepo_repository/google_sourcerepo_repository.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_sourcerepo_repository/google_sourcerepo_repository_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_spanner_database/google_spanner_database.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_spanner_database/google_spanner_database_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_spanner_database/google_spanner_databases.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_spanner_instance/google_spanner_instance.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_spanner_instance/google_spanner_instance_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_spanner_instance/google_spanner_instances.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_sql_database_instance/google_sql_database_instance.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_sql_database_instance/google_sql_database_instance_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_sql_database_instance/google_sql_database_instances.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_sql_user/google_sql_user.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_sql_user/google_sql_user_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_sql_user/google_sql_users.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_storage_bucket/google_storage_bucket.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_storage_bucket/google_storage_bucket_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_storage_bucket/google_storage_buckets.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_storage_bucket_acl/google_storage_bucket_acl.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_storage_bucket_acl/google_storage_bucket_acl_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_storage_bucket_object/google_storage_bucket_object.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_storage_bucket_object/google_storage_bucket_object_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_storage_bucket_object/google_storage_bucket_objects.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_storage_default_object_acl/google_storage_default_object_acl.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_storage_default_object_acl/google_storage_default_object_acl_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_storage_object_acl/google_storage_object_acl.erb (100%) rename {templates => mmv1/templates}/inspec/examples/google_storage_object_acl/google_storage_object_acl_attributes.erb (100%) rename {templates => mmv1/templates}/inspec/iam_binding/iam_binding.erb (100%) rename {templates => mmv1/templates}/inspec/iam_binding/iam_binding.md.erb (100%) rename {templates => mmv1/templates}/inspec/iam_policy/iam_policy.erb (100%) rename {templates => mmv1/templates}/inspec/iam_policy/iam_policy.md.erb (100%) rename {templates => mmv1/templates}/inspec/iam_policy/properties/iam_binding_condition.rb (100%) rename {templates => mmv1/templates}/inspec/iam_policy/properties/iam_policy_audit_configs.rb (100%) rename {templates => mmv1/templates}/inspec/iam_policy/properties/iam_policy_audit_configs_audit_log_configs.rb (100%) rename {templates => mmv1/templates}/inspec/iam_policy/properties/iam_policy_bindings.rb (100%) rename {templates => mmv1/templates}/inspec/integration_test_template.erb (100%) rename {templates => mmv1/templates}/inspec/nested_object.erb (100%) rename {templates => mmv1/templates}/inspec/plural_resource.erb (100%) rename {templates => mmv1/templates}/inspec/product_url.erb (100%) rename {templates => mmv1/templates}/inspec/singular_resource.erb (100%) rename {templates => mmv1/templates}/inspec/tests/integration/build/gcp-mm.tf (100%) rename {templates => mmv1/templates}/inspec/tests/integration/configuration/hello-world.zip (100%) rename {templates => mmv1/templates}/inspec/tests/integration/configuration/index.js.zip (100%) rename {templates => mmv1/templates}/inspec/tests/integration/configuration/mm-attributes.yml (100%) rename {templates => mmv1/templates}/inspec/vcr_config.rb (100%) rename {templates => mmv1/templates}/license.erb (100%) rename {templates => mmv1/templates}/stackdriver.json (100%) rename {templates => mmv1/templates}/terraform/constants/access_approval.go.erb (100%) rename {templates => mmv1/templates}/terraform/constants/backend_service.go.erb (100%) rename {templates => mmv1/templates}/terraform/constants/bigquery_data_transfer.go.erb (100%) rename {templates => mmv1/templates}/terraform/constants/bigquery_dataset.go.erb (100%) rename {templates => mmv1/templates}/terraform/constants/bigquery_dataset_access.go.erb (100%) rename {templates => mmv1/templates}/terraform/constants/bigquery_job.go (100%) rename {templates => mmv1/templates}/terraform/constants/binaryauthorization_policy.erb (100%) rename {templates => mmv1/templates}/terraform/constants/certificate_authority.go.erb (100%) rename {templates => mmv1/templates}/terraform/constants/cloud_run_domain_mapping.go.erb (100%) rename {templates => mmv1/templates}/terraform/constants/cloud_run_service.go.erb (100%) rename {templates => mmv1/templates}/terraform/constants/cloud_tasks_retry_config_custom_diff.go (100%) rename {templates => mmv1/templates}/terraform/constants/cloudbuild_trigger.erb (100%) rename {templates => mmv1/templates}/terraform/constants/cloudiot.go.erb (100%) rename {templates => mmv1/templates}/terraform/constants/deployment_manager_deployment.go.erb (100%) rename {templates => mmv1/templates}/terraform/constants/disk.erb (100%) rename {templates => mmv1/templates}/terraform/constants/domain_mapping.erb (100%) rename {templates => mmv1/templates}/terraform/constants/filestore.erb (100%) rename {templates => mmv1/templates}/terraform/constants/firewall.erb (100%) rename {templates => mmv1/templates}/terraform/constants/gameserver_cluster_custom_diff.go (100%) rename {templates => mmv1/templates}/terraform/constants/health_check.erb (100%) rename {templates => mmv1/templates}/terraform/constants/iam_workload_identity_pool.go.erb (100%) rename {templates => mmv1/templates}/terraform/constants/iam_workload_identity_pool_provider.go.erb (100%) rename {templates => mmv1/templates}/terraform/constants/interconnect_attachment.go.erb (100%) rename {templates => mmv1/templates}/terraform/constants/monitoring_notification_channel.go.erb (100%) rename {templates => mmv1/templates}/terraform/constants/monitoring_slo.go.erb (100%) rename {templates => mmv1/templates}/terraform/constants/region_backend_service.go.erb (100%) rename {templates => mmv1/templates}/terraform/constants/router.go.erb (100%) rename {templates => mmv1/templates}/terraform/constants/router_nat.go.erb (100%) rename {templates => mmv1/templates}/terraform/constants/scheduler.erb (100%) rename {templates => mmv1/templates}/terraform/constants/secret_version.go.erb (100%) rename {templates => mmv1/templates}/terraform/constants/source_repo_repository.go.erb (100%) rename {templates => mmv1/templates}/terraform/constants/spanner_database.go.erb (100%) rename {templates => mmv1/templates}/terraform/constants/ssl_policy.erb (100%) rename {templates => mmv1/templates}/terraform/constants/subnetwork.erb (100%) rename {templates => mmv1/templates}/terraform/constants/subscription.go.erb (100%) rename {templates => mmv1/templates}/terraform/constants/tpu_node.erb (100%) rename {templates => mmv1/templates}/terraform/constants/vpn_tunnel.erb (100%) rename {templates => mmv1/templates}/terraform/custom_check_destroy/appengine.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_check_destroy/iam_workload_identity_pool.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_check_destroy/iam_workload_identity_pool_provider.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_check_destroy/privateca_certificate_authority.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_check_destroy/skip_delete_during_test.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_check_destroy/storage_hmac_key.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_create/gameservice_rollout_create.go (100%) rename {templates => mmv1/templates}/terraform/custom_delete/active_directory_domain_trust.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_delete/appversion_delete.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_delete/clear_folder_access_approval_settings.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_delete/clear_organization_access_approval_settings.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_delete/clear_project_access_approval_settings.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_delete/kms_crypto_key.erb (100%) rename {templates => mmv1/templates}/terraform/custom_delete/per_instance_config.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_delete/region_per_instance_config.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_delete/replace_all_access_levels_empty_list.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_delete/replace_all_service_perimeters_empty_list.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/base64.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/bigquery_access_role.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/bigquery_dataset_ref.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/bigquery_routine_ref.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/bigquery_table_ref.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/bigquery_table_ref_array.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/bigtable_app_profile_routing.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/binaryauthorization_attestors.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/bool_to_object.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/cloud_run_service_revision_name.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/compute_full_url.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/computed_lite_subscription_topic.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/computed_subscription_topic.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/container_analysis_note.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/data_catalog_tag.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/days_to_duration_string.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/default_to_project.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/dns_managed_zone_private_visibility_config.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/firewall_log_config.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/json_schema.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/name_or_name_prefix.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/network_full_url.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/network_management_connectivity_test_name.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/preserved_state_disks.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/qualify_queue_name.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/redis_instance_authorized_network.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/reference_to_backend.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/resource_from_self_link.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/resourceref_as_string.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/route_gateway.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/route_instance.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/sd_full_url.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/secret_version_enable.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/self_link_from_name.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/set_to_list.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/shortname_to_url.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/spanner_instance_config.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_expand/subnetwork_log_config.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/bigquery_connection_flatten.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/bigquery_dataset_location.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/bigquery_dataset_ref.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/bigquery_table_ref.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/bigquery_table_ref_copy_destinationtable.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/bigquery_table_ref_copy_sourcetables.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/bigquery_table_ref_extract_sourcetable.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/bigquery_table_ref_load_destinationtable.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/bigquery_table_ref_query_destinationtable.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/bigtable_app_profile_routing.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/cloudrun_ignore_force_override.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/cloudscheduler_job_appenginerouting.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/cloudtasks_queue_appenginerouting.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/compute_backend_service_iap_oauth2_client_secret.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/compute_snapshot_snapshot_encryption_raw_key.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/data_catalog_tag.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/default_if_empty.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/duration_string_to_days.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/firewall_log_config.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/float64_to_int.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/float64_to_string.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/full_to_relative_path.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/group_id_to_name.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/guard_self_link.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/guard_self_link_array.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/health_check_log_config.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/http_headers.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/id_from_name.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/json_schema.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/json_to_string_map.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/name_from_self_link.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/object_to_bool.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/preserved_state_disks.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/repository_short_name_from_name.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/scan_config_auth_custom_password.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/scan_config_auth_google_password.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/secret_version_access.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/secret_version_enable.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/set_to_project.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/sha256.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/subnetwork_log_config.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_flatten/uptime_check_http_password.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/access_context_manager_service_perimeter_resource.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/apigee_organization.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/cloud_asset_feed.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/compute_global_network_endpoint.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/data_catalog_entry.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/data_catalog_entry_group.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/data_catalog_tag.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/data_catalog_tag_template.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/dlp_import.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/extract_taxonomy.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/firestore_document.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/healthcare_dicom_store.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/healthcare_fhir_store.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/healthcare_hl7_v2_store.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/iap_brand.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/iap_client.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/index_self_link_as_name_set_project.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/kms_crypto_key.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/kms_key_ring_import_job.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/organization_security_policy_rule.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/scc_source_self_link_as_name_set_organization.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/secret_version.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/self_link_as_name.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/self_link_as_name_set_project.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/service_directory_endpoint.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/service_directory_namespace.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/service_directory_service.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/set_access_policy_parent_from_access_policy.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/set_access_policy_parent_from_self_link.go.erb (100%) rename {templates => mmv1/templates}/terraform/custom_import/set_id_name_with_slashes.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/avoid_meaningless_project_update.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/backend_service.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/bigquery_data_transfer.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/cloud_run.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/cloudiot_device_registry.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/compute_disk_resource_policies_attachment.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/containeranalysis_attestation_field_name.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/containeranalysis_occurrence.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/disk.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/dlp_stored_info_type.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/firestore_document.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/long_name_to_self_link.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/monitoring_notification_channel.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/network_endpoint.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/noop.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/os_config_patch_deployment.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/pubsub_subscription.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/redis_instance.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/region_backend_service.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/route.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/snapshot.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/spanner_database.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/spanner_instance.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/sql_source_representation_instance.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/treat_deleted_state_as_gone.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/unwrap_global_neg.go.erb (100%) rename {templates => mmv1/templates}/terraform/decoders/unwrap_resource.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/access_level_never_send_parent.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/active_directory_domain_trust.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/api_config.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/apigee_organization.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/backend_service.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/bigquery_connection.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/bigquery_data_transfer.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/bigquery_job.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/bigtable_app_profile.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/certificate_authority.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/cloud_asset_feed.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/cloud_run_domain_mapping.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/cloud_run_service.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/cloudiot_device_registry.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/compute_disk_resource_policies_attachment.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/compute_global_network_endpoint.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/compute_network_endpoint.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/compute_per_instance_config.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/compute_region_disk_resource_policies_attachment.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/containeranalysis_attestation_field_name.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/containeranalysis_occurrence.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/data_catalog_tag.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/disk.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/dlp_stored_info_type.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/flex_app_version.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/health_check_type.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/index.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/kms_crypto_key.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/monitoring_notification_channel.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/monitoring_service.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/monitoring_slo.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/network_peering_routes_config.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/no_send_name.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/normalize_group.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/os_config_patch_deployment.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/pubsub_lite.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/redis_location_id_for_fallback_zone.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/region_backend_service.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/send_nil_body.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/spanner_database.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/spanner_instance.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/spanner_instance_update.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/sql_source_representation_instance.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/vpn_tunnel.go.erb (100%) rename {templates => mmv1/templates}/terraform/encoders/wrap_object.go.erb (100%) rename {templates => mmv1/templates}/terraform/env_var_context.go.erb (100%) rename {templates => mmv1/templates}/terraform/examples/access_context_manager_access_level_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/access_context_manager_access_level_condition_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/access_context_manager_access_levels_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/access_context_manager_access_policy_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/access_context_manager_gcp_user_access_binding_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/access_context_manager_service_perimeter_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/access_context_manager_service_perimeter_dry-run.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/access_context_manager_service_perimeter_resource_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/access_context_manager_service_perimeters_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/active_directory_domain_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/active_directory_domain_trust_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/address_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/address_with_gce_endpoint.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/address_with_shared_loadbalancer_vip.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/address_with_subnetwork.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/apigateway_api_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/apigateway_api_config_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/apigateway_api_config_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/apigateway_api_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/apigateway_gateway_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/apigateway_gateway_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/apigee_organization_cloud_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/apigee_organization_cloud_basic_test.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/apigee_organization_cloud_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/apigee_organization_cloud_full_test.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/app_engine_application_url_dispatch_rules_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/app_engine_domain_mapping_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/app_engine_firewall_rule_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/app_engine_flexible_app_version.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/app_engine_service_split_traffic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/app_engine_standard_app_version.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/artifact_registry_repository_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/artifact_registry_repository_cmek.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/artifact_registry_repository_iam.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/autoscaler_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/autoscaler_single_instance.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/backend_bucket_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/backend_bucket_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/backend_bucket_signed_url_key.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/backend_service_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/backend_service_cache.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/backend_service_cache_simple.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/backend_service_network_endpoint.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/backend_service_signed_url_key.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/backend_service_traffic_director_ring_hash.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/backend_service_traffic_director_round_robin.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/base_configs/documentation.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/base_configs/example_backing_file.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/base_configs/example_file.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/base_configs/iam_test_file.go.erb (100%) rename {templates => mmv1/templates}/terraform/examples/base_configs/test_body.go.erb (100%) rename {templates => mmv1/templates}/terraform/examples/base_configs/test_file.go.erb (100%) rename {templates => mmv1/templates}/terraform/examples/base_configs/tutorial.md.erb (100%) rename {templates => mmv1/templates}/terraform/examples/big_query_routine_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/big_query_routine_json.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/bigquery_bigquery_table.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/bigquery_connection_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/bigquery_connection_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/bigquery_dataset_access_basic_user.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/bigquery_dataset_access_view.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/bigquery_dataset_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/bigquery_dataset_cmek.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/bigquery_job_copy.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/bigquery_job_copy_table_reference.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/bigquery_job_extract.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/bigquery_job_extract_table_reference.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/bigquery_job_load.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/bigquery_job_load_table_reference.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/bigquery_job_query.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/bigquery_job_query_table_reference.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/bigquery_reservation_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/bigquerydatatransfer_config_scheduled_query.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/bigtable_app_profile_multicluster.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/bigtable_app_profile_singlecluster.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/billing_budget_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/billing_budget_filter.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/billing_budget_lastperiod.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/billing_budget_notify.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/binary_authorization_attestor_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/binary_authorization_attestor_kms.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/binary_authorization_policy_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/binary_authorization_policy_global_evaluation.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/cloud_asset_folder_feed.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/cloud_asset_organization_feed.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/cloud_asset_project_feed.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/cloud_identity_group_membership.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/cloud_identity_group_membership_user.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/cloud_identity_groups_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/cloud_run_domain_mapping_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/cloud_run_service_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/cloud_run_service_multiple_environment_variables.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/cloud_run_service_noauth.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/cloud_run_service_sql.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/cloud_run_service_traffic_split.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/cloud_tasks_queue_advanced.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/cloudbuild_trigger_build.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/cloudbuild_trigger_filename.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/cloudbuild_trigger_github.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/cloudfunctions_cloud_function.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/cloudiot_device_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/cloudiot_device_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/cloudiot_device_registry_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/cloudiot_device_registry_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/cloudiot_device_registry_single_event_notification_configs.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/compute_packet_mirroring_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/consumer_quota_override.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/container_analysis_note_attestation_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/container_analysis_note_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/container_analysis_occurence_attestation.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/container_analysis_occurrence_kms.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/data_catalog_entry_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/data_catalog_entry_fileset.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/data_catalog_entry_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/data_catalog_entry_group_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/data_catalog_entry_group_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/data_catalog_entry_group_tag.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/data_catalog_entry_tag_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/data_catalog_entry_tag_false.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/data_catalog_entry_tag_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/data_catalog_tag_template_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/data_catalog_taxonomies_policy_tag_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/data_catalog_taxonomies_policy_tag_child_policies.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/data_catalog_taxonomy_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/data_fusion_instance_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/data_fusion_instance_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/dataproc_autoscaling_policy.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/datastore_index.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/deployment_manager_deployment_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/deployment_manager_deployment_imports.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/dialogflow_agent_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/dialogflow_entity_type_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/dialogflow_intent_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/dialogflow_intent_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/disk_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/disk_resource_policy_attachment_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/dlp_deidentify_template_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/dlp_inspect_template_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/dlp_inspect_template_custom_type.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/dlp_job_trigger_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/dlp_stored_info_type_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/dlp_stored_info_type_dictionary.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/dlp_stored_info_type_large_custom_dictionary.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/dns_managed_zone_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/dns_managed_zone_private.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/dns_managed_zone_private_forwarding.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/dns_managed_zone_private_peering.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/dns_managed_zone_service_directory.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/dns_policy_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/endpoints_iam.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/external_vpn_gateway.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/filestore_instance_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/filestore_instance_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/firebase_project_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/firebase_project_location_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/firebase_web_app_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/firestore_document_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/firestore_document_nested_document.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/firestore_index_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/firewall_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/folder_access_approval_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/forwarding_rule_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/forwarding_rule_externallb.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/forwarding_rule_global_internallb.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/forwarding_rule_http_lb.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/forwarding_rule_internallb.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/game_service_cluster_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/game_service_config_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/game_service_deployment_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/game_service_deployment_rollout_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/game_service_realm_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/global_address_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/global_forwarding_rule_http.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/global_forwarding_rule_internal.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/global_network_endpoint.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/global_network_endpoint_group.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/global_network_endpoint_group_ip_address.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/ha_vpn_gateway_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/ha_vpn_gateway_gcp_to_gcp.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/health_check_grpc.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/health_check_grpc_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/health_check_http.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/health_check_http2.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/health_check_http2_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/health_check_http_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/health_check_https.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/health_check_https_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/health_check_ssl.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/health_check_ssl_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/health_check_tcp.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/health_check_tcp_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/health_check_with_logging.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/healthcare_consent_store_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/healthcare_consent_store_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/healthcare_consent_store_iam.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/healthcare_dataset_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/healthcare_dicom_store_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/healthcare_fhir_store_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/healthcare_fhir_store_streaming_config.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/healthcare_hl7_v2_store_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/healthcare_hl7_v2_store_parser_config.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/healthcare_hl7_v2_store_unschematized.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/http_health_check_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/https_health_check_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/iam_workload_identity_pool_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/iam_workload_identity_pool_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/iam_workload_identity_pool_provider_aws_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/iam_workload_identity_pool_provider_aws_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/iam_workload_identity_pool_provider_oidc_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/iam_workload_identity_pool_provider_oidc_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/iap_app_engine_service.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/iap_app_engine_version.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/iap_appengine.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/iap_brand.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/iap_client.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/iap_project.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/identity_platform_default_supported_idp_config_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/identity_platform_inbound_saml_config_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/identity_platform_oauth_idp_config_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/identity_platform_tenant_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/identity_platform_tenant_default_supported_idp_config_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/identity_platform_tenant_inbound_saml_config_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/identity_platform_tenant_oauth_idp_config_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/image_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/image_guest_os.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/instance_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/instance_group_named_port_gke.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/instance_with_ip.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/interconnect_attachment_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/kms_crypto_key_asymmetric_sign.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/kms_crypto_key_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/kms_key_ring_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/kms_key_ring_import_job.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/kms_secret_ciphertext_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/logging_metric_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/logging_metric_counter_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/logging_metric_counter_labels.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/machine_image_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/managed_ssl_certificate_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/managed_ssl_certificate_recreation.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/memcache_instance_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/ml_model_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/ml_model_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/monitoring_alert_policy_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/monitoring_group_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/monitoring_group_subgroup.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/monitoring_metric_descriptor_alert.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/monitoring_metric_descriptor_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/monitoring_service_custom.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/monitoring_slo_appengine.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/monitoring_slo_request_based.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/monitoring_slo_windows_based_good_bad_metric_filter.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/monitoring_slo_windows_based_metric_mean.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/monitoring_slo_windows_based_metric_sum.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/monitoring_slo_windows_based_ratio_threshold.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/network_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/network_custom_mtu.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/network_endpoint.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/network_endpoint_group.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/network_management_connectivity_test_addresses.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/network_management_connectivity_test_instances.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/network_peering_routes_config_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/network_peering_routes_config_gke.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/node_group_autoscaling_policy.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/node_group_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/node_template_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/node_template_server_binding.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/notebook_environment_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/notebook_instance_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/notebook_instance_basic_container.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/notebook_instance_basic_gpu.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/notebook_instance_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/notification_channel_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/notification_channel_sensitive.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/organization_access_approval_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/organization_security_policy_association_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/organization_security_policy_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/organization_security_policy_rule_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/os_config_guest_policies_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/os_config_guest_policies_packages.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/os_config_guest_policies_recipes.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/os_config_patch_deployment_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/os_config_patch_deployment_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/os_config_patch_deployment_instance.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/os_login_ssh_key_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/privateca_certificate_authority_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/privateca_certificate_authority_cmek.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/privateca_certificate_authority_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/project_access_approval_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/pubsub_lite_subscription_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/pubsub_lite_topic_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/pubsub_subscription_dead_letter.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/pubsub_subscription_different_project.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/pubsub_subscription_pull.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/pubsub_subscription_push.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/pubsub_topic_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/pubsub_topic_cmek.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/pubsub_topic_geo_restricted.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/queue_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/redis_instance_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/redis_instance_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/redis_instance_private_service.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_autoscaler_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_backend_service_balancing_mode.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_backend_service_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_backend_service_cache.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_backend_service_external.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_backend_service_ilb_ring_hash.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_backend_service_ilb_round_robin.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_disk_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_disk_resource_policy_attachment_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_health_check_grpc.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_health_check_grpc_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_health_check_http.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_health_check_http2.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_health_check_http2_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_health_check_http_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_health_check_http_logs.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_health_check_https.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_health_check_https_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_health_check_ssl.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_health_check_ssl_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_health_check_tcp.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_health_check_tcp_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_network_endpoint_group_appengine.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_network_endpoint_group_cloudrun.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_network_endpoint_group_functions.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_ssl_certificate_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_ssl_certificate_random_provider.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_ssl_certificate_target_https_proxies.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_target_http_proxy_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_target_http_proxy_https_redirect.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_target_https_proxy_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_url_map_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_url_map_l7_ilb_path.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_url_map_l7_ilb_path_partial.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_url_map_l7_ilb_route.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/region_url_map_l7_ilb_route_partial.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/reservation_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/resource_manager_lien.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/resource_policy_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/resource_policy_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/resource_policy_placement_policy.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/route_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/route_ilb.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/router_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/router_nat_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/router_nat_manual_ips.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/router_peer_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/runtimeconfig_config_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/scan_config_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/scc_source_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/scheduler_job_app_engine.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/scheduler_job_http.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/scheduler_job_oauth.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/scheduler_job_oidc.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/scheduler_job_pubsub.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/secret_config_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/secret_version_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/service_directory_endpoint_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/service_directory_namespace_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/service_directory_service_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/snapshot_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/sourcerepo_repository_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/sourcerepo_repository_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/spanner_database_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/spanner_instance_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/spanner_instance_multi_regional.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/sql_database_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/sql_source_representation_instance_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/ssl_certificate_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/ssl_certificate_random_provider.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/ssl_certificate_target_https_proxies.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/ssl_policy_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/stateful_igm.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/stateful_rigm.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/static/motd (100%) rename {templates => mmv1/templates}/terraform/examples/storage_bucket_access_control_public_bucket.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/storage_bucket_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/storage_bucket_storage_class.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/storage_default_object_access_control_public.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/storage_hmac_key.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/storage_object_access_control_public_object.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/subnetwork_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/subnetwork_internal_l7lb.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/subnetwork_logging_config.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/target_grpc_proxy_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/target_http_proxy_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/target_http_proxy_https_redirect.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/target_https_proxy_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/target_instance_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/target_instance_custom_network.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/target_ssl_proxy_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/target_tcp_proxy_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/target_vpn_gateway_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/tpu_node_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/tpu_node_full.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/uptime_check_config_http.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/uptime_check_config_https.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/uptime_check_tcp.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/url_map_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/url_map_header_based_routing.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/url_map_parameter_based_routing.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/url_map_traffic_director_path.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/url_map_traffic_director_path_partial.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/url_map_traffic_director_route.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/url_map_traffic_director_route_partial.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/vpc_access_connector.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/vpn_tunnel_basic.tf.erb (100%) rename {templates => mmv1/templates}/terraform/examples/vpn_tunnel_beta.tf.erb (100%) rename {templates => mmv1/templates}/terraform/expand_property_method.erb (100%) rename {templates => mmv1/templates}/terraform/expand_resource_ref.erb (100%) rename {templates => mmv1/templates}/terraform/extra_schema_entry/api_config.erb (100%) rename {templates => mmv1/templates}/terraform/extra_schema_entry/bigquery_dataset_access.go.erb (100%) rename {templates => mmv1/templates}/terraform/extra_schema_entry/cloudiot_device_registry.go.erb (100%) rename {templates => mmv1/templates}/terraform/extra_schema_entry/firewall.erb (100%) rename {templates => mmv1/templates}/terraform/extra_schema_entry/kms_self_link.erb (100%) rename {templates => mmv1/templates}/terraform/extra_schema_entry/pubsub_subscription_path.erb (100%) rename {templates => mmv1/templates}/terraform/extra_schema_entry/redis_instance.erb (100%) rename {templates => mmv1/templates}/terraform/extra_schema_entry/route.erb (100%) rename {templates => mmv1/templates}/terraform/extra_schema_entry/snapshot.erb (100%) rename {templates => mmv1/templates}/terraform/extra_schema_entry/ssl_certificate.erb (100%) rename {templates => mmv1/templates}/terraform/extra_schema_entry/subnetwork.erb (100%) rename {templates => mmv1/templates}/terraform/flatten_property_method.erb (100%) rename {templates => mmv1/templates}/terraform/iam/example_config_body/api_gateway_api_config.tf.erb (100%) rename {templates => mmv1/templates}/terraform/iam/example_config_body/app_engine_service.tf.erb (100%) rename {templates => mmv1/templates}/terraform/iam/example_config_body/app_engine_version.tf.erb (100%) rename {templates => mmv1/templates}/terraform/iam/example_config_body/privateca_certificate_authority.tf.erb (100%) rename {templates => mmv1/templates}/terraform/iam/iam_attributes.tf.erb (100%) rename {templates => mmv1/templates}/terraform/iam/iam_context.go.erb (100%) rename {templates => mmv1/templates}/terraform/iam/iap_web_appengine_diff_suppress.go.erb (100%) rename {templates => mmv1/templates}/terraform/iam/sourcerepo_diff_suppress.go.erb (100%) rename {templates => mmv1/templates}/terraform/iam/storage_bucket_diff_suppress.go.erb (100%) rename {templates => mmv1/templates}/terraform/iam_policy.go.erb (100%) rename {templates => mmv1/templates}/terraform/nested_property_documentation.erb (100%) rename {templates => mmv1/templates}/terraform/nested_query.go.erb (100%) rename {templates => mmv1/templates}/terraform/objectlib/base.go.erb (100%) rename {templates => mmv1/templates}/terraform/operation.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/accesspolicy.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/bigquery_connection_id.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/bigquery_dataset_access.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/cloud_asset_feed.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/cloudbuild_trigger_id.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/compute_backend_service_security_policy.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/compute_network_delete_default_route.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/gcip_tenant.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/global_network_endpoint_group.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/group.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/iap_client.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/index.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/interconnect_attachment.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/kms_secret_ciphertext.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/labels.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/lien.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/org_security_policy.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/org_security_policy_association.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/org_security_policy_rule.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/secret_version.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/set_computed_name.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/sleep.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/source_repo_repository_update.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/sshkeyfingerprint.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_create/storage_hmac_key.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_create_failure/delete_on_failure.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_delete/org_security_policy.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_import/lien_import.erb (100%) rename {templates => mmv1/templates}/terraform/post_update/compute_per_instance_config.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_update/compute_region_per_instance_config.go.erb (100%) rename {templates => mmv1/templates}/terraform/post_update/org_security_policy.go.erb (100%) rename {templates => mmv1/templates}/terraform/pre_create/access_approval_settings.go.erb (100%) rename {templates => mmv1/templates}/terraform/pre_create/cloud_asset_feed.go.erb (100%) rename {templates => mmv1/templates}/terraform/pre_create/os_login_ssh_public_key.go.erb (100%) rename {templates => mmv1/templates}/terraform/pre_delete/compute_disk_resource_policies_attachment.go.erb (100%) rename {templates => mmv1/templates}/terraform/pre_delete/compute_global_network_endpoint.go.erb (100%) rename {templates => mmv1/templates}/terraform/pre_delete/compute_network_endpoint.go.erb (100%) rename {templates => mmv1/templates}/terraform/pre_delete/compute_per_instance_config.go.erb (100%) rename {templates => mmv1/templates}/terraform/pre_delete/compute_region_disk_resource_policies_attachment.go.erb (100%) rename {templates => mmv1/templates}/terraform/pre_delete/detach_disk.erb (100%) rename {templates => mmv1/templates}/terraform/pre_delete/detach_network.erb (100%) rename {templates => mmv1/templates}/terraform/pre_delete/interconnect_attachment.go.erb (100%) rename {templates => mmv1/templates}/terraform/pre_delete/managed_dns_zone.go.erb (100%) rename {templates => mmv1/templates}/terraform/pre_delete/modify_delete_url.erb (100%) rename {templates => mmv1/templates}/terraform/pre_delete/privateca_certificate_authority.go.erb (100%) rename {templates => mmv1/templates}/terraform/pre_delete/resource_spanner_database.go (100%) rename {templates => mmv1/templates}/terraform/pre_delete/restore_default_binaryauthorization_policy.erb (100%) rename {templates => mmv1/templates}/terraform/pre_delete/storage_hmac_key.go.erb (100%) rename {templates => mmv1/templates}/terraform/pre_update/cloudbuild_trigger.go.erb (100%) rename {templates => mmv1/templates}/terraform/pre_update/cloudiot_device_registry.go.erb (100%) rename {templates => mmv1/templates}/terraform/pre_update/containeranalysis_note.erb (100%) rename {templates => mmv1/templates}/terraform/property_documentation.erb (100%) rename {templates => mmv1/templates}/terraform/resource.erb (100%) rename {templates => mmv1/templates}/terraform/resource.html.markdown.erb (100%) rename {templates => mmv1/templates}/terraform/resource_definition/backend_service.go.erb (100%) rename {templates => mmv1/templates}/terraform/resource_definition/bigquery_data_transfer.go.erb (100%) rename {templates => mmv1/templates}/terraform/resource_definition/cloud_run_service.go.erb (100%) rename {templates => mmv1/templates}/terraform/resource_definition/cloudbuild_trigger.go.erb (100%) rename {templates => mmv1/templates}/terraform/resource_definition/deployment_manager_deployment.go.erb (100%) rename {templates => mmv1/templates}/terraform/resource_definition/disk.erb (100%) rename {templates => mmv1/templates}/terraform/resource_definition/firewall.erb (100%) rename {templates => mmv1/templates}/terraform/resource_definition/health_check.erb (100%) rename {templates => mmv1/templates}/terraform/resource_definition/monitoring_notification_channel.erb (100%) rename {templates => mmv1/templates}/terraform/resource_definition/region_backend_service.go.erb (100%) rename {templates => mmv1/templates}/terraform/resource_definition/router.go.erb (100%) rename {templates => mmv1/templates}/terraform/resource_definition/router_nat.go.erb (100%) rename {templates => mmv1/templates}/terraform/resource_definition/scheduler_auth.erb (100%) rename {templates => mmv1/templates}/terraform/resource_definition/secret_version.go.erb (100%) rename {templates => mmv1/templates}/terraform/resource_definition/spanner_database.go.erb (100%) rename {templates => mmv1/templates}/terraform/resource_definition/ssl_policy.erb (100%) rename {templates => mmv1/templates}/terraform/resource_definition/subnetwork.erb (100%) rename {templates => mmv1/templates}/terraform/resource_definition/tpu_node.erb (100%) rename {templates => mmv1/templates}/terraform/resource_iam.html.markdown.erb (100%) rename {templates => mmv1/templates}/terraform/schema_property.erb (100%) rename {templates => mmv1/templates}/terraform/schema_subresource.erb (100%) rename {templates => mmv1/templates}/terraform/self_link_query.erb (100%) rename {templates => mmv1/templates}/terraform/state_migrations/kms_crypto_key.go.erb (100%) rename {templates => mmv1/templates}/terraform/sweeper_file.go.erb (100%) rename {templates => mmv1/templates}/terraform/unordered_list_customize_diff.erb (100%) rename {templates => mmv1/templates}/terraform/update_encoder/active_directory_domain_trust.go.erb (100%) rename {templates => mmv1/templates}/terraform/update_encoder/compute_per_instance_config.go.erb (100%) rename {templates => mmv1/templates}/terraform/update_encoder/containeranalysis_occurrence.go.erb (100%) rename {templates => mmv1/templates}/terraform/update_encoder/kms_crypto_key.go.erb (100%) rename {templates => mmv1/templates}/terraform/update_encoder/pubsub_subscription.erb (100%) rename {templates => mmv1/templates}/terraform/update_encoder/pubsub_topic.erb (100%) rename {templates => mmv1/templates}/terraform/update_encoder/reservation.go.erb (100%) rename {templates => mmv1/templates}/terraform/update_encoder/source_repo_repository.erb (100%) rename {templates => mmv1/templates}/terraform/update_encoder/spanner_database.go.erb (100%) rename {templates => mmv1/templates}/terraform/update_encoder/ssl_policy.erb (100%) rename {templates => mmv1/templates}/terraform/update_mask.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/alert_policy.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/bigquery_dataset_name.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/bucket_name_from_params.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/bucket_object.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/compute_image_custom_constructor.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/dns_managed_zone.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/dns_managed_zones.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/google_compute_address.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/google_compute_firewall.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/google_compute_instance.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/google_compute_instance_group.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/google_compute_network.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/google_compute_project_info.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/google_compute_region.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/google_compute_region_instance_group_manager.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/google_compute_subnetwork.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/google_compute_target_pool.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/google_compute_zone.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/google_container_cluster.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/google_project.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/google_project_metrics.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/google_sql_database_instance.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/google_storage_bucket.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/kms_crypto_key.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/kms_key_ring.erb (100%) rename {third_party => mmv1/third_party}/inspec/custom_functions/kms_key_ring_name.erb (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_compute_address.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_compute_firewall.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_compute_firewalls.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_compute_forwarding_rule.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_compute_forwarding_rules.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_compute_image.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_compute_instance.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_compute_instance_group.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_compute_instance_groups.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_compute_instances.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_compute_network.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_compute_networks.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_compute_project_info.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_compute_region_instance_group_manager.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_compute_region_instance_group_managers.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_compute_subnetwork.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_compute_subnetworks.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_compute_vpn_tunnel.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_compute_vpn_tunnels.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_compute_zone.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_compute_zones.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_container_cluster.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_container_clusters.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_container_node_pool.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_container_node_pools.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_dns_managed_zone.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_dns_managed_zones.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_kms_crypto_key.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_kms_crypto_keys.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_kms_key_ring.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_kms_key_rings.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_logging_project_exclusion.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_logging_project_sink.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_logging_project_sinks.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_organization.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_organizations.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_project.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_project_alert_policies.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_project_alert_policy.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_project_iam_custom_role.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_project_metric.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_project_metrics.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_projects.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_service_account.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_service_account_key.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_service_account_keys.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_service_accounts.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_sql_database_instance.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_sql_database_instances.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_sql_users.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_storage_bucket.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_storage_bucket_acl.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_storage_bucket_object.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_storage_bucket_objects.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_storage_buckets.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_storage_default_object_acl.md (100%) rename {third_party => mmv1/third_party}/inspec/documentation/google_storage_object_acl.md (100%) rename {third_party => mmv1/third_party}/terraform/LICENSE (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_google_game_services_game_server_deployment_rollout.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_cloud_identity_group_memberships.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_cloud_identity_groups.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_cloud_run_locations.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_cloud_run_service.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_compute_lb_ip_ranges.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_compute_network_endpoint_group.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_compute_network_endpoint_group_test.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_container_registry_image.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_container_registry_repository.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_dns_keys.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_dns_managed_zone.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_active_folder.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_app_engine_default_service_account.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_bigquery_default_service_account.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_billing_account.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_client_config.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_client_openid_userinfo.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_cloudfunctions_function.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_composer_environment.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_composer_image_versions.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_address.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_backend_bucket.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_backend_service.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_default_service_account.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_forwarding_rule.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_global_address.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_image.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_instance.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_instance_group.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_instance_serial_port.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_instance_template.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_network.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_node_types.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_region_instance_group.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_region_ssl_certificate.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_regions.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_resource_policy.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_router.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_ssl_certificate.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_ssl_policy.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_subnetwork.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_vpn_gateway.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_compute_zones.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_container_cluster.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_container_engine_versions.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_firebase_web_app.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_firebase_web_app_config.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_folder.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_folder_organization_policy.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_global_compute_forwarding_rule.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_iam_policy.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_iam_role.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_iam_testable_permissions.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_kms_crypto_key.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_kms_crypto_key_version.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_kms_key_ring.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_kms_secret.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_kms_secret_ciphertext.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_monitoring_uptime_check_ips.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_netblock_ip_ranges.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_organization.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_project.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_project_organization_policy.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_projects.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_service_account.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_service_account_access_token.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_service_account_id_token.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_service_account_key.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_sql_ca_certs.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_storage_bucket_object.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_storage_project_service_account.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_google_storage_transfer_project_service_account.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_iam_beta_workload_identity_pool.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_iam_beta_workload_identity_pool_provider.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_monitoring_notification_channel.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_monitoring_service.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_monitoring_service_app_engine.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_monitoring_service_cluster_istio.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_monitoring_service_mesh_istio.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_monitoring_service_test.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_pubsub_topic.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_redis_instance.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_runtimeconfig_config.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_secret_manager_secret_version.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_spanner_instance.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_sql_backup_run.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_sql_database_instance.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_storage_bucket_object_content.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_storage_object_signed_url.go (100%) rename {third_party => mmv1/third_party}/terraform/data_sources/data_source_tpu_tensorflow_versions.go (100%) rename {third_party => mmv1/third_party}/terraform/main.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/resources/common_operation_test.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_app_engine_application.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_bigquery_table.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_bigtable_gc_policy.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_bigtable_instance.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_bigtable_instance_migrate.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_bigtable_table.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_cloud_identity_group_sweeper_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_cloudfunctions_function.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_composer_environment.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_compute_attached_disk.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_compute_firewall_migrate.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_compute_instance.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_compute_instance_from_machine_image.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_compute_instance_from_template.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_compute_instance_group.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_compute_instance_group_manager.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_compute_instance_group_migrate.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_compute_instance_iam_test.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_compute_instance_migrate.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_compute_instance_template.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_compute_instance_template_migrate.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_compute_network_peering.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_compute_project_default_network_tier.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_compute_project_metadata.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_compute_project_metadata_item.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_compute_region_instance_group_manager.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_compute_router_interface.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_compute_security_policy.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_compute_shared_vpc_host_project.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_compute_shared_vpc_service_project.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_compute_target_pool.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_container_cluster.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_container_cluster_migrate.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_container_node_pool.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_container_node_pool_migrate.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_container_registry.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_dataflow_flex_template_job.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_dataflow_job.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_dataproc_cluster.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_dataproc_job.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_dns_record_set.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_endpoints_service.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_endpoints_service_migration.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_google_billing_subaccount.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_google_folder.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_google_folder_organization_policy.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_google_organization_iam_custom_role.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_google_organization_policy.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_google_project.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_google_project_default_service_accounts.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_google_project_iam_custom_role.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_google_project_migrate.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_google_project_organization_policy.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_google_project_service.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_google_service_account.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_google_service_account_key.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_iam_audit_config.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_iam_binding.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_iam_member.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_iam_policy.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_logging_billing_account_bucket_config.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_logging_billing_account_sink.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_logging_bucket_config.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_logging_exclusion.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_logging_folder_bucket_config.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_logging_folder_sink.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_logging_organization_bucket_config.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_logging_organization_sink.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_logging_project_bucket_config.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_logging_project_sink.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_logging_sink.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_monitoring_dashboard.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_project_service_identity.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_runtimeconfig_config.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_runtimeconfig_variable.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_service_networking_connection.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_sql_database_instance.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_sql_ssl_cert.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_sql_ssl_cert_test.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_sql_user.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_sql_user_migrate.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_storage_bucket.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_storage_bucket_acl.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_storage_bucket_object.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_storage_default_object_acl.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_storage_notification.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_storage_object_acl.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_storage_transfer_job.go (100%) rename {third_party => mmv1/third_party}/terraform/resources/resource_usage_export_bucket.go (100%) rename {third_party => mmv1/third_party}/terraform/scripts/affectedtests/affectedtests.go (100%) rename {third_party => mmv1/third_party}/terraform/scripts/changelog-links.sh.erb (100%) rename {third_party => mmv1/third_party}/terraform/scripts/gofmtcheck.sh (100%) rename {third_party => mmv1/third_party}/terraform/scripts/gogetcookie.sh (100%) rename {third_party => mmv1/third_party}/terraform/scripts/sidebar/sidebar.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_google_game_services_game_server_deployment_rollout_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_cloud_identity_group_memberships_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_cloud_identity_groups_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_cloud_run_locations_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_cloud_run_service_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_compute_lb_ip_ranges_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_container_registry_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_dns_key_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_dns_managed_zone_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_active_folder_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_app_engine_default_service_account_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_bigquery_default_service_account_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_billing_account_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_client_config_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_client_openid_userinfo_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_cloudfunctions_function_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_composer_environment_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_composer_image_versions_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_address_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_backend_bucket_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_backend_service_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_default_service_account_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_forwarding_rule_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_global_address_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_image_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_instance_group_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_instance_serial_port_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_instance_template_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_instance_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_network_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_node_types_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_region_instance_group_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_region_ssl_certificate_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_regions_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_resource_policy_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_router_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_ssl_certificate_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_ssl_policy_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_subnetwork_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_vpn_gateway_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_compute_zones_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_container_cluster_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_container_engine_versions_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_folder_organization_policy_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_folder_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_global_compute_forwarding_rule_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_iam_role_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_iam_testable_permissions_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_kms_crypto_key_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_kms_crypto_key_version_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_kms_key_ring_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_kms_secret_ciphertext_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_kms_secret_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_monitoring_uptime_check_ips_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_netblock_ip_ranges_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_organization_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_project_organization_policy_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_project_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_projects_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_service_account_access_token_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_service_account_id_token_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_service_account_key_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_service_account_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_sql_ca_certs_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_storage_project_service_account_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_google_storage_transfer_project_service_account_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_iam_beta_workload_identity_pool_provider_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_iam_beta_workload_identity_pool_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_monitoring_notification_channel_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_pubsub_topic_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_redis_instance_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_runtimeconfig_config_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_secret_manager_secret_version_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_spanner_instance_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_sql_backup_run_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_sql_database_instance_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_storage_bucket_object_content_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_storage_object_signed_url_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/data_source_tpu_tensorflow_versions_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_access_approval_folder_settings_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_access_approval_organization_settings_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_access_approval_project_settings_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_access_context_manager_access_level_condition_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_access_context_manager_access_level_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_access_context_manager_access_levels_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_access_context_manager_access_policy_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_access_context_manager_gcp_user_access_binding_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_access_context_manager_service_perimeter_resource_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_access_context_manager_service_perimeter_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_access_context_manager_services_perimeters_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_active_directory_domain_trust_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_active_directory_domain_update_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_api_gateway_api_config_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_api_gateway_api_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_api_gateway_gateway_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_app_engine_app_version_sweeper_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_app_engine_application_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_app_engine_domain_mapping_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_app_engine_flexible_app_version_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_app_engine_standard_app_version_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_big_query_dataset_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_big_query_routine_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_bigquery_connection_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_bigquery_data_transfer_config_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_bigquery_dataset_access_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_bigquery_dataset_iam_member_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_bigquery_dataset_iam_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_bigquery_job_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_bigquery_reservation_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_bigquery_table_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_bigtable_app_profile_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_bigtable_gc_policy_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_bigtable_instance_iam_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_bigtable_instance_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_bigtable_table_iam_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_bigtable_table_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_billing_budget_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_binaryauthorization_attestor_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_binaryauthorization_policy_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_cloud_identity_group_membership_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_cloud_identity_group_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_cloud_iot_device_update_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_cloud_run_service_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_cloud_scheduler_job_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_cloud_tasks_queue_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_cloudbuild_trigger_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_cloudfunctions_function_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_cloudiot_device_registry_id_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_cloudiot_device_registry_update_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_composer_environment_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_address_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_attached_disk_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_autoscaler_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_backend_bucket_signed_url_key_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_backend_bucket_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_backend_service_signed_url_key_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_backend_service_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_disk_resource_policy_attachment_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_disk_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_firewall_migrate_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_firewall_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_forwarding_rule_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_global_address_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_global_forwarding_rule_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_global_network_endpoint_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_health_check_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_http_health_check_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_https_health_check_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_image_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_instance_from_machine_image_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_instance_from_template_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_instance_group_manager_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_instance_group_migrate_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_instance_group_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_instance_migrate_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_instance_template_migrate_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_instance_template_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_instance_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_network_endpoint_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_network_peering_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_network_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_node_group_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_organization_security_policy_rule_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_organization_security_policy_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_per_instance_config_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_project_default_network_tier_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_project_metadata_item_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_project_metadata_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_region_autoscaler_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_region_backend_service_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_region_disk_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_region_health_check_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_region_instance_group_manager_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_region_per_instance_config_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_region_target_http_proxy_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_region_target_https_proxy_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_region_url_map_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_reservation_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_resource_policy_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_route_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_router_bgp_peer_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_router_interface_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_router_nat_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_router_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_security_policy_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_shared_vpc_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_snapshot_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_ssl_certificate_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_ssl_policy_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_subnetwork_iam_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_subnetwork_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_target_grpc_proxy_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_target_http_proxy_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_target_https_proxy_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_target_pool_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_target_ssl_proxy_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_target_tcp_proxy_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_url_map_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_compute_vpn_tunnel_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_container_analysis_occurrence_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_container_cluster_migrate_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_container_cluster_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_container_node_pool_migrate_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_container_node_pool_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_container_registry_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_containeranalysis_note_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_data_catalog_entry_group_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_data_catalog_entry_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_data_catalog_tag_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_data_fusion_instance_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_data_loss_prevention_deidentify_template_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_data_loss_prevention_inspect_template_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_data_loss_prevention_job_trigger_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_data_loss_prevention_stored_info_type_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_dataflow_flex_template_job_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_dataflow_job_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_dataproc_cluster_iam_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_dataproc_cluster_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_dataproc_job_iam_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_dataproc_job_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_deployment_manager_deployment_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_dialogflow_agent_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_dialogflow_entity_type_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_dialogflow_intent_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_dns_managed_zone_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_dns_policy_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_dns_record_set_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_endpoints_service_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_filestore_instance_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_firebase_web_app_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_firestore_document_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_billing_account_iam_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_billing_subaccount_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_folder_iam_audit_config_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_folder_iam_binding_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_folder_iam_member_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_folder_iam_policy_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_folder_organization_policy_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_folder_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_organization_iam_audit_config_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_organization_iam_custom_role_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_organization_iam_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_organization_policy_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_project_default_service_accounts_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_project_iam_audit_config_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_project_iam_binding_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_project_iam_custom_role_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_project_iam_member_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_project_iam_policy_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_project_migrate_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_project_organization_policy_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_project_service_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_project_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_security_scanner_scan_config_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_service_account_iam_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_service_account_key_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_google_service_account_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_healthcare_dataset_iam_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_healthcare_dataset_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_healthcare_dicom_store_iam_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_healthcare_dicom_store_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_healthcare_fhir_store_iam_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_healthcare_fhir_store_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_healthcare_hl7_v2_store_iam_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_healthcare_hl7_v2_store_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_iam_beta_workload_identity_pool_id_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_iam_beta_workload_identity_pool_provider_id_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_iam_beta_workload_identity_pool_provider_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_iam_beta_workload_identity_pool_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_iap_brand_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_identity_platform_default_supported_idp_config_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_identity_platform_inbound_saml_config_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_identity_platform_oauth_idp_config_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_identity_platform_tenant_default_supported_idp_config_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_identity_platform_tenant_indound_saml_config_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_identity_platform_tenant_oauth_idp_config_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_identity_platform_tenant_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_kms_crypto_key_iam_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_kms_crypto_key_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_kms_key_ring_iam_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_kms_key_ring_import_job_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_kms_key_ring_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_kms_secret_ciphertext_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_logging_billing_account_exclusion_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_logging_billing_account_sink_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_logging_bucket_config_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_logging_folder_exclusion_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_logging_folder_sink_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_logging_metric_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_logging_organization_exclusion_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_logging_organization_sink_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_logging_project_exclusion_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_logging_project_sink_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_memcache_instance_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_monitoring_alert_policy_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_monitoring_dashboard_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_monitoring_group_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_monitoring_metric_descriptor_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_monitoring_notification_channel_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_monitoring_slo_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_monitoring_uptime_check_config_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_network_management_connectivity_test_resource_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_notebooks_environment_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_notebooks_instance_container_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_notebooks_instance_gpu_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_notebooks_instance_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_os_login_ssh_public_key_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_project_service_identity_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_pubsub_subscription_iam_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_pubsub_subscription_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_pubsub_topic_iam_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_pubsub_topic_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_redis_instance_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_resourcemanager_lien_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_runtimeconfig_config_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_runtimeconfig_variable_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_secret_manager_secret_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_secret_manager_secret_version_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_security_center_source_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_service_directory_endpoint_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_service_directory_namespace_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_service_directory_service_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_service_networking_connection_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_sourcerepo_repository_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_spanner_database_iam_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_spanner_database_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_spanner_instance_iam_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_spanner_instance_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_sql_database_instance_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_sql_database_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_sql_user_migrate_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_sql_user_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_storage_bucket_access_control_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_storage_bucket_acl_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_storage_bucket_iam_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_storage_bucket_object_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_storage_bucket_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_storage_default_object_access_control_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_storage_default_object_acl_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_storage_hmac_key_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_storage_notification_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_storage_object_access_control_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_storage_object_acl_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_storage_transfer_job_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_tpu_node_test.go (100%) rename {third_party => mmv1/third_party}/terraform/tests/resource_usage_export_bucket_test.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/appengine_operation.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/batcher.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/batcher_test.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/bigtable_client_factory.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/bootstrap_utils_test.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/cloudfunctions_operation.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/cloudrun_polling.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/common_diff_suppress.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/utils/common_operation.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/common_polling.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/composer_operation.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/compute_instance_helpers.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/utils/compute_instance_network_interface_helpers.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/compute_operation.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/utils/compute_shared_operation.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/config.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/utils/config_test.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/container_operation.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/convert.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/convert_test.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/dataproc_cluster_operation.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/dataproc_job_operation.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/datasource_helpers.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/deployment_manager_operation.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/utils/disk_type.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/dns_change.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/error_retry_predicates.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/field_helpers.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/field_helpers_test.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/gcp_sweeper_test.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/hashcode.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/header_transport.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/healthcare_utils.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/iam.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/utils/iam_batching.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/iam_bigquery_dataset.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/iam_bigtable_instance.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/iam_bigtable_table.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/iam_billing_account.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/iam_dataproc_cluster.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/iam_dataproc_job.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/iam_folder.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/iam_healthcare_dataset.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/iam_healthcare_dicom_store.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/iam_healthcare_fhir_store.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/iam_healthcare_hl7_v2_store.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/iam_kms_crypto_key.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/utils/iam_kms_key_ring.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/utils/iam_organization.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/iam_project.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/iam_pubsub_subscription.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/iam_service_account.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/utils/iam_spanner_database.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/iam_spanner_instance.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/iam_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/utils/image.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/import.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/import_test.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/kms_utils.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/logging_exclusion_billing_account.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/logging_exclusion_folder.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/logging_exclusion_organization.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/logging_exclusion_project.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/logging_utils.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/logging_utils_test.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/metadata.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/mutexkv.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/node_config.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/utils/path_or_contents.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/provider.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/utils/provider_handwritten_endpoint.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/utils/provider_test.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/utils/pubsub_utils.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/regional_utils.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/retry_transport.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/retry_transport_test.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/retry_utils.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/self_link_helpers.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/self_link_helpers_test.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/service_account_waiter.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/service_networking_operation.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/service_scope.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/serviceman_operation.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/serviceusage_batching.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/serviceusage_operation.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/source_repo_utils.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/sql_utils.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/sqladmin_operation.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/state_util.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/stateful_mig_polling.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/apigateway/openapi.yaml (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/appengine/hello-world-flask/app.yaml (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/appengine/hello-world-flask/main.py (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/appengine/hello-world-flask/requirements.txt (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/appengine/hello-world.zip (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/binauthz/generated_payload.json.tmpl (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/cloudfunctions/bucket_trigger.js (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/cloudfunctions/firestore_trigger.js (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/cloudfunctions/http_trigger.js (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/cloudfunctions/http_trigger_update.js (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/cloudfunctions/pubsub_trigger.js (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/deploymentmanager/service_account.yml.tmpl (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/dlp/words.txt (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/fake_account.json (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/fake_client.json (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/header-logo.png (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/rsa_cert.pem (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/rsa_private_4096.pem (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/rsa_public.pem (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/serviceaccount/public_key.pem (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/ssh_rsa.pub (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/ssl_cert/test.crt (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/ssl_cert/test.csr (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/ssl_cert/test.key (100%) rename {third_party => mmv1/third_party}/terraform/utils/test-fixtures/test_api_descriptor.pb (100%) rename {third_party => mmv1/third_party}/terraform/utils/test_utils.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/transport.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/transport_test.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/userinfo.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/utils.go.erb (100%) rename {third_party => mmv1/third_party}/terraform/utils/utils_test.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/validation.go (100%) rename {third_party => mmv1/third_party}/terraform/utils/validation_test.go (100%) rename {third_party => mmv1/third_party}/terraform/version/version.go (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/active_folder.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/app_engine_default_service_account.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/bigquery_default_service_account.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/billing_account.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/client_config.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/client_openid_userinfo.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/cloud_identity_group_membership.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/cloud_identity_groups.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/cloud_run_locations.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/cloud_run_service.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/cloudfunctions_function.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/composer_environment.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/composer_image_versions.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_address.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_backend_bucket.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_backend_service.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_default_service_account.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_forwarding_rule.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_global_address.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_global_forwarding_rule.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_image.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_instance.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_instance_group.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_instance_serial_port.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_instance_template.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_lb_ip_ranges.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_network.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_network_endpoint_group.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_node_types.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_region_instance_group.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_region_ssl_certificate.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_regions.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_resource_policy.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_router.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_ssl_certificate.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_ssl_policy.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_subnetwork.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_vpn_gateway.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/compute_zones.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/container_cluster.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/container_engine_versions.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/container_registry_image.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/container_registry_repository.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/dns_keys.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/dns_managed_zone.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/firebase_web_app.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/firebase_web_app_config.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/folder.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/folder_organization_policy.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/game_services_game_server_deployment_rollout.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/iam_policy.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/iam_role.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/iam_testable_permissions.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/iam_workload_identity_pool.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/iam_workload_identity_pool_provider.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/kms_crypto_key.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/kms_crypto_key_version.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/kms_key_ring.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/kms_secret.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/kms_secret_ciphertext.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/monitoring_app_engine_service.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/monitoring_cluster_istio_service.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/monitoring_mesh_istio_service.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/monitoring_notification_channel.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/monitoring_uptime_check_ips.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/netblock_ip_ranges.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/organization.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/project.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/project_organization_policy.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/projects.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/pubsub_topic.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/redis_instance.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/runtimeconfig_config.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/secret_manager_secret_version.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/service_account.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/service_account_access_token.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/service_account_id_token.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/service_account_key.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/signed_url.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/spanner_instance.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/sql_backup_run.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/sql_ca_certs.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/sql_database_instance.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/storage_bucket_object.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/storage_bucket_object_content.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/storage_project_service_account.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/storage_transfer_project_service_account.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/d/tpu_tensorflow_versions.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/guides/getting_started.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/guides/iam_deleted_members.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/guides/provider_reference.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/guides/provider_versions.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/guides/using_gke_with_terraform.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/guides/version_2_upgrade.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/guides/version_3_upgrade.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/index.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/app_engine_application.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/bigquery_dataset_iam.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/bigquery_table.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/bigtable_gc_policy.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/bigtable_instance.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/bigtable_instance_iam.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/bigtable_table.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/bigtable_table_iam.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/billing_account_iam.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/cloudfunctions_function.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/composer_environment.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/compute_attached_disk.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/compute_instance.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/compute_instance_from_machine_image.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/compute_instance_from_template.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/compute_instance_group.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/compute_instance_group_manager.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/compute_instance_template.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/compute_network_peering.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/compute_project_default_network_tier.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/compute_project_metadata.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/compute_project_metadata_item.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/compute_region_instance_group_manager.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/compute_router_interface.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/compute_security_policy.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/compute_shared_vpc_host_project.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/compute_shared_vpc_service_project.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/compute_target_pool.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/container_cluster.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/container_node_pool.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/container_registry.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/dataflow_flex_template_job.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/dataflow_job.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/dataproc_cluster.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/dataproc_cluster_iam.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/dataproc_job.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/dataproc_job_iam.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/dns_record_set.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/endpoints_service.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/google_billing_subaccount.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/google_folder.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/google_folder_iam.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/google_folder_organization_policy.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/google_kms_crypto_key_iam.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/google_kms_key_ring_iam.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/google_organization_iam.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/google_organization_iam_custom_role.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/google_organization_policy.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/google_project.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/google_project_default_service_accounts.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/google_project_iam.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/google_project_iam_custom_role.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/google_project_organization_policy.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/google_project_service.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/google_service_account.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/google_service_account_iam.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/google_service_account_key.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/healthcare_dataset_iam.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/healthcare_dicom_store_iam.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/healthcare_fhir_store_iam.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/healthcare_hl7_v2_store_iam.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/logging_billing_account_bucket_config.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/logging_billing_account_exclusion.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/logging_billing_account_sink.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/logging_folder_bucket_config.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/logging_folder_exclusion.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/logging_folder_sink.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/logging_organization_bucket_config.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/logging_organization_exclusion.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/logging_organization_sink.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/logging_project_bucket_config.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/logging_project_exclusion.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/logging_project_sink.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/monitoring_dashboard.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/project_service_identity.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/pubsub_subscription_iam.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/runtimeconfig_config.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/runtimeconfig_variable.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/service_networking_connection.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/spanner_database_iam.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/spanner_instance_iam.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/sql_database_instance.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/sql_ssl_cert.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/sql_user.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/storage_bucket.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/storage_bucket_acl.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/storage_bucket_object.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/storage_default_object_acl.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/storage_notification.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/storage_object_acl.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/storage_transfer_job.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/docs/r/usage_export_bucket.html.markdown (100%) rename {third_party => mmv1/third_party}/terraform/website/google.erb.tmpl (100%) rename {third_party => mmv1/third_party}/validator/cai.go (100%) rename {third_party => mmv1/third_party}/validator/cai_test.go (100%) rename {third_party => mmv1/third_party}/validator/compute_instance.go (100%) rename {third_party => mmv1/third_party}/validator/constants.go (100%) rename {third_party => mmv1/third_party}/validator/container.go (100%) rename {third_party => mmv1/third_party}/validator/folder_iam.go (100%) rename {third_party => mmv1/third_party}/validator/iam_helpers.go (100%) rename {third_party => mmv1/third_party}/validator/iam_helpers_test.go (100%) rename {third_party => mmv1/third_party}/validator/json_map.go (100%) rename {third_party => mmv1/third_party}/validator/monitoring_slo_helper.go (100%) rename {third_party => mmv1/third_party}/validator/organization_iam.go (100%) rename {third_party => mmv1/third_party}/validator/project.go (100%) rename {third_party => mmv1/third_party}/validator/project_iam.go (100%) rename {third_party => mmv1/third_party}/validator/project_organization_policy.go (100%) rename {third_party => mmv1/third_party}/validator/project_service.go (100%) rename {third_party => mmv1/third_party}/validator/project_service_test.go (100%) rename {third_party => mmv1/third_party}/validator/sql_database_instance.go (100%) rename {third_party => mmv1/third_party}/validator/storage_bucket.go (100%) rename {third_party => mmv1/third_party}/validator/storage_bucket_iam.go (100%) rename {tools => mmv1/tools}/ansible-pr/README.md (100%) rename {tools => mmv1/tools}/ansible-pr/generate_template.rb (100%) rename {tools => mmv1/tools}/ansible-pr/run.sh (100%) rename {tools => mmv1/tools}/bootstrap (100%) rename {tools => mmv1/tools}/builder/.byebug_history (100%) rename {tools => mmv1/tools}/builder/README.md (100%) rename {tools => mmv1/tools}/builder/api.rb (100%) rename {tools => mmv1/tools}/builder/run.rb (100%) rename {tools => mmv1/tools}/doctor (100%) rename {tools => mmv1/tools}/linter/README.md (100%) rename {tools => mmv1/tools}/linter/discovery.rb (100%) rename {tools => mmv1/tools}/linter/docs.yaml (100%) rename {tools => mmv1/tools}/linter/excluded-apis.txt (100%) rename {tools => mmv1/tools}/linter/fetcher.rb (100%) rename {tools => mmv1/tools}/linter/make-doc-list.sh (100%) rename {tools => mmv1/tools}/linter/run.rb (100%) rename {tools => mmv1/tools}/linter/spreadsheet.rb (100%) rename {tools => mmv1/tools}/linter/spreadsheet/csv_formatter.rb (100%) rename {tools => mmv1/tools}/linter/tests/test_runner.rb (100%) rename {tools => mmv1/tools}/linter/tests/tests.rb (100%) rename {tools => mmv1/tools}/setup/ansible (100%) diff --git a/.gitignore b/.gitignore index b67eae6603ab..ad99d4c08f0d 100644 --- a/.gitignore +++ b/.gitignore @@ -38,11 +38,11 @@ Thumbs.db final_api.yaml # Ansible PR Script -tools/ansible-pr/templates/* -!tools/ansible-pr/templates/.keep +mmv1/tools/ansible-pr/templates/* +!mmv1/tools/ansible-pr/templates/.keep # Used by OiCS tutorial -build/* +mmv1/build/* # vscode workspace settings .vscode diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/README.md b/README.md index 64f7bf1f5b22..daa0661f9405 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,13 @@ To get started, you'll need: ### Preparing Magic Modules / One-time setup +**Important:** +Compiling Magic Modules can be done directly from the `mmv1` directory within this repository. +In the future we will add hybrid generation with multiple generators. All the information below +pertains only to the contents of the `mmv1` directory, and commands should be executed from +that directory. + + To get started right away, use the bootstrap script with: ```bash diff --git a/.rubocop.yml b/mmv1/.rubocop.yml similarity index 100% rename from .rubocop.yml rename to mmv1/.rubocop.yml diff --git a/.ruby-version b/mmv1/.ruby-version similarity index 100% rename from .ruby-version rename to mmv1/.ruby-version diff --git a/.yamllint b/mmv1/.yamllint similarity index 100% rename from .yamllint rename to mmv1/.yamllint diff --git a/Gemfile b/mmv1/Gemfile similarity index 100% rename from Gemfile rename to mmv1/Gemfile diff --git a/Gemfile.lock b/mmv1/Gemfile.lock similarity index 100% rename from Gemfile.lock rename to mmv1/Gemfile.lock diff --git a/Rakefile b/mmv1/Rakefile similarity index 100% rename from Rakefile rename to mmv1/Rakefile diff --git a/TUTORIAL.md b/mmv1/TUTORIAL.md similarity index 100% rename from TUTORIAL.md rename to mmv1/TUTORIAL.md diff --git a/api/async.rb b/mmv1/api/async.rb similarity index 100% rename from api/async.rb rename to mmv1/api/async.rb diff --git a/api/compiler.rb b/mmv1/api/compiler.rb similarity index 100% rename from api/compiler.rb rename to mmv1/api/compiler.rb diff --git a/api/object.rb b/mmv1/api/object.rb similarity index 100% rename from api/object.rb rename to mmv1/api/object.rb diff --git a/api/product.rb b/mmv1/api/product.rb similarity index 100% rename from api/product.rb rename to mmv1/api/product.rb diff --git a/api/product/api_reference.rb b/mmv1/api/product/api_reference.rb similarity index 100% rename from api/product/api_reference.rb rename to mmv1/api/product/api_reference.rb diff --git a/api/product/version.rb b/mmv1/api/product/version.rb similarity index 100% rename from api/product/version.rb rename to mmv1/api/product/version.rb diff --git a/api/resource.rb b/mmv1/api/resource.rb similarity index 100% rename from api/resource.rb rename to mmv1/api/resource.rb diff --git a/api/resource/iam_policy.rb b/mmv1/api/resource/iam_policy.rb similarity index 100% rename from api/resource/iam_policy.rb rename to mmv1/api/resource/iam_policy.rb diff --git a/api/resource/nested_query.rb b/mmv1/api/resource/nested_query.rb similarity index 100% rename from api/resource/nested_query.rb rename to mmv1/api/resource/nested_query.rb diff --git a/api/resource/reference_links.rb b/mmv1/api/resource/reference_links.rb similarity index 100% rename from api/resource/reference_links.rb rename to mmv1/api/resource/reference_links.rb diff --git a/api/timeout.rb b/mmv1/api/timeout.rb similarity index 100% rename from api/timeout.rb rename to mmv1/api/timeout.rb diff --git a/api/type.rb b/mmv1/api/type.rb similarity index 100% rename from api/type.rb rename to mmv1/api/type.rb diff --git a/compile/core.rb b/mmv1/compile/core.rb similarity index 100% rename from compile/core.rb rename to mmv1/compile/core.rb diff --git a/compiler b/mmv1/compiler similarity index 100% rename from compiler rename to mmv1/compiler diff --git a/compiler.rb b/mmv1/compiler.rb similarity index 100% rename from compiler.rb rename to mmv1/compiler.rb diff --git a/google/extensions.rb b/mmv1/google/extensions.rb similarity index 100% rename from google/extensions.rb rename to mmv1/google/extensions.rb diff --git a/google/golang_utils.rb b/mmv1/google/golang_utils.rb similarity index 100% rename from google/golang_utils.rb rename to mmv1/google/golang_utils.rb diff --git a/google/logger.rb b/mmv1/google/logger.rb similarity index 100% rename from google/logger.rb rename to mmv1/google/logger.rb diff --git a/google/python_utils.rb b/mmv1/google/python_utils.rb similarity index 100% rename from google/python_utils.rb rename to mmv1/google/python_utils.rb diff --git a/google/string_utils.rb b/mmv1/google/string_utils.rb similarity index 100% rename from google/string_utils.rb rename to mmv1/google/string_utils.rb diff --git a/google/yaml_validator.rb b/mmv1/google/yaml_validator.rb similarity index 100% rename from google/yaml_validator.rb rename to mmv1/google/yaml_validator.rb diff --git a/images/magic-modules.png b/mmv1/images/magic-modules.png similarity index 100% rename from images/magic-modules.png rename to mmv1/images/magic-modules.png diff --git a/images/magic-modules.sketch b/mmv1/images/magic-modules.sketch similarity index 100% rename from images/magic-modules.sketch rename to mmv1/images/magic-modules.sketch diff --git a/images/magic-modules.svg b/mmv1/images/magic-modules.svg similarity index 100% rename from images/magic-modules.svg rename to mmv1/images/magic-modules.svg diff --git a/overrides/ansible/property_override.rb b/mmv1/overrides/ansible/property_override.rb similarity index 100% rename from overrides/ansible/property_override.rb rename to mmv1/overrides/ansible/property_override.rb diff --git a/overrides/ansible/resource_override.rb b/mmv1/overrides/ansible/resource_override.rb similarity index 100% rename from overrides/ansible/resource_override.rb rename to mmv1/overrides/ansible/resource_override.rb diff --git a/overrides/inspec/property_override.rb b/mmv1/overrides/inspec/property_override.rb similarity index 100% rename from overrides/inspec/property_override.rb rename to mmv1/overrides/inspec/property_override.rb diff --git a/overrides/inspec/resource_override.rb b/mmv1/overrides/inspec/resource_override.rb similarity index 100% rename from overrides/inspec/resource_override.rb rename to mmv1/overrides/inspec/resource_override.rb diff --git a/overrides/resources.rb b/mmv1/overrides/resources.rb similarity index 100% rename from overrides/resources.rb rename to mmv1/overrides/resources.rb diff --git a/overrides/runner.rb b/mmv1/overrides/runner.rb similarity index 100% rename from overrides/runner.rb rename to mmv1/overrides/runner.rb diff --git a/overrides/terraform/property_override.rb b/mmv1/overrides/terraform/property_override.rb similarity index 100% rename from overrides/terraform/property_override.rb rename to mmv1/overrides/terraform/property_override.rb diff --git a/overrides/terraform/resource_override.rb b/mmv1/overrides/terraform/resource_override.rb similarity index 100% rename from overrides/terraform/resource_override.rb rename to mmv1/overrides/terraform/resource_override.rb diff --git a/overrides/validator.rb b/mmv1/overrides/validator.rb similarity index 100% rename from overrides/validator.rb rename to mmv1/overrides/validator.rb diff --git a/products/accessapproval/api.yaml b/mmv1/products/accessapproval/api.yaml similarity index 100% rename from products/accessapproval/api.yaml rename to mmv1/products/accessapproval/api.yaml diff --git a/products/accessapproval/terraform.yaml b/mmv1/products/accessapproval/terraform.yaml similarity index 100% rename from products/accessapproval/terraform.yaml rename to mmv1/products/accessapproval/terraform.yaml diff --git a/products/accesscontextmanager/api.yaml b/mmv1/products/accesscontextmanager/api.yaml similarity index 100% rename from products/accesscontextmanager/api.yaml rename to mmv1/products/accesscontextmanager/api.yaml diff --git a/products/accesscontextmanager/inspec.yaml b/mmv1/products/accesscontextmanager/inspec.yaml similarity index 100% rename from products/accesscontextmanager/inspec.yaml rename to mmv1/products/accesscontextmanager/inspec.yaml diff --git a/products/accesscontextmanager/terraform.yaml b/mmv1/products/accesscontextmanager/terraform.yaml similarity index 100% rename from products/accesscontextmanager/terraform.yaml rename to mmv1/products/accesscontextmanager/terraform.yaml diff --git a/products/activedirectory/api.yaml b/mmv1/products/activedirectory/api.yaml similarity index 100% rename from products/activedirectory/api.yaml rename to mmv1/products/activedirectory/api.yaml diff --git a/products/activedirectory/terraform.yaml b/mmv1/products/activedirectory/terraform.yaml similarity index 100% rename from products/activedirectory/terraform.yaml rename to mmv1/products/activedirectory/terraform.yaml diff --git a/products/apigateway/api.yaml b/mmv1/products/apigateway/api.yaml similarity index 100% rename from products/apigateway/api.yaml rename to mmv1/products/apigateway/api.yaml diff --git a/products/apigateway/terraform.yaml b/mmv1/products/apigateway/terraform.yaml similarity index 100% rename from products/apigateway/terraform.yaml rename to mmv1/products/apigateway/terraform.yaml diff --git a/products/apigee/api.yaml b/mmv1/products/apigee/api.yaml similarity index 100% rename from products/apigee/api.yaml rename to mmv1/products/apigee/api.yaml diff --git a/products/apigee/terraform.yaml b/mmv1/products/apigee/terraform.yaml similarity index 100% rename from products/apigee/terraform.yaml rename to mmv1/products/apigee/terraform.yaml diff --git a/products/appengine/ansible.yaml b/mmv1/products/appengine/ansible.yaml similarity index 100% rename from products/appengine/ansible.yaml rename to mmv1/products/appengine/ansible.yaml diff --git a/products/appengine/ansible_version_added.yaml b/mmv1/products/appengine/ansible_version_added.yaml similarity index 100% rename from products/appengine/ansible_version_added.yaml rename to mmv1/products/appengine/ansible_version_added.yaml diff --git a/products/appengine/api.yaml b/mmv1/products/appengine/api.yaml similarity index 100% rename from products/appengine/api.yaml rename to mmv1/products/appengine/api.yaml diff --git a/products/appengine/examples/ansible/firewall_rule.yaml b/mmv1/products/appengine/examples/ansible/firewall_rule.yaml similarity index 100% rename from products/appengine/examples/ansible/firewall_rule.yaml rename to mmv1/products/appengine/examples/ansible/firewall_rule.yaml diff --git a/products/appengine/inspec.yaml b/mmv1/products/appengine/inspec.yaml similarity index 100% rename from products/appengine/inspec.yaml rename to mmv1/products/appengine/inspec.yaml diff --git a/products/appengine/terraform.yaml b/mmv1/products/appengine/terraform.yaml similarity index 100% rename from products/appengine/terraform.yaml rename to mmv1/products/appengine/terraform.yaml diff --git a/products/artifactregistry/api.yaml b/mmv1/products/artifactregistry/api.yaml similarity index 100% rename from products/artifactregistry/api.yaml rename to mmv1/products/artifactregistry/api.yaml diff --git a/products/artifactregistry/terraform.yaml b/mmv1/products/artifactregistry/terraform.yaml similarity index 100% rename from products/artifactregistry/terraform.yaml rename to mmv1/products/artifactregistry/terraform.yaml diff --git a/products/bigquery/ansible.yaml b/mmv1/products/bigquery/ansible.yaml similarity index 100% rename from products/bigquery/ansible.yaml rename to mmv1/products/bigquery/ansible.yaml diff --git a/products/bigquery/ansible_version_added.yaml b/mmv1/products/bigquery/ansible_version_added.yaml similarity index 100% rename from products/bigquery/ansible_version_added.yaml rename to mmv1/products/bigquery/ansible_version_added.yaml diff --git a/products/bigquery/api.yaml b/mmv1/products/bigquery/api.yaml similarity index 100% rename from products/bigquery/api.yaml rename to mmv1/products/bigquery/api.yaml diff --git a/products/bigquery/examples/ansible/dataset.yaml b/mmv1/products/bigquery/examples/ansible/dataset.yaml similarity index 100% rename from products/bigquery/examples/ansible/dataset.yaml rename to mmv1/products/bigquery/examples/ansible/dataset.yaml diff --git a/products/bigquery/examples/ansible/table.yaml b/mmv1/products/bigquery/examples/ansible/table.yaml similarity index 100% rename from products/bigquery/examples/ansible/table.yaml rename to mmv1/products/bigquery/examples/ansible/table.yaml diff --git a/products/bigquery/inspec.yaml b/mmv1/products/bigquery/inspec.yaml similarity index 100% rename from products/bigquery/inspec.yaml rename to mmv1/products/bigquery/inspec.yaml diff --git a/products/bigquery/terraform.yaml b/mmv1/products/bigquery/terraform.yaml similarity index 100% rename from products/bigquery/terraform.yaml rename to mmv1/products/bigquery/terraform.yaml diff --git a/products/bigqueryconnection/api.yaml b/mmv1/products/bigqueryconnection/api.yaml similarity index 100% rename from products/bigqueryconnection/api.yaml rename to mmv1/products/bigqueryconnection/api.yaml diff --git a/products/bigqueryconnection/terraform.yaml b/mmv1/products/bigqueryconnection/terraform.yaml similarity index 100% rename from products/bigqueryconnection/terraform.yaml rename to mmv1/products/bigqueryconnection/terraform.yaml diff --git a/products/bigquerydatatransfer/api.yaml b/mmv1/products/bigquerydatatransfer/api.yaml similarity index 100% rename from products/bigquerydatatransfer/api.yaml rename to mmv1/products/bigquerydatatransfer/api.yaml diff --git a/products/bigquerydatatransfer/terraform.yaml b/mmv1/products/bigquerydatatransfer/terraform.yaml similarity index 100% rename from products/bigquerydatatransfer/terraform.yaml rename to mmv1/products/bigquerydatatransfer/terraform.yaml diff --git a/products/bigqueryreservation/api.yaml b/mmv1/products/bigqueryreservation/api.yaml similarity index 100% rename from products/bigqueryreservation/api.yaml rename to mmv1/products/bigqueryreservation/api.yaml diff --git a/products/bigqueryreservation/terraform.yaml b/mmv1/products/bigqueryreservation/terraform.yaml similarity index 100% rename from products/bigqueryreservation/terraform.yaml rename to mmv1/products/bigqueryreservation/terraform.yaml diff --git a/products/bigtable/ansible.yaml b/mmv1/products/bigtable/ansible.yaml similarity index 100% rename from products/bigtable/ansible.yaml rename to mmv1/products/bigtable/ansible.yaml diff --git a/products/bigtable/ansible_version_added.yaml b/mmv1/products/bigtable/ansible_version_added.yaml similarity index 100% rename from products/bigtable/ansible_version_added.yaml rename to mmv1/products/bigtable/ansible_version_added.yaml diff --git a/products/bigtable/api.yaml b/mmv1/products/bigtable/api.yaml similarity index 100% rename from products/bigtable/api.yaml rename to mmv1/products/bigtable/api.yaml diff --git a/products/bigtable/examples/ansible/instance.yaml b/mmv1/products/bigtable/examples/ansible/instance.yaml similarity index 100% rename from products/bigtable/examples/ansible/instance.yaml rename to mmv1/products/bigtable/examples/ansible/instance.yaml diff --git a/products/bigtable/helpers/ansible/instance.py b/mmv1/products/bigtable/helpers/ansible/instance.py similarity index 100% rename from products/bigtable/helpers/ansible/instance.py rename to mmv1/products/bigtable/helpers/ansible/instance.py diff --git a/products/bigtable/terraform.yaml b/mmv1/products/bigtable/terraform.yaml similarity index 100% rename from products/bigtable/terraform.yaml rename to mmv1/products/bigtable/terraform.yaml diff --git a/products/billingbudget/api.yaml b/mmv1/products/billingbudget/api.yaml similarity index 100% rename from products/billingbudget/api.yaml rename to mmv1/products/billingbudget/api.yaml diff --git a/products/billingbudget/terraform.yaml b/mmv1/products/billingbudget/terraform.yaml similarity index 100% rename from products/billingbudget/terraform.yaml rename to mmv1/products/billingbudget/terraform.yaml diff --git a/products/binaryauthorization/api.yaml b/mmv1/products/binaryauthorization/api.yaml similarity index 100% rename from products/binaryauthorization/api.yaml rename to mmv1/products/binaryauthorization/api.yaml diff --git a/products/binaryauthorization/terraform.yaml b/mmv1/products/binaryauthorization/terraform.yaml similarity index 100% rename from products/binaryauthorization/terraform.yaml rename to mmv1/products/binaryauthorization/terraform.yaml diff --git a/products/cloudasset/api.yaml b/mmv1/products/cloudasset/api.yaml similarity index 100% rename from products/cloudasset/api.yaml rename to mmv1/products/cloudasset/api.yaml diff --git a/products/cloudasset/terraform.yaml b/mmv1/products/cloudasset/terraform.yaml similarity index 100% rename from products/cloudasset/terraform.yaml rename to mmv1/products/cloudasset/terraform.yaml diff --git a/products/cloudbilling/api.yaml b/mmv1/products/cloudbilling/api.yaml similarity index 100% rename from products/cloudbilling/api.yaml rename to mmv1/products/cloudbilling/api.yaml diff --git a/products/cloudbilling/inspec.yaml b/mmv1/products/cloudbilling/inspec.yaml similarity index 100% rename from products/cloudbilling/inspec.yaml rename to mmv1/products/cloudbilling/inspec.yaml diff --git a/products/cloudbuild/ansible.yaml b/mmv1/products/cloudbuild/ansible.yaml similarity index 100% rename from products/cloudbuild/ansible.yaml rename to mmv1/products/cloudbuild/ansible.yaml diff --git a/products/cloudbuild/ansible_version_added.yaml b/mmv1/products/cloudbuild/ansible_version_added.yaml similarity index 100% rename from products/cloudbuild/ansible_version_added.yaml rename to mmv1/products/cloudbuild/ansible_version_added.yaml diff --git a/products/cloudbuild/api.yaml b/mmv1/products/cloudbuild/api.yaml similarity index 100% rename from products/cloudbuild/api.yaml rename to mmv1/products/cloudbuild/api.yaml diff --git a/products/cloudbuild/examples/ansible/trigger.yaml b/mmv1/products/cloudbuild/examples/ansible/trigger.yaml similarity index 100% rename from products/cloudbuild/examples/ansible/trigger.yaml rename to mmv1/products/cloudbuild/examples/ansible/trigger.yaml diff --git a/products/cloudbuild/inspec.yaml b/mmv1/products/cloudbuild/inspec.yaml similarity index 100% rename from products/cloudbuild/inspec.yaml rename to mmv1/products/cloudbuild/inspec.yaml diff --git a/products/cloudbuild/terraform.yaml b/mmv1/products/cloudbuild/terraform.yaml similarity index 100% rename from products/cloudbuild/terraform.yaml rename to mmv1/products/cloudbuild/terraform.yaml diff --git a/products/cloudfunctions/ansible.yaml b/mmv1/products/cloudfunctions/ansible.yaml similarity index 100% rename from products/cloudfunctions/ansible.yaml rename to mmv1/products/cloudfunctions/ansible.yaml diff --git a/products/cloudfunctions/ansible_version_added.yaml b/mmv1/products/cloudfunctions/ansible_version_added.yaml similarity index 100% rename from products/cloudfunctions/ansible_version_added.yaml rename to mmv1/products/cloudfunctions/ansible_version_added.yaml diff --git a/products/cloudfunctions/api.yaml b/mmv1/products/cloudfunctions/api.yaml similarity index 100% rename from products/cloudfunctions/api.yaml rename to mmv1/products/cloudfunctions/api.yaml diff --git a/products/cloudfunctions/examples/ansible/cloud_function.yaml b/mmv1/products/cloudfunctions/examples/ansible/cloud_function.yaml similarity index 100% rename from products/cloudfunctions/examples/ansible/cloud_function.yaml rename to mmv1/products/cloudfunctions/examples/ansible/cloud_function.yaml diff --git a/products/cloudfunctions/helpers/ansible/function_transport.py b/mmv1/products/cloudfunctions/helpers/ansible/function_transport.py similarity index 100% rename from products/cloudfunctions/helpers/ansible/function_transport.py rename to mmv1/products/cloudfunctions/helpers/ansible/function_transport.py diff --git a/products/cloudfunctions/inspec.yaml b/mmv1/products/cloudfunctions/inspec.yaml similarity index 100% rename from products/cloudfunctions/inspec.yaml rename to mmv1/products/cloudfunctions/inspec.yaml diff --git a/products/cloudfunctions/terraform.yaml b/mmv1/products/cloudfunctions/terraform.yaml similarity index 100% rename from products/cloudfunctions/terraform.yaml rename to mmv1/products/cloudfunctions/terraform.yaml diff --git a/products/cloudidentity/api.yaml b/mmv1/products/cloudidentity/api.yaml similarity index 100% rename from products/cloudidentity/api.yaml rename to mmv1/products/cloudidentity/api.yaml diff --git a/products/cloudidentity/terraform.yaml b/mmv1/products/cloudidentity/terraform.yaml similarity index 100% rename from products/cloudidentity/terraform.yaml rename to mmv1/products/cloudidentity/terraform.yaml diff --git a/products/cloudiot/api.yaml b/mmv1/products/cloudiot/api.yaml similarity index 100% rename from products/cloudiot/api.yaml rename to mmv1/products/cloudiot/api.yaml diff --git a/products/cloudiot/terraform.yaml b/mmv1/products/cloudiot/terraform.yaml similarity index 100% rename from products/cloudiot/terraform.yaml rename to mmv1/products/cloudiot/terraform.yaml diff --git a/products/cloudrun/api.yaml b/mmv1/products/cloudrun/api.yaml similarity index 100% rename from products/cloudrun/api.yaml rename to mmv1/products/cloudrun/api.yaml diff --git a/products/cloudrun/terraform.yaml b/mmv1/products/cloudrun/terraform.yaml similarity index 100% rename from products/cloudrun/terraform.yaml rename to mmv1/products/cloudrun/terraform.yaml diff --git a/products/cloudscheduler/ansible.yaml b/mmv1/products/cloudscheduler/ansible.yaml similarity index 100% rename from products/cloudscheduler/ansible.yaml rename to mmv1/products/cloudscheduler/ansible.yaml diff --git a/products/cloudscheduler/ansible_version_added.yaml b/mmv1/products/cloudscheduler/ansible_version_added.yaml similarity index 100% rename from products/cloudscheduler/ansible_version_added.yaml rename to mmv1/products/cloudscheduler/ansible_version_added.yaml diff --git a/products/cloudscheduler/api.yaml b/mmv1/products/cloudscheduler/api.yaml similarity index 100% rename from products/cloudscheduler/api.yaml rename to mmv1/products/cloudscheduler/api.yaml diff --git a/products/cloudscheduler/examples/ansible/job.yaml b/mmv1/products/cloudscheduler/examples/ansible/job.yaml similarity index 100% rename from products/cloudscheduler/examples/ansible/job.yaml rename to mmv1/products/cloudscheduler/examples/ansible/job.yaml diff --git a/products/cloudscheduler/helpers/python/job.py b/mmv1/products/cloudscheduler/helpers/python/job.py similarity index 100% rename from products/cloudscheduler/helpers/python/job.py rename to mmv1/products/cloudscheduler/helpers/python/job.py diff --git a/products/cloudscheduler/inspec.yaml b/mmv1/products/cloudscheduler/inspec.yaml similarity index 100% rename from products/cloudscheduler/inspec.yaml rename to mmv1/products/cloudscheduler/inspec.yaml diff --git a/products/cloudscheduler/terraform.yaml b/mmv1/products/cloudscheduler/terraform.yaml similarity index 100% rename from products/cloudscheduler/terraform.yaml rename to mmv1/products/cloudscheduler/terraform.yaml diff --git a/products/cloudtasks/ansible.yaml b/mmv1/products/cloudtasks/ansible.yaml similarity index 100% rename from products/cloudtasks/ansible.yaml rename to mmv1/products/cloudtasks/ansible.yaml diff --git a/products/cloudtasks/ansible_version_added.yaml b/mmv1/products/cloudtasks/ansible_version_added.yaml similarity index 100% rename from products/cloudtasks/ansible_version_added.yaml rename to mmv1/products/cloudtasks/ansible_version_added.yaml diff --git a/products/cloudtasks/api.yaml b/mmv1/products/cloudtasks/api.yaml similarity index 100% rename from products/cloudtasks/api.yaml rename to mmv1/products/cloudtasks/api.yaml diff --git a/products/cloudtasks/examples/ansible/queue.yaml b/mmv1/products/cloudtasks/examples/ansible/queue.yaml similarity index 100% rename from products/cloudtasks/examples/ansible/queue.yaml rename to mmv1/products/cloudtasks/examples/ansible/queue.yaml diff --git a/products/cloudtasks/helpers/ansible/queue_status.py b/mmv1/products/cloudtasks/helpers/ansible/queue_status.py similarity index 100% rename from products/cloudtasks/helpers/ansible/queue_status.py rename to mmv1/products/cloudtasks/helpers/ansible/queue_status.py diff --git a/products/cloudtasks/terraform.yaml b/mmv1/products/cloudtasks/terraform.yaml similarity index 100% rename from products/cloudtasks/terraform.yaml rename to mmv1/products/cloudtasks/terraform.yaml diff --git a/products/compute/ansible.yaml b/mmv1/products/compute/ansible.yaml similarity index 100% rename from products/compute/ansible.yaml rename to mmv1/products/compute/ansible.yaml diff --git a/products/compute/ansible_version_added.yaml b/mmv1/products/compute/ansible_version_added.yaml similarity index 100% rename from products/compute/ansible_version_added.yaml rename to mmv1/products/compute/ansible_version_added.yaml diff --git a/products/compute/api.yaml b/mmv1/products/compute/api.yaml similarity index 100% rename from products/compute/api.yaml rename to mmv1/products/compute/api.yaml diff --git a/products/compute/examples/ansible/address.yaml b/mmv1/products/compute/examples/ansible/address.yaml similarity index 100% rename from products/compute/examples/ansible/address.yaml rename to mmv1/products/compute/examples/ansible/address.yaml diff --git a/products/compute/examples/ansible/autoscaler.yaml b/mmv1/products/compute/examples/ansible/autoscaler.yaml similarity index 100% rename from products/compute/examples/ansible/autoscaler.yaml rename to mmv1/products/compute/examples/ansible/autoscaler.yaml diff --git a/products/compute/examples/ansible/backend_bucket.yaml b/mmv1/products/compute/examples/ansible/backend_bucket.yaml similarity index 100% rename from products/compute/examples/ansible/backend_bucket.yaml rename to mmv1/products/compute/examples/ansible/backend_bucket.yaml diff --git a/products/compute/examples/ansible/backend_service.yaml b/mmv1/products/compute/examples/ansible/backend_service.yaml similarity index 100% rename from products/compute/examples/ansible/backend_service.yaml rename to mmv1/products/compute/examples/ansible/backend_service.yaml diff --git a/products/compute/examples/ansible/disk.yaml b/mmv1/products/compute/examples/ansible/disk.yaml similarity index 100% rename from products/compute/examples/ansible/disk.yaml rename to mmv1/products/compute/examples/ansible/disk.yaml diff --git a/products/compute/examples/ansible/external_vpn_gateway.yaml b/mmv1/products/compute/examples/ansible/external_vpn_gateway.yaml similarity index 100% rename from products/compute/examples/ansible/external_vpn_gateway.yaml rename to mmv1/products/compute/examples/ansible/external_vpn_gateway.yaml diff --git a/products/compute/examples/ansible/firewall.yaml b/mmv1/products/compute/examples/ansible/firewall.yaml similarity index 100% rename from products/compute/examples/ansible/firewall.yaml rename to mmv1/products/compute/examples/ansible/firewall.yaml diff --git a/products/compute/examples/ansible/forwarding_rule.yaml b/mmv1/products/compute/examples/ansible/forwarding_rule.yaml similarity index 100% rename from products/compute/examples/ansible/forwarding_rule.yaml rename to mmv1/products/compute/examples/ansible/forwarding_rule.yaml diff --git a/products/compute/examples/ansible/global_address.yaml b/mmv1/products/compute/examples/ansible/global_address.yaml similarity index 100% rename from products/compute/examples/ansible/global_address.yaml rename to mmv1/products/compute/examples/ansible/global_address.yaml diff --git a/products/compute/examples/ansible/global_forwarding_rule.yaml b/mmv1/products/compute/examples/ansible/global_forwarding_rule.yaml similarity index 100% rename from products/compute/examples/ansible/global_forwarding_rule.yaml rename to mmv1/products/compute/examples/ansible/global_forwarding_rule.yaml diff --git a/products/compute/examples/ansible/health_check.yaml b/mmv1/products/compute/examples/ansible/health_check.yaml similarity index 100% rename from products/compute/examples/ansible/health_check.yaml rename to mmv1/products/compute/examples/ansible/health_check.yaml diff --git a/products/compute/examples/ansible/http_health_check.yaml b/mmv1/products/compute/examples/ansible/http_health_check.yaml similarity index 100% rename from products/compute/examples/ansible/http_health_check.yaml rename to mmv1/products/compute/examples/ansible/http_health_check.yaml diff --git a/products/compute/examples/ansible/https_health_check.yaml b/mmv1/products/compute/examples/ansible/https_health_check.yaml similarity index 100% rename from products/compute/examples/ansible/https_health_check.yaml rename to mmv1/products/compute/examples/ansible/https_health_check.yaml diff --git a/products/compute/examples/ansible/image.yaml b/mmv1/products/compute/examples/ansible/image.yaml similarity index 100% rename from products/compute/examples/ansible/image.yaml rename to mmv1/products/compute/examples/ansible/image.yaml diff --git a/products/compute/examples/ansible/instance.yaml b/mmv1/products/compute/examples/ansible/instance.yaml similarity index 100% rename from products/compute/examples/ansible/instance.yaml rename to mmv1/products/compute/examples/ansible/instance.yaml diff --git a/products/compute/examples/ansible/instance_group.yaml b/mmv1/products/compute/examples/ansible/instance_group.yaml similarity index 100% rename from products/compute/examples/ansible/instance_group.yaml rename to mmv1/products/compute/examples/ansible/instance_group.yaml diff --git a/products/compute/examples/ansible/instance_group_manager.yaml b/mmv1/products/compute/examples/ansible/instance_group_manager.yaml similarity index 100% rename from products/compute/examples/ansible/instance_group_manager.yaml rename to mmv1/products/compute/examples/ansible/instance_group_manager.yaml diff --git a/products/compute/examples/ansible/instance_template.yaml b/mmv1/products/compute/examples/ansible/instance_template.yaml similarity index 100% rename from products/compute/examples/ansible/instance_template.yaml rename to mmv1/products/compute/examples/ansible/instance_template.yaml diff --git a/products/compute/examples/ansible/interconnect_attachment.yaml b/mmv1/products/compute/examples/ansible/interconnect_attachment.yaml similarity index 100% rename from products/compute/examples/ansible/interconnect_attachment.yaml rename to mmv1/products/compute/examples/ansible/interconnect_attachment.yaml diff --git a/products/compute/examples/ansible/network.yaml b/mmv1/products/compute/examples/ansible/network.yaml similarity index 100% rename from products/compute/examples/ansible/network.yaml rename to mmv1/products/compute/examples/ansible/network.yaml diff --git a/products/compute/examples/ansible/network_endpoint_group.yaml b/mmv1/products/compute/examples/ansible/network_endpoint_group.yaml similarity index 100% rename from products/compute/examples/ansible/network_endpoint_group.yaml rename to mmv1/products/compute/examples/ansible/network_endpoint_group.yaml diff --git a/products/compute/examples/ansible/node_group.yaml b/mmv1/products/compute/examples/ansible/node_group.yaml similarity index 100% rename from products/compute/examples/ansible/node_group.yaml rename to mmv1/products/compute/examples/ansible/node_group.yaml diff --git a/products/compute/examples/ansible/node_template.yaml b/mmv1/products/compute/examples/ansible/node_template.yaml similarity index 100% rename from products/compute/examples/ansible/node_template.yaml rename to mmv1/products/compute/examples/ansible/node_template.yaml diff --git a/products/compute/examples/ansible/region_autoscaler.yaml b/mmv1/products/compute/examples/ansible/region_autoscaler.yaml similarity index 100% rename from products/compute/examples/ansible/region_autoscaler.yaml rename to mmv1/products/compute/examples/ansible/region_autoscaler.yaml diff --git a/products/compute/examples/ansible/region_backend_service.yaml b/mmv1/products/compute/examples/ansible/region_backend_service.yaml similarity index 100% rename from products/compute/examples/ansible/region_backend_service.yaml rename to mmv1/products/compute/examples/ansible/region_backend_service.yaml diff --git a/products/compute/examples/ansible/region_disk.yaml b/mmv1/products/compute/examples/ansible/region_disk.yaml similarity index 100% rename from products/compute/examples/ansible/region_disk.yaml rename to mmv1/products/compute/examples/ansible/region_disk.yaml diff --git a/products/compute/examples/ansible/region_health_check.yaml b/mmv1/products/compute/examples/ansible/region_health_check.yaml similarity index 100% rename from products/compute/examples/ansible/region_health_check.yaml rename to mmv1/products/compute/examples/ansible/region_health_check.yaml diff --git a/products/compute/examples/ansible/region_instance_group_manager.yaml b/mmv1/products/compute/examples/ansible/region_instance_group_manager.yaml similarity index 100% rename from products/compute/examples/ansible/region_instance_group_manager.yaml rename to mmv1/products/compute/examples/ansible/region_instance_group_manager.yaml diff --git a/products/compute/examples/ansible/region_target_http_proxy.yaml b/mmv1/products/compute/examples/ansible/region_target_http_proxy.yaml similarity index 100% rename from products/compute/examples/ansible/region_target_http_proxy.yaml rename to mmv1/products/compute/examples/ansible/region_target_http_proxy.yaml diff --git a/products/compute/examples/ansible/region_target_https_proxy.yaml b/mmv1/products/compute/examples/ansible/region_target_https_proxy.yaml similarity index 100% rename from products/compute/examples/ansible/region_target_https_proxy.yaml rename to mmv1/products/compute/examples/ansible/region_target_https_proxy.yaml diff --git a/products/compute/examples/ansible/region_url_map.yaml b/mmv1/products/compute/examples/ansible/region_url_map.yaml similarity index 100% rename from products/compute/examples/ansible/region_url_map.yaml rename to mmv1/products/compute/examples/ansible/region_url_map.yaml diff --git a/products/compute/examples/ansible/reservation.yaml b/mmv1/products/compute/examples/ansible/reservation.yaml similarity index 100% rename from products/compute/examples/ansible/reservation.yaml rename to mmv1/products/compute/examples/ansible/reservation.yaml diff --git a/products/compute/examples/ansible/resource_policy.yaml b/mmv1/products/compute/examples/ansible/resource_policy.yaml similarity index 100% rename from products/compute/examples/ansible/resource_policy.yaml rename to mmv1/products/compute/examples/ansible/resource_policy.yaml diff --git a/products/compute/examples/ansible/route.yaml b/mmv1/products/compute/examples/ansible/route.yaml similarity index 100% rename from products/compute/examples/ansible/route.yaml rename to mmv1/products/compute/examples/ansible/route.yaml diff --git a/products/compute/examples/ansible/router.yaml b/mmv1/products/compute/examples/ansible/router.yaml similarity index 100% rename from products/compute/examples/ansible/router.yaml rename to mmv1/products/compute/examples/ansible/router.yaml diff --git a/products/compute/examples/ansible/snapshot.yaml b/mmv1/products/compute/examples/ansible/snapshot.yaml similarity index 100% rename from products/compute/examples/ansible/snapshot.yaml rename to mmv1/products/compute/examples/ansible/snapshot.yaml diff --git a/products/compute/examples/ansible/ssl_certificate.yaml b/mmv1/products/compute/examples/ansible/ssl_certificate.yaml similarity index 100% rename from products/compute/examples/ansible/ssl_certificate.yaml rename to mmv1/products/compute/examples/ansible/ssl_certificate.yaml diff --git a/products/compute/examples/ansible/ssl_policy.yaml b/mmv1/products/compute/examples/ansible/ssl_policy.yaml similarity index 100% rename from products/compute/examples/ansible/ssl_policy.yaml rename to mmv1/products/compute/examples/ansible/ssl_policy.yaml diff --git a/products/compute/examples/ansible/subnetwork.yaml b/mmv1/products/compute/examples/ansible/subnetwork.yaml similarity index 100% rename from products/compute/examples/ansible/subnetwork.yaml rename to mmv1/products/compute/examples/ansible/subnetwork.yaml diff --git a/products/compute/examples/ansible/target_http_proxy.yaml b/mmv1/products/compute/examples/ansible/target_http_proxy.yaml similarity index 100% rename from products/compute/examples/ansible/target_http_proxy.yaml rename to mmv1/products/compute/examples/ansible/target_http_proxy.yaml diff --git a/products/compute/examples/ansible/target_https_proxy.yaml b/mmv1/products/compute/examples/ansible/target_https_proxy.yaml similarity index 100% rename from products/compute/examples/ansible/target_https_proxy.yaml rename to mmv1/products/compute/examples/ansible/target_https_proxy.yaml diff --git a/products/compute/examples/ansible/target_instance.yaml b/mmv1/products/compute/examples/ansible/target_instance.yaml similarity index 100% rename from products/compute/examples/ansible/target_instance.yaml rename to mmv1/products/compute/examples/ansible/target_instance.yaml diff --git a/products/compute/examples/ansible/target_pool.yaml b/mmv1/products/compute/examples/ansible/target_pool.yaml similarity index 100% rename from products/compute/examples/ansible/target_pool.yaml rename to mmv1/products/compute/examples/ansible/target_pool.yaml diff --git a/products/compute/examples/ansible/target_ssl_proxy.yaml b/mmv1/products/compute/examples/ansible/target_ssl_proxy.yaml similarity index 100% rename from products/compute/examples/ansible/target_ssl_proxy.yaml rename to mmv1/products/compute/examples/ansible/target_ssl_proxy.yaml diff --git a/products/compute/examples/ansible/target_tcp_proxy.yaml b/mmv1/products/compute/examples/ansible/target_tcp_proxy.yaml similarity index 100% rename from products/compute/examples/ansible/target_tcp_proxy.yaml rename to mmv1/products/compute/examples/ansible/target_tcp_proxy.yaml diff --git a/products/compute/examples/ansible/target_vpn_gateway.yaml b/mmv1/products/compute/examples/ansible/target_vpn_gateway.yaml similarity index 100% rename from products/compute/examples/ansible/target_vpn_gateway.yaml rename to mmv1/products/compute/examples/ansible/target_vpn_gateway.yaml diff --git a/products/compute/examples/ansible/url_map.yaml b/mmv1/products/compute/examples/ansible/url_map.yaml similarity index 100% rename from products/compute/examples/ansible/url_map.yaml rename to mmv1/products/compute/examples/ansible/url_map.yaml diff --git a/products/compute/examples/ansible/vpn_tunnel.yaml b/mmv1/products/compute/examples/ansible/vpn_tunnel.yaml similarity index 100% rename from products/compute/examples/ansible/vpn_tunnel.yaml rename to mmv1/products/compute/examples/ansible/vpn_tunnel.yaml diff --git a/products/compute/helpers/python/instance_metadata.py b/mmv1/products/compute/helpers/python/instance_metadata.py similarity index 100% rename from products/compute/helpers/python/instance_metadata.py rename to mmv1/products/compute/helpers/python/instance_metadata.py diff --git a/products/compute/helpers/python/instance_start.py b/mmv1/products/compute/helpers/python/instance_start.py similarity index 100% rename from products/compute/helpers/python/instance_start.py rename to mmv1/products/compute/helpers/python/instance_start.py diff --git a/products/compute/helpers/python/instance_update_methods.py b/mmv1/products/compute/helpers/python/instance_update_methods.py similarity index 100% rename from products/compute/helpers/python/instance_update_methods.py rename to mmv1/products/compute/helpers/python/instance_update_methods.py diff --git a/products/compute/helpers/python/instancegroup_instances.py b/mmv1/products/compute/helpers/python/instancegroup_instances.py similarity index 100% rename from products/compute/helpers/python/instancegroup_instances.py rename to mmv1/products/compute/helpers/python/instancegroup_instances.py diff --git a/products/compute/helpers/python/provider_firewall.py b/mmv1/products/compute/helpers/python/provider_firewall.py similarity index 100% rename from products/compute/helpers/python/provider_firewall.py rename to mmv1/products/compute/helpers/python/provider_firewall.py diff --git a/products/compute/helpers/python/provider_instance.py b/mmv1/products/compute/helpers/python/provider_instance.py similarity index 100% rename from products/compute/helpers/python/provider_instance.py rename to mmv1/products/compute/helpers/python/provider_instance.py diff --git a/products/compute/helpers/python/provider_instance_template.py b/mmv1/products/compute/helpers/python/provider_instance_template.py similarity index 100% rename from products/compute/helpers/python/provider_instance_template.py rename to mmv1/products/compute/helpers/python/provider_instance_template.py diff --git a/products/compute/helpers/python/provider_target_pool.py b/mmv1/products/compute/helpers/python/provider_target_pool.py similarity index 100% rename from products/compute/helpers/python/provider_target_pool.py rename to mmv1/products/compute/helpers/python/provider_target_pool.py diff --git a/products/compute/inspec.yaml b/mmv1/products/compute/inspec.yaml similarity index 100% rename from products/compute/inspec.yaml rename to mmv1/products/compute/inspec.yaml diff --git a/products/compute/terraform.yaml b/mmv1/products/compute/terraform.yaml similarity index 100% rename from products/compute/terraform.yaml rename to mmv1/products/compute/terraform.yaml diff --git a/products/compute/tests/ansible/firewall_update.yaml b/mmv1/products/compute/tests/ansible/firewall_update.yaml similarity index 100% rename from products/compute/tests/ansible/firewall_update.yaml rename to mmv1/products/compute/tests/ansible/firewall_update.yaml diff --git a/products/container/ansible.yaml b/mmv1/products/container/ansible.yaml similarity index 100% rename from products/container/ansible.yaml rename to mmv1/products/container/ansible.yaml diff --git a/products/container/ansible_version_added.yaml b/mmv1/products/container/ansible_version_added.yaml similarity index 100% rename from products/container/ansible_version_added.yaml rename to mmv1/products/container/ansible_version_added.yaml diff --git a/products/container/api.yaml b/mmv1/products/container/api.yaml similarity index 100% rename from products/container/api.yaml rename to mmv1/products/container/api.yaml diff --git a/products/container/examples/ansible/cluster.yaml b/mmv1/products/container/examples/ansible/cluster.yaml similarity index 100% rename from products/container/examples/ansible/cluster.yaml rename to mmv1/products/container/examples/ansible/cluster.yaml diff --git a/products/container/examples/ansible/node_pool.yaml b/mmv1/products/container/examples/ansible/node_pool.yaml similarity index 100% rename from products/container/examples/ansible/node_pool.yaml rename to mmv1/products/container/examples/ansible/node_pool.yaml diff --git a/products/container/helpers/python/kubectl.py b/mmv1/products/container/helpers/python/kubectl.py similarity index 100% rename from products/container/helpers/python/kubectl.py rename to mmv1/products/container/helpers/python/kubectl.py diff --git a/products/container/helpers/python/provider_cluster.py b/mmv1/products/container/helpers/python/provider_cluster.py similarity index 100% rename from products/container/helpers/python/provider_cluster.py rename to mmv1/products/container/helpers/python/provider_cluster.py diff --git a/products/container/helpers/python/provider_node_pool.py b/mmv1/products/container/helpers/python/provider_node_pool.py similarity index 100% rename from products/container/helpers/python/provider_node_pool.py rename to mmv1/products/container/helpers/python/provider_node_pool.py diff --git a/products/container/inspec.yaml b/mmv1/products/container/inspec.yaml similarity index 100% rename from products/container/inspec.yaml rename to mmv1/products/container/inspec.yaml diff --git a/products/containeranalysis/api.yaml b/mmv1/products/containeranalysis/api.yaml similarity index 100% rename from products/containeranalysis/api.yaml rename to mmv1/products/containeranalysis/api.yaml diff --git a/products/containeranalysis/terraform.yaml b/mmv1/products/containeranalysis/terraform.yaml similarity index 100% rename from products/containeranalysis/terraform.yaml rename to mmv1/products/containeranalysis/terraform.yaml diff --git a/products/datacatalog/api.yaml b/mmv1/products/datacatalog/api.yaml similarity index 100% rename from products/datacatalog/api.yaml rename to mmv1/products/datacatalog/api.yaml diff --git a/products/datacatalog/terraform.yaml b/mmv1/products/datacatalog/terraform.yaml similarity index 100% rename from products/datacatalog/terraform.yaml rename to mmv1/products/datacatalog/terraform.yaml diff --git a/products/datafusion/api.yaml b/mmv1/products/datafusion/api.yaml similarity index 100% rename from products/datafusion/api.yaml rename to mmv1/products/datafusion/api.yaml diff --git a/products/datafusion/terraform.yaml b/mmv1/products/datafusion/terraform.yaml similarity index 100% rename from products/datafusion/terraform.yaml rename to mmv1/products/datafusion/terraform.yaml diff --git a/products/dataproc/api.yaml b/mmv1/products/dataproc/api.yaml similarity index 100% rename from products/dataproc/api.yaml rename to mmv1/products/dataproc/api.yaml diff --git a/products/dataproc/inspec.yaml b/mmv1/products/dataproc/inspec.yaml similarity index 100% rename from products/dataproc/inspec.yaml rename to mmv1/products/dataproc/inspec.yaml diff --git a/products/dataproc/terraform.yaml b/mmv1/products/dataproc/terraform.yaml similarity index 100% rename from products/dataproc/terraform.yaml rename to mmv1/products/dataproc/terraform.yaml diff --git a/products/datastore/api.yaml b/mmv1/products/datastore/api.yaml similarity index 100% rename from products/datastore/api.yaml rename to mmv1/products/datastore/api.yaml diff --git a/products/datastore/terraform.yaml b/mmv1/products/datastore/terraform.yaml similarity index 100% rename from products/datastore/terraform.yaml rename to mmv1/products/datastore/terraform.yaml diff --git a/products/deploymentmanager/api.yaml b/mmv1/products/deploymentmanager/api.yaml similarity index 100% rename from products/deploymentmanager/api.yaml rename to mmv1/products/deploymentmanager/api.yaml diff --git a/products/deploymentmanager/terraform.yaml b/mmv1/products/deploymentmanager/terraform.yaml similarity index 100% rename from products/deploymentmanager/terraform.yaml rename to mmv1/products/deploymentmanager/terraform.yaml diff --git a/products/dialogflow/api.yaml b/mmv1/products/dialogflow/api.yaml similarity index 100% rename from products/dialogflow/api.yaml rename to mmv1/products/dialogflow/api.yaml diff --git a/products/dialogflow/terraform.yaml b/mmv1/products/dialogflow/terraform.yaml similarity index 100% rename from products/dialogflow/terraform.yaml rename to mmv1/products/dialogflow/terraform.yaml diff --git a/products/dlp/api.yaml b/mmv1/products/dlp/api.yaml similarity index 100% rename from products/dlp/api.yaml rename to mmv1/products/dlp/api.yaml diff --git a/products/dlp/terraform.yaml b/mmv1/products/dlp/terraform.yaml similarity index 100% rename from products/dlp/terraform.yaml rename to mmv1/products/dlp/terraform.yaml diff --git a/products/dns/ansible.yaml b/mmv1/products/dns/ansible.yaml similarity index 100% rename from products/dns/ansible.yaml rename to mmv1/products/dns/ansible.yaml diff --git a/products/dns/ansible_version_added.yaml b/mmv1/products/dns/ansible_version_added.yaml similarity index 100% rename from products/dns/ansible_version_added.yaml rename to mmv1/products/dns/ansible_version_added.yaml diff --git a/products/dns/api.yaml b/mmv1/products/dns/api.yaml similarity index 100% rename from products/dns/api.yaml rename to mmv1/products/dns/api.yaml diff --git a/products/dns/examples/ansible/managed_zone.yaml b/mmv1/products/dns/examples/ansible/managed_zone.yaml similarity index 100% rename from products/dns/examples/ansible/managed_zone.yaml rename to mmv1/products/dns/examples/ansible/managed_zone.yaml diff --git a/products/dns/examples/ansible/resource_record_set.yaml b/mmv1/products/dns/examples/ansible/resource_record_set.yaml similarity index 100% rename from products/dns/examples/ansible/resource_record_set.yaml rename to mmv1/products/dns/examples/ansible/resource_record_set.yaml diff --git a/products/dns/helpers/ansible/provider_resource_set.py.erb b/mmv1/products/dns/helpers/ansible/provider_resource_set.py.erb similarity index 100% rename from products/dns/helpers/ansible/provider_resource_set.py.erb rename to mmv1/products/dns/helpers/ansible/provider_resource_set.py.erb diff --git a/products/dns/inspec.yaml b/mmv1/products/dns/inspec.yaml similarity index 100% rename from products/dns/inspec.yaml rename to mmv1/products/dns/inspec.yaml diff --git a/products/dns/terraform.yaml b/mmv1/products/dns/terraform.yaml similarity index 100% rename from products/dns/terraform.yaml rename to mmv1/products/dns/terraform.yaml diff --git a/products/filestore/ansible.yaml b/mmv1/products/filestore/ansible.yaml similarity index 100% rename from products/filestore/ansible.yaml rename to mmv1/products/filestore/ansible.yaml diff --git a/products/filestore/ansible_version_added.yaml b/mmv1/products/filestore/ansible_version_added.yaml similarity index 100% rename from products/filestore/ansible_version_added.yaml rename to mmv1/products/filestore/ansible_version_added.yaml diff --git a/products/filestore/api.yaml b/mmv1/products/filestore/api.yaml similarity index 100% rename from products/filestore/api.yaml rename to mmv1/products/filestore/api.yaml diff --git a/products/filestore/examples/ansible/instance.yaml b/mmv1/products/filestore/examples/ansible/instance.yaml similarity index 100% rename from products/filestore/examples/ansible/instance.yaml rename to mmv1/products/filestore/examples/ansible/instance.yaml diff --git a/products/filestore/inspec.yaml b/mmv1/products/filestore/inspec.yaml similarity index 100% rename from products/filestore/inspec.yaml rename to mmv1/products/filestore/inspec.yaml diff --git a/products/filestore/terraform.yaml b/mmv1/products/filestore/terraform.yaml similarity index 100% rename from products/filestore/terraform.yaml rename to mmv1/products/filestore/terraform.yaml diff --git a/products/firebase/api.yaml b/mmv1/products/firebase/api.yaml similarity index 100% rename from products/firebase/api.yaml rename to mmv1/products/firebase/api.yaml diff --git a/products/firebase/terraform.yaml b/mmv1/products/firebase/terraform.yaml similarity index 100% rename from products/firebase/terraform.yaml rename to mmv1/products/firebase/terraform.yaml diff --git a/products/firestore/api.yaml b/mmv1/products/firestore/api.yaml similarity index 100% rename from products/firestore/api.yaml rename to mmv1/products/firestore/api.yaml diff --git a/products/firestore/terraform.yaml b/mmv1/products/firestore/terraform.yaml similarity index 100% rename from products/firestore/terraform.yaml rename to mmv1/products/firestore/terraform.yaml diff --git a/products/gameservices/api.yaml b/mmv1/products/gameservices/api.yaml similarity index 100% rename from products/gameservices/api.yaml rename to mmv1/products/gameservices/api.yaml diff --git a/products/gameservices/terraform.yaml b/mmv1/products/gameservices/terraform.yaml similarity index 100% rename from products/gameservices/terraform.yaml rename to mmv1/products/gameservices/terraform.yaml diff --git a/products/healthcare/api.yaml b/mmv1/products/healthcare/api.yaml similarity index 100% rename from products/healthcare/api.yaml rename to mmv1/products/healthcare/api.yaml diff --git a/products/healthcare/terraform.yaml b/mmv1/products/healthcare/terraform.yaml similarity index 100% rename from products/healthcare/terraform.yaml rename to mmv1/products/healthcare/terraform.yaml diff --git a/products/iam/ansible.yaml b/mmv1/products/iam/ansible.yaml similarity index 100% rename from products/iam/ansible.yaml rename to mmv1/products/iam/ansible.yaml diff --git a/products/iam/ansible_version_added.yaml b/mmv1/products/iam/ansible_version_added.yaml similarity index 100% rename from products/iam/ansible_version_added.yaml rename to mmv1/products/iam/ansible_version_added.yaml diff --git a/products/iam/api.yaml b/mmv1/products/iam/api.yaml similarity index 100% rename from products/iam/api.yaml rename to mmv1/products/iam/api.yaml diff --git a/products/iam/examples/ansible/role.yaml b/mmv1/products/iam/examples/ansible/role.yaml similarity index 100% rename from products/iam/examples/ansible/role.yaml rename to mmv1/products/iam/examples/ansible/role.yaml diff --git a/products/iam/examples/ansible/service_account.yaml b/mmv1/products/iam/examples/ansible/service_account.yaml similarity index 100% rename from products/iam/examples/ansible/service_account.yaml rename to mmv1/products/iam/examples/ansible/service_account.yaml diff --git a/products/iam/examples/ansible/service_account_key.yaml b/mmv1/products/iam/examples/ansible/service_account_key.yaml similarity index 100% rename from products/iam/examples/ansible/service_account_key.yaml rename to mmv1/products/iam/examples/ansible/service_account_key.yaml diff --git a/products/iam/helpers/ansible/service_account_key_template.erb b/mmv1/products/iam/helpers/ansible/service_account_key_template.erb similarity index 100% rename from products/iam/helpers/ansible/service_account_key_template.erb rename to mmv1/products/iam/helpers/ansible/service_account_key_template.erb diff --git a/products/iam/helpers/python/provider_role.py b/mmv1/products/iam/helpers/python/provider_role.py similarity index 100% rename from products/iam/helpers/python/provider_role.py rename to mmv1/products/iam/helpers/python/provider_role.py diff --git a/products/iam/helpers/python/provider_service_account.py b/mmv1/products/iam/helpers/python/provider_service_account.py similarity index 100% rename from products/iam/helpers/python/provider_service_account.py rename to mmv1/products/iam/helpers/python/provider_service_account.py diff --git a/products/iam/inspec.yaml b/mmv1/products/iam/inspec.yaml similarity index 100% rename from products/iam/inspec.yaml rename to mmv1/products/iam/inspec.yaml diff --git a/products/iambeta/api.yaml b/mmv1/products/iambeta/api.yaml similarity index 100% rename from products/iambeta/api.yaml rename to mmv1/products/iambeta/api.yaml diff --git a/products/iambeta/terraform.yaml b/mmv1/products/iambeta/terraform.yaml similarity index 100% rename from products/iambeta/terraform.yaml rename to mmv1/products/iambeta/terraform.yaml diff --git a/products/iap/api.yaml b/mmv1/products/iap/api.yaml similarity index 100% rename from products/iap/api.yaml rename to mmv1/products/iap/api.yaml diff --git a/products/iap/terraform.yaml b/mmv1/products/iap/terraform.yaml similarity index 100% rename from products/iap/terraform.yaml rename to mmv1/products/iap/terraform.yaml diff --git a/products/identityplatform/api.yaml b/mmv1/products/identityplatform/api.yaml similarity index 100% rename from products/identityplatform/api.yaml rename to mmv1/products/identityplatform/api.yaml diff --git a/products/identityplatform/terraform.yaml b/mmv1/products/identityplatform/terraform.yaml similarity index 100% rename from products/identityplatform/terraform.yaml rename to mmv1/products/identityplatform/terraform.yaml diff --git a/products/kms/ansible.yaml b/mmv1/products/kms/ansible.yaml similarity index 100% rename from products/kms/ansible.yaml rename to mmv1/products/kms/ansible.yaml diff --git a/products/kms/ansible_version_added.yaml b/mmv1/products/kms/ansible_version_added.yaml similarity index 100% rename from products/kms/ansible_version_added.yaml rename to mmv1/products/kms/ansible_version_added.yaml diff --git a/products/kms/api.yaml b/mmv1/products/kms/api.yaml similarity index 100% rename from products/kms/api.yaml rename to mmv1/products/kms/api.yaml diff --git a/products/kms/examples/ansible/crypto_key.yaml b/mmv1/products/kms/examples/ansible/crypto_key.yaml similarity index 100% rename from products/kms/examples/ansible/crypto_key.yaml rename to mmv1/products/kms/examples/ansible/crypto_key.yaml diff --git a/products/kms/examples/ansible/key_ring.yaml b/mmv1/products/kms/examples/ansible/key_ring.yaml similarity index 100% rename from products/kms/examples/ansible/key_ring.yaml rename to mmv1/products/kms/examples/ansible/key_ring.yaml diff --git a/products/kms/helpers/python/crypto_key_test.yaml b/mmv1/products/kms/helpers/python/crypto_key_test.yaml similarity index 100% rename from products/kms/helpers/python/crypto_key_test.yaml rename to mmv1/products/kms/helpers/python/crypto_key_test.yaml diff --git a/products/kms/helpers/python/key_ring_test.yaml b/mmv1/products/kms/helpers/python/key_ring_test.yaml similarity index 100% rename from products/kms/helpers/python/key_ring_test.yaml rename to mmv1/products/kms/helpers/python/key_ring_test.yaml diff --git a/products/kms/helpers/python/provider_key_ring.py b/mmv1/products/kms/helpers/python/provider_key_ring.py similarity index 100% rename from products/kms/helpers/python/provider_key_ring.py rename to mmv1/products/kms/helpers/python/provider_key_ring.py diff --git a/products/kms/inspec.yaml b/mmv1/products/kms/inspec.yaml similarity index 100% rename from products/kms/inspec.yaml rename to mmv1/products/kms/inspec.yaml diff --git a/products/kms/terraform.yaml b/mmv1/products/kms/terraform.yaml similarity index 100% rename from products/kms/terraform.yaml rename to mmv1/products/kms/terraform.yaml diff --git a/products/logging/ansible.yaml b/mmv1/products/logging/ansible.yaml similarity index 100% rename from products/logging/ansible.yaml rename to mmv1/products/logging/ansible.yaml diff --git a/products/logging/ansible_version_added.yaml b/mmv1/products/logging/ansible_version_added.yaml similarity index 100% rename from products/logging/ansible_version_added.yaml rename to mmv1/products/logging/ansible_version_added.yaml diff --git a/products/logging/api.yaml b/mmv1/products/logging/api.yaml similarity index 100% rename from products/logging/api.yaml rename to mmv1/products/logging/api.yaml diff --git a/products/logging/examples/ansible/metric.yaml b/mmv1/products/logging/examples/ansible/metric.yaml similarity index 100% rename from products/logging/examples/ansible/metric.yaml rename to mmv1/products/logging/examples/ansible/metric.yaml diff --git a/products/logging/inspec.yaml b/mmv1/products/logging/inspec.yaml similarity index 100% rename from products/logging/inspec.yaml rename to mmv1/products/logging/inspec.yaml diff --git a/products/logging/terraform.yaml b/mmv1/products/logging/terraform.yaml similarity index 100% rename from products/logging/terraform.yaml rename to mmv1/products/logging/terraform.yaml diff --git a/products/memcache/api.yaml b/mmv1/products/memcache/api.yaml similarity index 100% rename from products/memcache/api.yaml rename to mmv1/products/memcache/api.yaml diff --git a/products/memcache/inspec.yaml b/mmv1/products/memcache/inspec.yaml similarity index 100% rename from products/memcache/inspec.yaml rename to mmv1/products/memcache/inspec.yaml diff --git a/products/memcache/terraform.yaml b/mmv1/products/memcache/terraform.yaml similarity index 100% rename from products/memcache/terraform.yaml rename to mmv1/products/memcache/terraform.yaml diff --git a/products/mlengine/ansible.yaml b/mmv1/products/mlengine/ansible.yaml similarity index 100% rename from products/mlengine/ansible.yaml rename to mmv1/products/mlengine/ansible.yaml diff --git a/products/mlengine/ansible_version_added.yaml b/mmv1/products/mlengine/ansible_version_added.yaml similarity index 100% rename from products/mlengine/ansible_version_added.yaml rename to mmv1/products/mlengine/ansible_version_added.yaml diff --git a/products/mlengine/api.yaml b/mmv1/products/mlengine/api.yaml similarity index 100% rename from products/mlengine/api.yaml rename to mmv1/products/mlengine/api.yaml diff --git a/products/mlengine/examples/ansible/model.yaml b/mmv1/products/mlengine/examples/ansible/model.yaml similarity index 100% rename from products/mlengine/examples/ansible/model.yaml rename to mmv1/products/mlengine/examples/ansible/model.yaml diff --git a/products/mlengine/examples/ansible/version.yaml b/mmv1/products/mlengine/examples/ansible/version.yaml similarity index 100% rename from products/mlengine/examples/ansible/version.yaml rename to mmv1/products/mlengine/examples/ansible/version.yaml diff --git a/products/mlengine/helpers/ansible/model_decoder.py b/mmv1/products/mlengine/helpers/ansible/model_decoder.py similarity index 100% rename from products/mlengine/helpers/ansible/model_decoder.py rename to mmv1/products/mlengine/helpers/ansible/model_decoder.py diff --git a/products/mlengine/helpers/ansible/version_set_default.py b/mmv1/products/mlengine/helpers/ansible/version_set_default.py similarity index 100% rename from products/mlengine/helpers/ansible/version_set_default.py rename to mmv1/products/mlengine/helpers/ansible/version_set_default.py diff --git a/products/mlengine/inspec.yaml b/mmv1/products/mlengine/inspec.yaml similarity index 100% rename from products/mlengine/inspec.yaml rename to mmv1/products/mlengine/inspec.yaml diff --git a/products/mlengine/terraform.yaml b/mmv1/products/mlengine/terraform.yaml similarity index 100% rename from products/mlengine/terraform.yaml rename to mmv1/products/mlengine/terraform.yaml diff --git a/products/monitoring/api.yaml b/mmv1/products/monitoring/api.yaml similarity index 100% rename from products/monitoring/api.yaml rename to mmv1/products/monitoring/api.yaml diff --git a/products/monitoring/inspec.yaml b/mmv1/products/monitoring/inspec.yaml similarity index 100% rename from products/monitoring/inspec.yaml rename to mmv1/products/monitoring/inspec.yaml diff --git a/products/monitoring/terraform.yaml b/mmv1/products/monitoring/terraform.yaml similarity index 100% rename from products/monitoring/terraform.yaml rename to mmv1/products/monitoring/terraform.yaml diff --git a/products/networkmanagement/api.yaml b/mmv1/products/networkmanagement/api.yaml similarity index 100% rename from products/networkmanagement/api.yaml rename to mmv1/products/networkmanagement/api.yaml diff --git a/products/networkmanagement/terraform.yaml b/mmv1/products/networkmanagement/terraform.yaml similarity index 100% rename from products/networkmanagement/terraform.yaml rename to mmv1/products/networkmanagement/terraform.yaml diff --git a/products/notebooks/api.yaml b/mmv1/products/notebooks/api.yaml similarity index 100% rename from products/notebooks/api.yaml rename to mmv1/products/notebooks/api.yaml diff --git a/products/notebooks/terraform.yaml b/mmv1/products/notebooks/terraform.yaml similarity index 100% rename from products/notebooks/terraform.yaml rename to mmv1/products/notebooks/terraform.yaml diff --git a/products/osconfig/api.yaml b/mmv1/products/osconfig/api.yaml similarity index 100% rename from products/osconfig/api.yaml rename to mmv1/products/osconfig/api.yaml diff --git a/products/osconfig/terraform.yaml b/mmv1/products/osconfig/terraform.yaml similarity index 100% rename from products/osconfig/terraform.yaml rename to mmv1/products/osconfig/terraform.yaml diff --git a/products/oslogin/api.yaml b/mmv1/products/oslogin/api.yaml similarity index 100% rename from products/oslogin/api.yaml rename to mmv1/products/oslogin/api.yaml diff --git a/products/oslogin/terraform.yaml b/mmv1/products/oslogin/terraform.yaml similarity index 100% rename from products/oslogin/terraform.yaml rename to mmv1/products/oslogin/terraform.yaml diff --git a/products/privateca/api.yaml b/mmv1/products/privateca/api.yaml similarity index 100% rename from products/privateca/api.yaml rename to mmv1/products/privateca/api.yaml diff --git a/products/privateca/terraform.yaml b/mmv1/products/privateca/terraform.yaml similarity index 100% rename from products/privateca/terraform.yaml rename to mmv1/products/privateca/terraform.yaml diff --git a/products/pubsub/ansible.yaml b/mmv1/products/pubsub/ansible.yaml similarity index 100% rename from products/pubsub/ansible.yaml rename to mmv1/products/pubsub/ansible.yaml diff --git a/products/pubsub/ansible_version_added.yaml b/mmv1/products/pubsub/ansible_version_added.yaml similarity index 100% rename from products/pubsub/ansible_version_added.yaml rename to mmv1/products/pubsub/ansible_version_added.yaml diff --git a/products/pubsub/api.yaml b/mmv1/products/pubsub/api.yaml similarity index 100% rename from products/pubsub/api.yaml rename to mmv1/products/pubsub/api.yaml diff --git a/products/pubsub/example.yaml b/mmv1/products/pubsub/example.yaml similarity index 100% rename from products/pubsub/example.yaml rename to mmv1/products/pubsub/example.yaml diff --git a/products/pubsub/examples/ansible/subscription.yaml b/mmv1/products/pubsub/examples/ansible/subscription.yaml similarity index 100% rename from products/pubsub/examples/ansible/subscription.yaml rename to mmv1/products/pubsub/examples/ansible/subscription.yaml diff --git a/products/pubsub/examples/ansible/topic.yaml b/mmv1/products/pubsub/examples/ansible/topic.yaml similarity index 100% rename from products/pubsub/examples/ansible/topic.yaml rename to mmv1/products/pubsub/examples/ansible/topic.yaml diff --git a/products/pubsub/inspec.yaml b/mmv1/products/pubsub/inspec.yaml similarity index 100% rename from products/pubsub/inspec.yaml rename to mmv1/products/pubsub/inspec.yaml diff --git a/products/pubsub/terraform.yaml b/mmv1/products/pubsub/terraform.yaml similarity index 100% rename from products/pubsub/terraform.yaml rename to mmv1/products/pubsub/terraform.yaml diff --git a/products/pubsub/test.yaml b/mmv1/products/pubsub/test.yaml similarity index 100% rename from products/pubsub/test.yaml rename to mmv1/products/pubsub/test.yaml diff --git a/products/pubsublite/api.yaml b/mmv1/products/pubsublite/api.yaml similarity index 100% rename from products/pubsublite/api.yaml rename to mmv1/products/pubsublite/api.yaml diff --git a/products/pubsublite/terraform.yaml b/mmv1/products/pubsublite/terraform.yaml similarity index 100% rename from products/pubsublite/terraform.yaml rename to mmv1/products/pubsublite/terraform.yaml diff --git a/products/redis/ansible.yaml b/mmv1/products/redis/ansible.yaml similarity index 100% rename from products/redis/ansible.yaml rename to mmv1/products/redis/ansible.yaml diff --git a/products/redis/ansible_version_added.yaml b/mmv1/products/redis/ansible_version_added.yaml similarity index 100% rename from products/redis/ansible_version_added.yaml rename to mmv1/products/redis/ansible_version_added.yaml diff --git a/products/redis/api.yaml b/mmv1/products/redis/api.yaml similarity index 100% rename from products/redis/api.yaml rename to mmv1/products/redis/api.yaml diff --git a/products/redis/examples/ansible/instance.yaml b/mmv1/products/redis/examples/ansible/instance.yaml similarity index 100% rename from products/redis/examples/ansible/instance.yaml rename to mmv1/products/redis/examples/ansible/instance.yaml diff --git a/products/redis/inspec.yaml b/mmv1/products/redis/inspec.yaml similarity index 100% rename from products/redis/inspec.yaml rename to mmv1/products/redis/inspec.yaml diff --git a/products/redis/terraform.yaml b/mmv1/products/redis/terraform.yaml similarity index 100% rename from products/redis/terraform.yaml rename to mmv1/products/redis/terraform.yaml diff --git a/products/resourcemanager/ansible.yaml b/mmv1/products/resourcemanager/ansible.yaml similarity index 100% rename from products/resourcemanager/ansible.yaml rename to mmv1/products/resourcemanager/ansible.yaml diff --git a/products/resourcemanager/ansible_version_added.yaml b/mmv1/products/resourcemanager/ansible_version_added.yaml similarity index 100% rename from products/resourcemanager/ansible_version_added.yaml rename to mmv1/products/resourcemanager/ansible_version_added.yaml diff --git a/products/resourcemanager/api.yaml b/mmv1/products/resourcemanager/api.yaml similarity index 100% rename from products/resourcemanager/api.yaml rename to mmv1/products/resourcemanager/api.yaml diff --git a/products/resourcemanager/examples/ansible/project.yaml b/mmv1/products/resourcemanager/examples/ansible/project.yaml similarity index 100% rename from products/resourcemanager/examples/ansible/project.yaml rename to mmv1/products/resourcemanager/examples/ansible/project.yaml diff --git a/products/resourcemanager/helpers/ansible/return_if_object.py b/mmv1/products/resourcemanager/helpers/ansible/return_if_object.py similarity index 100% rename from products/resourcemanager/helpers/ansible/return_if_object.py rename to mmv1/products/resourcemanager/helpers/ansible/return_if_object.py diff --git a/products/resourcemanager/inspec.yaml b/mmv1/products/resourcemanager/inspec.yaml similarity index 100% rename from products/resourcemanager/inspec.yaml rename to mmv1/products/resourcemanager/inspec.yaml diff --git a/products/resourcemanager/terraform.yaml b/mmv1/products/resourcemanager/terraform.yaml similarity index 100% rename from products/resourcemanager/terraform.yaml rename to mmv1/products/resourcemanager/terraform.yaml diff --git a/products/runtimeconfig/ansible.yaml b/mmv1/products/runtimeconfig/ansible.yaml similarity index 100% rename from products/runtimeconfig/ansible.yaml rename to mmv1/products/runtimeconfig/ansible.yaml diff --git a/products/runtimeconfig/ansible_version_added.yaml b/mmv1/products/runtimeconfig/ansible_version_added.yaml similarity index 100% rename from products/runtimeconfig/ansible_version_added.yaml rename to mmv1/products/runtimeconfig/ansible_version_added.yaml diff --git a/products/runtimeconfig/api.yaml b/mmv1/products/runtimeconfig/api.yaml similarity index 100% rename from products/runtimeconfig/api.yaml rename to mmv1/products/runtimeconfig/api.yaml diff --git a/products/runtimeconfig/examples/ansible/config.yaml b/mmv1/products/runtimeconfig/examples/ansible/config.yaml similarity index 100% rename from products/runtimeconfig/examples/ansible/config.yaml rename to mmv1/products/runtimeconfig/examples/ansible/config.yaml diff --git a/products/runtimeconfig/examples/ansible/variable.yaml b/mmv1/products/runtimeconfig/examples/ansible/variable.yaml similarity index 100% rename from products/runtimeconfig/examples/ansible/variable.yaml rename to mmv1/products/runtimeconfig/examples/ansible/variable.yaml diff --git a/products/runtimeconfig/helpers/ansible/variable_delete_config.py b/mmv1/products/runtimeconfig/helpers/ansible/variable_delete_config.py similarity index 100% rename from products/runtimeconfig/helpers/ansible/variable_delete_config.py rename to mmv1/products/runtimeconfig/helpers/ansible/variable_delete_config.py diff --git a/products/runtimeconfig/inspec.yaml b/mmv1/products/runtimeconfig/inspec.yaml similarity index 100% rename from products/runtimeconfig/inspec.yaml rename to mmv1/products/runtimeconfig/inspec.yaml diff --git a/products/runtimeconfig/terraform.yaml b/mmv1/products/runtimeconfig/terraform.yaml similarity index 100% rename from products/runtimeconfig/terraform.yaml rename to mmv1/products/runtimeconfig/terraform.yaml diff --git a/products/secretmanager/api.yaml b/mmv1/products/secretmanager/api.yaml similarity index 100% rename from products/secretmanager/api.yaml rename to mmv1/products/secretmanager/api.yaml diff --git a/products/secretmanager/terraform.yaml b/mmv1/products/secretmanager/terraform.yaml similarity index 100% rename from products/secretmanager/terraform.yaml rename to mmv1/products/secretmanager/terraform.yaml diff --git a/products/securitycenter/api.yaml b/mmv1/products/securitycenter/api.yaml similarity index 100% rename from products/securitycenter/api.yaml rename to mmv1/products/securitycenter/api.yaml diff --git a/products/securitycenter/terraform.yaml b/mmv1/products/securitycenter/terraform.yaml similarity index 100% rename from products/securitycenter/terraform.yaml rename to mmv1/products/securitycenter/terraform.yaml diff --git a/products/securityscanner/api.yaml b/mmv1/products/securityscanner/api.yaml similarity index 100% rename from products/securityscanner/api.yaml rename to mmv1/products/securityscanner/api.yaml diff --git a/products/securityscanner/terraform.yaml b/mmv1/products/securityscanner/terraform.yaml similarity index 100% rename from products/securityscanner/terraform.yaml rename to mmv1/products/securityscanner/terraform.yaml diff --git a/products/servicedirectory/api.yaml b/mmv1/products/servicedirectory/api.yaml similarity index 100% rename from products/servicedirectory/api.yaml rename to mmv1/products/servicedirectory/api.yaml diff --git a/products/servicedirectory/terraform.yaml b/mmv1/products/servicedirectory/terraform.yaml similarity index 100% rename from products/servicedirectory/terraform.yaml rename to mmv1/products/servicedirectory/terraform.yaml diff --git a/products/servicemanagement/api.yaml b/mmv1/products/servicemanagement/api.yaml similarity index 100% rename from products/servicemanagement/api.yaml rename to mmv1/products/servicemanagement/api.yaml diff --git a/products/servicemanagement/terraform.yaml b/mmv1/products/servicemanagement/terraform.yaml similarity index 100% rename from products/servicemanagement/terraform.yaml rename to mmv1/products/servicemanagement/terraform.yaml diff --git a/products/serviceusage/ansible.yaml b/mmv1/products/serviceusage/ansible.yaml similarity index 100% rename from products/serviceusage/ansible.yaml rename to mmv1/products/serviceusage/ansible.yaml diff --git a/products/serviceusage/ansible_version_added.yaml b/mmv1/products/serviceusage/ansible_version_added.yaml similarity index 100% rename from products/serviceusage/ansible_version_added.yaml rename to mmv1/products/serviceusage/ansible_version_added.yaml diff --git a/products/serviceusage/api.yaml b/mmv1/products/serviceusage/api.yaml similarity index 100% rename from products/serviceusage/api.yaml rename to mmv1/products/serviceusage/api.yaml diff --git a/products/serviceusage/examples/ansible/service.yaml b/mmv1/products/serviceusage/examples/ansible/service.yaml similarity index 100% rename from products/serviceusage/examples/ansible/service.yaml rename to mmv1/products/serviceusage/examples/ansible/service.yaml diff --git a/products/serviceusage/inspec.yaml b/mmv1/products/serviceusage/inspec.yaml similarity index 100% rename from products/serviceusage/inspec.yaml rename to mmv1/products/serviceusage/inspec.yaml diff --git a/products/serviceusage/terraform.yaml b/mmv1/products/serviceusage/terraform.yaml similarity index 100% rename from products/serviceusage/terraform.yaml rename to mmv1/products/serviceusage/terraform.yaml diff --git a/products/sourcerepo/ansible.yaml b/mmv1/products/sourcerepo/ansible.yaml similarity index 100% rename from products/sourcerepo/ansible.yaml rename to mmv1/products/sourcerepo/ansible.yaml diff --git a/products/sourcerepo/ansible_version_added.yaml b/mmv1/products/sourcerepo/ansible_version_added.yaml similarity index 100% rename from products/sourcerepo/ansible_version_added.yaml rename to mmv1/products/sourcerepo/ansible_version_added.yaml diff --git a/products/sourcerepo/api.yaml b/mmv1/products/sourcerepo/api.yaml similarity index 100% rename from products/sourcerepo/api.yaml rename to mmv1/products/sourcerepo/api.yaml diff --git a/products/sourcerepo/examples/ansible/repository.yaml b/mmv1/products/sourcerepo/examples/ansible/repository.yaml similarity index 100% rename from products/sourcerepo/examples/ansible/repository.yaml rename to mmv1/products/sourcerepo/examples/ansible/repository.yaml diff --git a/products/sourcerepo/inspec.yaml b/mmv1/products/sourcerepo/inspec.yaml similarity index 100% rename from products/sourcerepo/inspec.yaml rename to mmv1/products/sourcerepo/inspec.yaml diff --git a/products/sourcerepo/terraform.yaml b/mmv1/products/sourcerepo/terraform.yaml similarity index 100% rename from products/sourcerepo/terraform.yaml rename to mmv1/products/sourcerepo/terraform.yaml diff --git a/products/spanner/ansible.yaml b/mmv1/products/spanner/ansible.yaml similarity index 100% rename from products/spanner/ansible.yaml rename to mmv1/products/spanner/ansible.yaml diff --git a/products/spanner/ansible_version_added.yaml b/mmv1/products/spanner/ansible_version_added.yaml similarity index 100% rename from products/spanner/ansible_version_added.yaml rename to mmv1/products/spanner/ansible_version_added.yaml diff --git a/products/spanner/api.yaml b/mmv1/products/spanner/api.yaml similarity index 100% rename from products/spanner/api.yaml rename to mmv1/products/spanner/api.yaml diff --git a/products/spanner/async.yaml b/mmv1/products/spanner/async.yaml similarity index 100% rename from products/spanner/async.yaml rename to mmv1/products/spanner/async.yaml diff --git a/products/spanner/examples/ansible/database.yaml b/mmv1/products/spanner/examples/ansible/database.yaml similarity index 100% rename from products/spanner/examples/ansible/database.yaml rename to mmv1/products/spanner/examples/ansible/database.yaml diff --git a/products/spanner/examples/ansible/instance.yaml b/mmv1/products/spanner/examples/ansible/instance.yaml similarity index 100% rename from products/spanner/examples/ansible/instance.yaml rename to mmv1/products/spanner/examples/ansible/instance.yaml diff --git a/products/spanner/helpers/python/database_helpers.py.erb b/mmv1/products/spanner/helpers/python/database_helpers.py.erb similarity index 100% rename from products/spanner/helpers/python/database_helpers.py.erb rename to mmv1/products/spanner/helpers/python/database_helpers.py.erb diff --git a/products/spanner/helpers/python/instance_config_helpers.py.erb b/mmv1/products/spanner/helpers/python/instance_config_helpers.py.erb similarity index 100% rename from products/spanner/helpers/python/instance_config_helpers.py.erb rename to mmv1/products/spanner/helpers/python/instance_config_helpers.py.erb diff --git a/products/spanner/helpers/python/instance_helpers.py.erb b/mmv1/products/spanner/helpers/python/instance_helpers.py.erb similarity index 100% rename from products/spanner/helpers/python/instance_helpers.py.erb rename to mmv1/products/spanner/helpers/python/instance_helpers.py.erb diff --git a/products/spanner/inspec.yaml b/mmv1/products/spanner/inspec.yaml similarity index 100% rename from products/spanner/inspec.yaml rename to mmv1/products/spanner/inspec.yaml diff --git a/products/spanner/terraform.yaml b/mmv1/products/spanner/terraform.yaml similarity index 100% rename from products/spanner/terraform.yaml rename to mmv1/products/spanner/terraform.yaml diff --git a/products/spanner/test.yaml b/mmv1/products/spanner/test.yaml similarity index 100% rename from products/spanner/test.yaml rename to mmv1/products/spanner/test.yaml diff --git a/products/sql/ansible.yaml b/mmv1/products/sql/ansible.yaml similarity index 100% rename from products/sql/ansible.yaml rename to mmv1/products/sql/ansible.yaml diff --git a/products/sql/ansible_version_added.yaml b/mmv1/products/sql/ansible_version_added.yaml similarity index 100% rename from products/sql/ansible_version_added.yaml rename to mmv1/products/sql/ansible_version_added.yaml diff --git a/products/sql/api.yaml b/mmv1/products/sql/api.yaml similarity index 100% rename from products/sql/api.yaml rename to mmv1/products/sql/api.yaml diff --git a/products/sql/examples/ansible/database.yaml b/mmv1/products/sql/examples/ansible/database.yaml similarity index 100% rename from products/sql/examples/ansible/database.yaml rename to mmv1/products/sql/examples/ansible/database.yaml diff --git a/products/sql/examples/ansible/instance.yaml b/mmv1/products/sql/examples/ansible/instance.yaml similarity index 100% rename from products/sql/examples/ansible/instance.yaml rename to mmv1/products/sql/examples/ansible/instance.yaml diff --git a/products/sql/examples/ansible/ssl_cert.yaml b/mmv1/products/sql/examples/ansible/ssl_cert.yaml similarity index 100% rename from products/sql/examples/ansible/ssl_cert.yaml rename to mmv1/products/sql/examples/ansible/ssl_cert.yaml diff --git a/products/sql/examples/ansible/user.yaml b/mmv1/products/sql/examples/ansible/user.yaml similarity index 100% rename from products/sql/examples/ansible/user.yaml rename to mmv1/products/sql/examples/ansible/user.yaml diff --git a/products/sql/helpers/ansible/return_if_object.py b/mmv1/products/sql/helpers/ansible/return_if_object.py similarity index 100% rename from products/sql/helpers/ansible/return_if_object.py rename to mmv1/products/sql/helpers/ansible/return_if_object.py diff --git a/products/sql/inspec.yaml b/mmv1/products/sql/inspec.yaml similarity index 100% rename from products/sql/inspec.yaml rename to mmv1/products/sql/inspec.yaml diff --git a/products/sql/terraform.yaml b/mmv1/products/sql/terraform.yaml similarity index 100% rename from products/sql/terraform.yaml rename to mmv1/products/sql/terraform.yaml diff --git a/products/storage/ansible.yaml b/mmv1/products/storage/ansible.yaml similarity index 100% rename from products/storage/ansible.yaml rename to mmv1/products/storage/ansible.yaml diff --git a/products/storage/ansible_version_added.yaml b/mmv1/products/storage/ansible_version_added.yaml similarity index 100% rename from products/storage/ansible_version_added.yaml rename to mmv1/products/storage/ansible_version_added.yaml diff --git a/products/storage/api.yaml b/mmv1/products/storage/api.yaml similarity index 100% rename from products/storage/api.yaml rename to mmv1/products/storage/api.yaml diff --git a/products/storage/examples/ansible/bucket.yaml b/mmv1/products/storage/examples/ansible/bucket.yaml similarity index 100% rename from products/storage/examples/ansible/bucket.yaml rename to mmv1/products/storage/examples/ansible/bucket.yaml diff --git a/products/storage/examples/ansible/bucket_access_control.yaml b/mmv1/products/storage/examples/ansible/bucket_access_control.yaml similarity index 100% rename from products/storage/examples/ansible/bucket_access_control.yaml rename to mmv1/products/storage/examples/ansible/bucket_access_control.yaml diff --git a/products/storage/examples/ansible/default_object_acl.yaml b/mmv1/products/storage/examples/ansible/default_object_acl.yaml similarity index 100% rename from products/storage/examples/ansible/default_object_acl.yaml rename to mmv1/products/storage/examples/ansible/default_object_acl.yaml diff --git a/products/storage/examples/ansible/object.yaml b/mmv1/products/storage/examples/ansible/object.yaml similarity index 100% rename from products/storage/examples/ansible/object.yaml rename to mmv1/products/storage/examples/ansible/object.yaml diff --git a/products/storage/inspec.yaml b/mmv1/products/storage/inspec.yaml similarity index 100% rename from products/storage/inspec.yaml rename to mmv1/products/storage/inspec.yaml diff --git a/products/storage/terraform.yaml b/mmv1/products/storage/terraform.yaml similarity index 100% rename from products/storage/terraform.yaml rename to mmv1/products/storage/terraform.yaml diff --git a/products/tpu/ansible.yaml b/mmv1/products/tpu/ansible.yaml similarity index 100% rename from products/tpu/ansible.yaml rename to mmv1/products/tpu/ansible.yaml diff --git a/products/tpu/ansible_version_added.yaml b/mmv1/products/tpu/ansible_version_added.yaml similarity index 100% rename from products/tpu/ansible_version_added.yaml rename to mmv1/products/tpu/ansible_version_added.yaml diff --git a/products/tpu/api.yaml b/mmv1/products/tpu/api.yaml similarity index 100% rename from products/tpu/api.yaml rename to mmv1/products/tpu/api.yaml diff --git a/products/tpu/examples/ansible/node.yaml b/mmv1/products/tpu/examples/ansible/node.yaml similarity index 100% rename from products/tpu/examples/ansible/node.yaml rename to mmv1/products/tpu/examples/ansible/node.yaml diff --git a/products/tpu/terraform.yaml b/mmv1/products/tpu/terraform.yaml similarity index 100% rename from products/tpu/terraform.yaml rename to mmv1/products/tpu/terraform.yaml diff --git a/products/vpcaccess/api.yaml b/mmv1/products/vpcaccess/api.yaml similarity index 100% rename from products/vpcaccess/api.yaml rename to mmv1/products/vpcaccess/api.yaml diff --git a/products/vpcaccess/terraform.yaml b/mmv1/products/vpcaccess/terraform.yaml similarity index 100% rename from products/vpcaccess/terraform.yaml rename to mmv1/products/vpcaccess/terraform.yaml diff --git a/provider/abstract_core.rb b/mmv1/provider/abstract_core.rb similarity index 100% rename from provider/abstract_core.rb rename to mmv1/provider/abstract_core.rb diff --git a/provider/ansible.rb b/mmv1/provider/ansible.rb similarity index 100% rename from provider/ansible.rb rename to mmv1/provider/ansible.rb diff --git a/provider/ansible/blank_file.yaml b/mmv1/provider/ansible/blank_file.yaml similarity index 100% rename from provider/ansible/blank_file.yaml rename to mmv1/provider/ansible/blank_file.yaml diff --git a/provider/ansible/common~compile.yaml b/mmv1/provider/ansible/common~compile.yaml similarity index 100% rename from provider/ansible/common~compile.yaml rename to mmv1/provider/ansible/common~compile.yaml diff --git a/provider/ansible/common~copy.yaml b/mmv1/provider/ansible/common~copy.yaml similarity index 100% rename from provider/ansible/common~copy.yaml rename to mmv1/provider/ansible/common~copy.yaml diff --git a/provider/ansible/common~copy~devel.yaml b/mmv1/provider/ansible/common~copy~devel.yaml similarity index 100% rename from provider/ansible/common~copy~devel.yaml rename to mmv1/provider/ansible/common~copy~devel.yaml diff --git a/provider/ansible/config.rb b/mmv1/provider/ansible/config.rb similarity index 100% rename from provider/ansible/config.rb rename to mmv1/provider/ansible/config.rb diff --git a/provider/ansible/custom_code.rb b/mmv1/provider/ansible/custom_code.rb similarity index 100% rename from provider/ansible/custom_code.rb rename to mmv1/provider/ansible/custom_code.rb diff --git a/provider/ansible/documentation.rb b/mmv1/provider/ansible/documentation.rb similarity index 100% rename from provider/ansible/documentation.rb rename to mmv1/provider/ansible/documentation.rb diff --git a/provider/ansible/example.rb b/mmv1/provider/ansible/example.rb similarity index 100% rename from provider/ansible/example.rb rename to mmv1/provider/ansible/example.rb diff --git a/provider/ansible/facts_override.rb b/mmv1/provider/ansible/facts_override.rb similarity index 100% rename from provider/ansible/facts_override.rb rename to mmv1/provider/ansible/facts_override.rb diff --git a/provider/ansible/gcp_integration_runner.py b/mmv1/provider/ansible/gcp_integration_runner.py similarity index 100% rename from provider/ansible/gcp_integration_runner.py rename to mmv1/provider/ansible/gcp_integration_runner.py diff --git a/provider/ansible/gcp_utils.py b/mmv1/provider/ansible/gcp_utils.py similarity index 100% rename from provider/ansible/gcp_utils.py rename to mmv1/provider/ansible/gcp_utils.py diff --git a/provider/ansible/module.rb b/mmv1/provider/ansible/module.rb similarity index 100% rename from provider/ansible/module.rb rename to mmv1/provider/ansible/module.rb diff --git a/provider/ansible/request.rb b/mmv1/provider/ansible/request.rb similarity index 100% rename from provider/ansible/request.rb rename to mmv1/provider/ansible/request.rb diff --git a/provider/ansible/resourceref.rb b/mmv1/provider/ansible/resourceref.rb similarity index 100% rename from provider/ansible/resourceref.rb rename to mmv1/provider/ansible/resourceref.rb diff --git a/provider/ansible/resource~compile.yaml b/mmv1/provider/ansible/resource~compile.yaml similarity index 100% rename from provider/ansible/resource~compile.yaml rename to mmv1/provider/ansible/resource~compile.yaml diff --git a/provider/ansible/resource~compile~devel.yaml b/mmv1/provider/ansible/resource~compile~devel.yaml similarity index 100% rename from provider/ansible/resource~compile~devel.yaml rename to mmv1/provider/ansible/resource~compile~devel.yaml diff --git a/provider/ansible/test_gcp_session.py b/mmv1/provider/ansible/test_gcp_session.py similarity index 100% rename from provider/ansible/test_gcp_session.py rename to mmv1/provider/ansible/test_gcp_session.py diff --git a/provider/ansible/test_gcp_utils.py b/mmv1/provider/ansible/test_gcp_utils.py similarity index 100% rename from provider/ansible/test_gcp_utils.py rename to mmv1/provider/ansible/test_gcp_utils.py diff --git a/provider/ansible/test_template.yaml b/mmv1/provider/ansible/test_template.yaml similarity index 100% rename from provider/ansible/test_template.yaml rename to mmv1/provider/ansible/test_template.yaml diff --git a/provider/ansible/tests.rb b/mmv1/provider/ansible/tests.rb similarity index 100% rename from provider/ansible/tests.rb rename to mmv1/provider/ansible/tests.rb diff --git a/provider/ansible/version_added.rb b/mmv1/provider/ansible/version_added.rb similarity index 100% rename from provider/ansible/version_added.rb rename to mmv1/provider/ansible/version_added.rb diff --git a/provider/ansible_devel.rb b/mmv1/provider/ansible_devel.rb similarity index 100% rename from provider/ansible_devel.rb rename to mmv1/provider/ansible_devel.rb diff --git a/provider/config.rb b/mmv1/provider/config.rb similarity index 100% rename from provider/config.rb rename to mmv1/provider/config.rb diff --git a/provider/core.rb b/mmv1/provider/core.rb similarity index 100% rename from provider/core.rb rename to mmv1/provider/core.rb diff --git a/provider/file_template.rb b/mmv1/provider/file_template.rb similarity index 100% rename from provider/file_template.rb rename to mmv1/provider/file_template.rb diff --git a/provider/inspec.rb b/mmv1/provider/inspec.rb similarity index 100% rename from provider/inspec.rb rename to mmv1/provider/inspec.rb diff --git a/provider/inspec/Gemfile b/mmv1/provider/inspec/Gemfile similarity index 100% rename from provider/inspec/Gemfile rename to mmv1/provider/inspec/Gemfile diff --git a/provider/inspec/common~copy.yaml b/mmv1/provider/inspec/common~copy.yaml similarity index 100% rename from provider/inspec/common~copy.yaml rename to mmv1/provider/inspec/common~copy.yaml diff --git a/provider/terraform.rb b/mmv1/provider/terraform.rb similarity index 100% rename from provider/terraform.rb rename to mmv1/provider/terraform.rb diff --git a/provider/terraform/async.rb b/mmv1/provider/terraform/async.rb similarity index 100% rename from provider/terraform/async.rb rename to mmv1/provider/terraform/async.rb diff --git a/provider/terraform/common~compile.yaml b/mmv1/provider/terraform/common~compile.yaml similarity index 100% rename from provider/terraform/common~compile.yaml rename to mmv1/provider/terraform/common~compile.yaml diff --git a/provider/terraform/common~copy.yaml b/mmv1/provider/terraform/common~copy.yaml similarity index 100% rename from provider/terraform/common~copy.yaml rename to mmv1/provider/terraform/common~copy.yaml diff --git a/provider/terraform/config.rb b/mmv1/provider/terraform/config.rb similarity index 100% rename from provider/terraform/config.rb rename to mmv1/provider/terraform/config.rb diff --git a/provider/terraform/custom_code.rb b/mmv1/provider/terraform/custom_code.rb similarity index 100% rename from provider/terraform/custom_code.rb rename to mmv1/provider/terraform/custom_code.rb diff --git a/provider/terraform/docs.rb b/mmv1/provider/terraform/docs.rb similarity index 100% rename from provider/terraform/docs.rb rename to mmv1/provider/terraform/docs.rb diff --git a/provider/terraform/examples.rb b/mmv1/provider/terraform/examples.rb similarity index 100% rename from provider/terraform/examples.rb rename to mmv1/provider/terraform/examples.rb diff --git a/provider/terraform/import.rb b/mmv1/provider/terraform/import.rb similarity index 100% rename from provider/terraform/import.rb rename to mmv1/provider/terraform/import.rb diff --git a/provider/terraform/product~compile.yaml b/mmv1/provider/terraform/product~compile.yaml similarity index 100% rename from provider/terraform/product~compile.yaml rename to mmv1/provider/terraform/product~compile.yaml diff --git a/provider/terraform/sub_template.rb b/mmv1/provider/terraform/sub_template.rb similarity index 100% rename from provider/terraform/sub_template.rb rename to mmv1/provider/terraform/sub_template.rb diff --git a/provider/terraform/virtual_fields.rb b/mmv1/provider/terraform/virtual_fields.rb similarity index 100% rename from provider/terraform/virtual_fields.rb rename to mmv1/provider/terraform/virtual_fields.rb diff --git a/provider/terraform_object_library.rb b/mmv1/provider/terraform_object_library.rb similarity index 100% rename from provider/terraform_object_library.rb rename to mmv1/provider/terraform_object_library.rb diff --git a/provider/terraform_oics.rb b/mmv1/provider/terraform_oics.rb similarity index 100% rename from provider/terraform_oics.rb rename to mmv1/provider/terraform_oics.rb diff --git a/spec/.rubocop.yml b/mmv1/spec/.rubocop.yml similarity index 100% rename from spec/.rubocop.yml rename to mmv1/spec/.rubocop.yml diff --git a/spec/compiler_spec.rb b/mmv1/spec/compiler_spec.rb similarity index 100% rename from spec/compiler_spec.rb rename to mmv1/spec/compiler_spec.rb diff --git a/spec/copyright.rb b/mmv1/spec/copyright.rb similarity index 100% rename from spec/copyright.rb rename to mmv1/spec/copyright.rb diff --git a/spec/copyright_spec.rb b/mmv1/spec/copyright_spec.rb similarity index 100% rename from spec/copyright_spec.rb rename to mmv1/spec/copyright_spec.rb diff --git a/spec/data/bad-property-reference-config.yaml b/mmv1/spec/data/bad-property-reference-config.yaml similarity index 100% rename from spec/data/bad-property-reference-config.yaml rename to mmv1/spec/data/bad-property-reference-config.yaml diff --git a/spec/data/copyright_bad1.rb b/mmv1/spec/data/copyright_bad1.rb similarity index 100% rename from spec/data/copyright_bad1.rb rename to mmv1/spec/data/copyright_bad1.rb diff --git a/spec/data/copyright_bad2.rb b/mmv1/spec/data/copyright_bad2.rb similarity index 100% rename from spec/data/copyright_bad2.rb rename to mmv1/spec/data/copyright_bad2.rb diff --git a/spec/data/copyright_good1.rb b/mmv1/spec/data/copyright_good1.rb similarity index 100% rename from spec/data/copyright_good1.rb rename to mmv1/spec/data/copyright_good1.rb diff --git a/spec/data/copyright_good2.rb b/mmv1/spec/data/copyright_good2.rb similarity index 100% rename from spec/data/copyright_good2.rb rename to mmv1/spec/data/copyright_good2.rb diff --git a/spec/data/good-export-file.yaml b/mmv1/spec/data/good-export-file.yaml similarity index 100% rename from spec/data/good-export-file.yaml rename to mmv1/spec/data/good-export-file.yaml diff --git a/spec/data/good-file.yaml b/mmv1/spec/data/good-file.yaml similarity index 100% rename from spec/data/good-file.yaml rename to mmv1/spec/data/good-file.yaml diff --git a/spec/data/good-longuri.yaml b/mmv1/spec/data/good-longuri.yaml similarity index 100% rename from spec/data/good-longuri.yaml rename to mmv1/spec/data/good-longuri.yaml diff --git a/spec/data/good-multi-file.yaml b/mmv1/spec/data/good-multi-file.yaml similarity index 100% rename from spec/data/good-multi-file.yaml rename to mmv1/spec/data/good-multi-file.yaml diff --git a/spec/data/good-multi2-file.yaml b/mmv1/spec/data/good-multi2-file.yaml similarity index 100% rename from spec/data/good-multi2-file.yaml rename to mmv1/spec/data/good-multi2-file.yaml diff --git a/spec/data/good-resource.yaml b/mmv1/spec/data/good-resource.yaml similarity index 100% rename from spec/data/good-resource.yaml rename to mmv1/spec/data/good-resource.yaml diff --git a/spec/data/good-single-file.yaml b/mmv1/spec/data/good-single-file.yaml similarity index 100% rename from spec/data/good-single-file.yaml rename to mmv1/spec/data/good-single-file.yaml diff --git a/spec/data/good-single-readonly-file.yaml b/mmv1/spec/data/good-single-readonly-file.yaml similarity index 100% rename from spec/data/good-single-readonly-file.yaml rename to mmv1/spec/data/good-single-readonly-file.yaml diff --git a/spec/data/good-tf-override.yaml b/mmv1/spec/data/good-tf-override.yaml similarity index 100% rename from spec/data/good-tf-override.yaml rename to mmv1/spec/data/good-tf-override.yaml diff --git a/spec/data/resourceref-missingimports.yaml b/mmv1/spec/data/resourceref-missingimports.yaml similarity index 100% rename from spec/data/resourceref-missingimports.yaml rename to mmv1/spec/data/resourceref-missingimports.yaml diff --git a/spec/data/resourceref-missingresource.yaml b/mmv1/spec/data/resourceref-missingresource.yaml similarity index 100% rename from spec/data/resourceref-missingresource.yaml rename to mmv1/spec/data/resourceref-missingresource.yaml diff --git a/spec/data/terraform-config.yaml b/mmv1/spec/data/terraform-config.yaml similarity index 100% rename from spec/data/terraform-config.yaml rename to mmv1/spec/data/terraform-config.yaml diff --git a/spec/google_golang_spec.rb b/mmv1/spec/google_golang_spec.rb similarity index 100% rename from spec/google_golang_spec.rb rename to mmv1/spec/google_golang_spec.rb diff --git a/spec/google_python_spec.rb b/mmv1/spec/google_python_spec.rb similarity index 100% rename from spec/google_python_spec.rb rename to mmv1/spec/google_python_spec.rb diff --git a/spec/object_spec.rb b/mmv1/spec/object_spec.rb similarity index 100% rename from spec/object_spec.rb rename to mmv1/spec/object_spec.rb diff --git a/spec/override_runner_spec.rb b/mmv1/spec/override_runner_spec.rb similarity index 100% rename from spec/override_runner_spec.rb rename to mmv1/spec/override_runner_spec.rb diff --git a/spec/override_validator_spec.rb b/mmv1/spec/override_validator_spec.rb similarity index 100% rename from spec/override_validator_spec.rb rename to mmv1/spec/override_validator_spec.rb diff --git a/spec/product_spec.rb b/mmv1/spec/product_spec.rb similarity index 100% rename from spec/product_spec.rb rename to mmv1/spec/product_spec.rb diff --git a/spec/provider_terraform_import_spec.rb b/mmv1/spec/provider_terraform_import_spec.rb similarity index 100% rename from spec/provider_terraform_import_spec.rb rename to mmv1/spec/provider_terraform_import_spec.rb diff --git a/spec/provider_terraform_resource_override_spec.rb b/mmv1/spec/provider_terraform_resource_override_spec.rb similarity index 100% rename from spec/provider_terraform_resource_override_spec.rb rename to mmv1/spec/provider_terraform_resource_override_spec.rb diff --git a/spec/provider_terraform_spec.rb b/mmv1/spec/provider_terraform_spec.rb similarity index 100% rename from spec/provider_terraform_spec.rb rename to mmv1/spec/provider_terraform_spec.rb diff --git a/spec/resource_spec.rb b/mmv1/spec/resource_spec.rb similarity index 100% rename from spec/resource_spec.rb rename to mmv1/spec/resource_spec.rb diff --git a/spec/spec_helper.rb b/mmv1/spec/spec_helper.rb similarity index 100% rename from spec/spec_helper.rb rename to mmv1/spec/spec_helper.rb diff --git a/spec/string_utils_spec.rb b/mmv1/spec/string_utils_spec.rb similarity index 100% rename from spec/string_utils_spec.rb rename to mmv1/spec/string_utils_spec.rb diff --git a/spec/type_spec.rb b/mmv1/spec/type_spec.rb similarity index 100% rename from spec/type_spec.rb rename to mmv1/spec/type_spec.rb diff --git a/spec/yaml_validator_spec.rb b/mmv1/spec/yaml_validator_spec.rb similarity index 100% rename from spec/yaml_validator_spec.rb rename to mmv1/spec/yaml_validator_spec.rb diff --git a/templates/LICENSE b/mmv1/templates/LICENSE similarity index 100% rename from templates/LICENSE rename to mmv1/templates/LICENSE diff --git a/templates/ansible/README.md.erb b/mmv1/templates/ansible/README.md.erb similarity index 100% rename from templates/ansible/README.md.erb rename to mmv1/templates/ansible/README.md.erb diff --git a/templates/ansible/aliases b/mmv1/templates/ansible/aliases similarity index 100% rename from templates/ansible/aliases rename to mmv1/templates/ansible/aliases diff --git a/templates/ansible/async.erb b/mmv1/templates/ansible/async.erb similarity index 100% rename from templates/ansible/async.erb rename to mmv1/templates/ansible/async.erb diff --git a/templates/ansible/documentation.erb b/mmv1/templates/ansible/documentation.erb similarity index 100% rename from templates/ansible/documentation.erb rename to mmv1/templates/ansible/documentation.erb diff --git a/templates/ansible/facts.erb b/mmv1/templates/ansible/facts.erb similarity index 100% rename from templates/ansible/facts.erb rename to mmv1/templates/ansible/facts.erb diff --git a/templates/ansible/integration_test.erb b/mmv1/templates/ansible/integration_test.erb similarity index 100% rename from templates/ansible/integration_test.erb rename to mmv1/templates/ansible/integration_test.erb diff --git a/templates/ansible/integration_test_variables.erb b/mmv1/templates/ansible/integration_test_variables.erb similarity index 100% rename from templates/ansible/integration_test_variables.erb rename to mmv1/templates/ansible/integration_test_variables.erb diff --git a/templates/ansible/module.erb b/mmv1/templates/ansible/module.erb similarity index 100% rename from templates/ansible/module.erb rename to mmv1/templates/ansible/module.erb diff --git a/templates/ansible/pattern.py.erb b/mmv1/templates/ansible/pattern.py.erb similarity index 100% rename from templates/ansible/pattern.py.erb rename to mmv1/templates/ansible/pattern.py.erb diff --git a/templates/ansible/properties.erb b/mmv1/templates/ansible/properties.erb similarity index 100% rename from templates/ansible/properties.erb rename to mmv1/templates/ansible/properties.erb diff --git a/templates/ansible/provider_helpers.erb b/mmv1/templates/ansible/provider_helpers.erb similarity index 100% rename from templates/ansible/provider_helpers.erb rename to mmv1/templates/ansible/provider_helpers.erb diff --git a/templates/ansible/resource.erb b/mmv1/templates/ansible/resource.erb similarity index 100% rename from templates/ansible/resource.erb rename to mmv1/templates/ansible/resource.erb diff --git a/templates/ansible/tests_main.erb b/mmv1/templates/ansible/tests_main.erb similarity index 100% rename from templates/ansible/tests_main.erb rename to mmv1/templates/ansible/tests_main.erb diff --git a/templates/ansible/transport.erb b/mmv1/templates/ansible/transport.erb similarity index 100% rename from templates/ansible/transport.erb rename to mmv1/templates/ansible/transport.erb diff --git a/templates/ansible/update_mask.erb b/mmv1/templates/ansible/update_mask.erb similarity index 100% rename from templates/ansible/update_mask.erb rename to mmv1/templates/ansible/update_mask.erb diff --git a/templates/ansible/verifiers/bash.yaml.erb b/mmv1/templates/ansible/verifiers/bash.yaml.erb similarity index 100% rename from templates/ansible/verifiers/bash.yaml.erb rename to mmv1/templates/ansible/verifiers/bash.yaml.erb diff --git a/templates/ansible/verifiers/facts.yaml.erb b/mmv1/templates/ansible/verifiers/facts.yaml.erb similarity index 100% rename from templates/ansible/verifiers/facts.yaml.erb rename to mmv1/templates/ansible/verifiers/facts.yaml.erb diff --git a/templates/async.yaml.erb b/mmv1/templates/async.yaml.erb similarity index 100% rename from templates/async.yaml.erb rename to mmv1/templates/async.yaml.erb diff --git a/templates/autogen_notice.erb b/mmv1/templates/autogen_notice.erb similarity index 100% rename from templates/autogen_notice.erb rename to mmv1/templates/autogen_notice.erb diff --git a/templates/inspec/doc_template.md.erb b/mmv1/templates/inspec/doc_template.md.erb similarity index 100% rename from templates/inspec/doc_template.md.erb rename to mmv1/templates/inspec/doc_template.md.erb diff --git a/templates/inspec/examples/attributes/external_attributes.yml b/mmv1/templates/inspec/examples/attributes/external_attributes.yml similarity index 100% rename from templates/inspec/examples/attributes/external_attributes.yml rename to mmv1/templates/inspec/examples/attributes/external_attributes.yml diff --git a/templates/inspec/examples/google_access_context_manager_access_level/google_access_context_manager_access_level.erb b/mmv1/templates/inspec/examples/google_access_context_manager_access_level/google_access_context_manager_access_level.erb similarity index 100% rename from templates/inspec/examples/google_access_context_manager_access_level/google_access_context_manager_access_level.erb rename to mmv1/templates/inspec/examples/google_access_context_manager_access_level/google_access_context_manager_access_level.erb diff --git a/templates/inspec/examples/google_access_context_manager_access_level/google_access_context_manager_access_level_attributes.erb b/mmv1/templates/inspec/examples/google_access_context_manager_access_level/google_access_context_manager_access_level_attributes.erb similarity index 100% rename from templates/inspec/examples/google_access_context_manager_access_level/google_access_context_manager_access_level_attributes.erb rename to mmv1/templates/inspec/examples/google_access_context_manager_access_level/google_access_context_manager_access_level_attributes.erb diff --git a/templates/inspec/examples/google_access_context_manager_access_level/google_access_context_manager_access_levels.erb b/mmv1/templates/inspec/examples/google_access_context_manager_access_level/google_access_context_manager_access_levels.erb similarity index 100% rename from templates/inspec/examples/google_access_context_manager_access_level/google_access_context_manager_access_levels.erb rename to mmv1/templates/inspec/examples/google_access_context_manager_access_level/google_access_context_manager_access_levels.erb diff --git a/templates/inspec/examples/google_access_context_manager_access_policy/google_access_context_manager_access_policies.erb b/mmv1/templates/inspec/examples/google_access_context_manager_access_policy/google_access_context_manager_access_policies.erb similarity index 100% rename from templates/inspec/examples/google_access_context_manager_access_policy/google_access_context_manager_access_policies.erb rename to mmv1/templates/inspec/examples/google_access_context_manager_access_policy/google_access_context_manager_access_policies.erb diff --git a/templates/inspec/examples/google_access_context_manager_access_policy/google_access_context_manager_access_policy.erb b/mmv1/templates/inspec/examples/google_access_context_manager_access_policy/google_access_context_manager_access_policy.erb similarity index 100% rename from templates/inspec/examples/google_access_context_manager_access_policy/google_access_context_manager_access_policy.erb rename to mmv1/templates/inspec/examples/google_access_context_manager_access_policy/google_access_context_manager_access_policy.erb diff --git a/templates/inspec/examples/google_access_context_manager_access_policy/google_access_context_manager_access_policy_attributes.erb b/mmv1/templates/inspec/examples/google_access_context_manager_access_policy/google_access_context_manager_access_policy_attributes.erb similarity index 100% rename from templates/inspec/examples/google_access_context_manager_access_policy/google_access_context_manager_access_policy_attributes.erb rename to mmv1/templates/inspec/examples/google_access_context_manager_access_policy/google_access_context_manager_access_policy_attributes.erb diff --git a/templates/inspec/examples/google_access_context_manager_service_perimeter/google_access_context_manager_service_perimeter.erb b/mmv1/templates/inspec/examples/google_access_context_manager_service_perimeter/google_access_context_manager_service_perimeter.erb similarity index 100% rename from templates/inspec/examples/google_access_context_manager_service_perimeter/google_access_context_manager_service_perimeter.erb rename to mmv1/templates/inspec/examples/google_access_context_manager_service_perimeter/google_access_context_manager_service_perimeter.erb diff --git a/templates/inspec/examples/google_access_context_manager_service_perimeter/google_access_context_manager_service_perimeter_attributes.erb b/mmv1/templates/inspec/examples/google_access_context_manager_service_perimeter/google_access_context_manager_service_perimeter_attributes.erb similarity index 100% rename from templates/inspec/examples/google_access_context_manager_service_perimeter/google_access_context_manager_service_perimeter_attributes.erb rename to mmv1/templates/inspec/examples/google_access_context_manager_service_perimeter/google_access_context_manager_service_perimeter_attributes.erb diff --git a/templates/inspec/examples/google_access_context_manager_service_perimeter/google_access_context_manager_service_perimeters.erb b/mmv1/templates/inspec/examples/google_access_context_manager_service_perimeter/google_access_context_manager_service_perimeters.erb similarity index 100% rename from templates/inspec/examples/google_access_context_manager_service_perimeter/google_access_context_manager_service_perimeters.erb rename to mmv1/templates/inspec/examples/google_access_context_manager_service_perimeter/google_access_context_manager_service_perimeters.erb diff --git a/templates/inspec/examples/google_appengine_standard_app_version/google_appengine_standard_app_version.erb b/mmv1/templates/inspec/examples/google_appengine_standard_app_version/google_appengine_standard_app_version.erb similarity index 100% rename from templates/inspec/examples/google_appengine_standard_app_version/google_appengine_standard_app_version.erb rename to mmv1/templates/inspec/examples/google_appengine_standard_app_version/google_appengine_standard_app_version.erb diff --git a/templates/inspec/examples/google_appengine_standard_app_version/google_appengine_standard_app_version_attributes.erb b/mmv1/templates/inspec/examples/google_appengine_standard_app_version/google_appengine_standard_app_version_attributes.erb similarity index 100% rename from templates/inspec/examples/google_appengine_standard_app_version/google_appengine_standard_app_version_attributes.erb rename to mmv1/templates/inspec/examples/google_appengine_standard_app_version/google_appengine_standard_app_version_attributes.erb diff --git a/templates/inspec/examples/google_appengine_standard_app_version/google_appengine_standard_app_versions.erb b/mmv1/templates/inspec/examples/google_appengine_standard_app_version/google_appengine_standard_app_versions.erb similarity index 100% rename from templates/inspec/examples/google_appengine_standard_app_version/google_appengine_standard_app_versions.erb rename to mmv1/templates/inspec/examples/google_appengine_standard_app_version/google_appengine_standard_app_versions.erb diff --git a/templates/inspec/examples/google_bigquery_dataset/google_bigquery_dataset.erb b/mmv1/templates/inspec/examples/google_bigquery_dataset/google_bigquery_dataset.erb similarity index 100% rename from templates/inspec/examples/google_bigquery_dataset/google_bigquery_dataset.erb rename to mmv1/templates/inspec/examples/google_bigquery_dataset/google_bigquery_dataset.erb diff --git a/templates/inspec/examples/google_bigquery_dataset/google_bigquery_dataset_attributes.erb b/mmv1/templates/inspec/examples/google_bigquery_dataset/google_bigquery_dataset_attributes.erb similarity index 100% rename from templates/inspec/examples/google_bigquery_dataset/google_bigquery_dataset_attributes.erb rename to mmv1/templates/inspec/examples/google_bigquery_dataset/google_bigquery_dataset_attributes.erb diff --git a/templates/inspec/examples/google_bigquery_dataset/google_bigquery_datasets.erb b/mmv1/templates/inspec/examples/google_bigquery_dataset/google_bigquery_datasets.erb similarity index 100% rename from templates/inspec/examples/google_bigquery_dataset/google_bigquery_datasets.erb rename to mmv1/templates/inspec/examples/google_bigquery_dataset/google_bigquery_datasets.erb diff --git a/templates/inspec/examples/google_bigquery_table/google_bigquery_table.erb b/mmv1/templates/inspec/examples/google_bigquery_table/google_bigquery_table.erb similarity index 100% rename from templates/inspec/examples/google_bigquery_table/google_bigquery_table.erb rename to mmv1/templates/inspec/examples/google_bigquery_table/google_bigquery_table.erb diff --git a/templates/inspec/examples/google_bigquery_table/google_bigquery_table_attributes.erb b/mmv1/templates/inspec/examples/google_bigquery_table/google_bigquery_table_attributes.erb similarity index 100% rename from templates/inspec/examples/google_bigquery_table/google_bigquery_table_attributes.erb rename to mmv1/templates/inspec/examples/google_bigquery_table/google_bigquery_table_attributes.erb diff --git a/templates/inspec/examples/google_bigquery_table/google_bigquery_tables.erb b/mmv1/templates/inspec/examples/google_bigquery_table/google_bigquery_tables.erb similarity index 100% rename from templates/inspec/examples/google_bigquery_table/google_bigquery_tables.erb rename to mmv1/templates/inspec/examples/google_bigquery_table/google_bigquery_tables.erb diff --git a/templates/inspec/examples/google_billing_project_billing_info/google_billing_project_billing_info.erb b/mmv1/templates/inspec/examples/google_billing_project_billing_info/google_billing_project_billing_info.erb similarity index 100% rename from templates/inspec/examples/google_billing_project_billing_info/google_billing_project_billing_info.erb rename to mmv1/templates/inspec/examples/google_billing_project_billing_info/google_billing_project_billing_info.erb diff --git a/templates/inspec/examples/google_billing_project_billing_info/google_billing_project_billing_info_attributes.erb b/mmv1/templates/inspec/examples/google_billing_project_billing_info/google_billing_project_billing_info_attributes.erb similarity index 100% rename from templates/inspec/examples/google_billing_project_billing_info/google_billing_project_billing_info_attributes.erb rename to mmv1/templates/inspec/examples/google_billing_project_billing_info/google_billing_project_billing_info_attributes.erb diff --git a/templates/inspec/examples/google_cloud_scheduler_job/google_cloud_scheduler_job.erb b/mmv1/templates/inspec/examples/google_cloud_scheduler_job/google_cloud_scheduler_job.erb similarity index 100% rename from templates/inspec/examples/google_cloud_scheduler_job/google_cloud_scheduler_job.erb rename to mmv1/templates/inspec/examples/google_cloud_scheduler_job/google_cloud_scheduler_job.erb diff --git a/templates/inspec/examples/google_cloud_scheduler_job/google_cloud_scheduler_job_attributes.erb b/mmv1/templates/inspec/examples/google_cloud_scheduler_job/google_cloud_scheduler_job_attributes.erb similarity index 100% rename from templates/inspec/examples/google_cloud_scheduler_job/google_cloud_scheduler_job_attributes.erb rename to mmv1/templates/inspec/examples/google_cloud_scheduler_job/google_cloud_scheduler_job_attributes.erb diff --git a/templates/inspec/examples/google_cloud_scheduler_job/google_cloud_scheduler_jobs.erb b/mmv1/templates/inspec/examples/google_cloud_scheduler_job/google_cloud_scheduler_jobs.erb similarity index 100% rename from templates/inspec/examples/google_cloud_scheduler_job/google_cloud_scheduler_jobs.erb rename to mmv1/templates/inspec/examples/google_cloud_scheduler_job/google_cloud_scheduler_jobs.erb diff --git a/templates/inspec/examples/google_cloudbuild_trigger/google_cloudbuild_trigger.erb b/mmv1/templates/inspec/examples/google_cloudbuild_trigger/google_cloudbuild_trigger.erb similarity index 100% rename from templates/inspec/examples/google_cloudbuild_trigger/google_cloudbuild_trigger.erb rename to mmv1/templates/inspec/examples/google_cloudbuild_trigger/google_cloudbuild_trigger.erb diff --git a/templates/inspec/examples/google_cloudbuild_trigger/google_cloudbuild_trigger_attributes.erb b/mmv1/templates/inspec/examples/google_cloudbuild_trigger/google_cloudbuild_trigger_attributes.erb similarity index 100% rename from templates/inspec/examples/google_cloudbuild_trigger/google_cloudbuild_trigger_attributes.erb rename to mmv1/templates/inspec/examples/google_cloudbuild_trigger/google_cloudbuild_trigger_attributes.erb diff --git a/templates/inspec/examples/google_cloudbuild_trigger/google_cloudbuild_triggers.erb b/mmv1/templates/inspec/examples/google_cloudbuild_trigger/google_cloudbuild_triggers.erb similarity index 100% rename from templates/inspec/examples/google_cloudbuild_trigger/google_cloudbuild_triggers.erb rename to mmv1/templates/inspec/examples/google_cloudbuild_trigger/google_cloudbuild_triggers.erb diff --git a/templates/inspec/examples/google_cloudfunctions_cloud_function/google_cloudfunctions_cloud_function.erb b/mmv1/templates/inspec/examples/google_cloudfunctions_cloud_function/google_cloudfunctions_cloud_function.erb similarity index 100% rename from templates/inspec/examples/google_cloudfunctions_cloud_function/google_cloudfunctions_cloud_function.erb rename to mmv1/templates/inspec/examples/google_cloudfunctions_cloud_function/google_cloudfunctions_cloud_function.erb diff --git a/templates/inspec/examples/google_cloudfunctions_cloud_function/google_cloudfunctions_cloud_function_attributes.erb b/mmv1/templates/inspec/examples/google_cloudfunctions_cloud_function/google_cloudfunctions_cloud_function_attributes.erb similarity index 100% rename from templates/inspec/examples/google_cloudfunctions_cloud_function/google_cloudfunctions_cloud_function_attributes.erb rename to mmv1/templates/inspec/examples/google_cloudfunctions_cloud_function/google_cloudfunctions_cloud_function_attributes.erb diff --git a/templates/inspec/examples/google_cloudfunctions_cloud_function/google_cloudfunctions_cloud_functions.erb b/mmv1/templates/inspec/examples/google_cloudfunctions_cloud_function/google_cloudfunctions_cloud_functions.erb similarity index 100% rename from templates/inspec/examples/google_cloudfunctions_cloud_function/google_cloudfunctions_cloud_functions.erb rename to mmv1/templates/inspec/examples/google_cloudfunctions_cloud_function/google_cloudfunctions_cloud_functions.erb diff --git a/templates/inspec/examples/google_compute_address/google_compute_address.erb b/mmv1/templates/inspec/examples/google_compute_address/google_compute_address.erb similarity index 100% rename from templates/inspec/examples/google_compute_address/google_compute_address.erb rename to mmv1/templates/inspec/examples/google_compute_address/google_compute_address.erb diff --git a/templates/inspec/examples/google_compute_address/google_compute_address_attributes.erb b/mmv1/templates/inspec/examples/google_compute_address/google_compute_address_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_address/google_compute_address_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_address/google_compute_address_attributes.erb diff --git a/templates/inspec/examples/google_compute_address/google_compute_addresses.erb b/mmv1/templates/inspec/examples/google_compute_address/google_compute_addresses.erb similarity index 100% rename from templates/inspec/examples/google_compute_address/google_compute_addresses.erb rename to mmv1/templates/inspec/examples/google_compute_address/google_compute_addresses.erb diff --git a/templates/inspec/examples/google_compute_autoscaler/google_compute_autoscaler.erb b/mmv1/templates/inspec/examples/google_compute_autoscaler/google_compute_autoscaler.erb similarity index 100% rename from templates/inspec/examples/google_compute_autoscaler/google_compute_autoscaler.erb rename to mmv1/templates/inspec/examples/google_compute_autoscaler/google_compute_autoscaler.erb diff --git a/templates/inspec/examples/google_compute_autoscaler/google_compute_autoscaler_attributes.erb b/mmv1/templates/inspec/examples/google_compute_autoscaler/google_compute_autoscaler_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_autoscaler/google_compute_autoscaler_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_autoscaler/google_compute_autoscaler_attributes.erb diff --git a/templates/inspec/examples/google_compute_autoscaler/google_compute_autoscalers.erb b/mmv1/templates/inspec/examples/google_compute_autoscaler/google_compute_autoscalers.erb similarity index 100% rename from templates/inspec/examples/google_compute_autoscaler/google_compute_autoscalers.erb rename to mmv1/templates/inspec/examples/google_compute_autoscaler/google_compute_autoscalers.erb diff --git a/templates/inspec/examples/google_compute_backend_bucket/google_compute_backend_bucket.erb b/mmv1/templates/inspec/examples/google_compute_backend_bucket/google_compute_backend_bucket.erb similarity index 100% rename from templates/inspec/examples/google_compute_backend_bucket/google_compute_backend_bucket.erb rename to mmv1/templates/inspec/examples/google_compute_backend_bucket/google_compute_backend_bucket.erb diff --git a/templates/inspec/examples/google_compute_backend_bucket/google_compute_backend_bucket_attributes.erb b/mmv1/templates/inspec/examples/google_compute_backend_bucket/google_compute_backend_bucket_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_backend_bucket/google_compute_backend_bucket_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_backend_bucket/google_compute_backend_bucket_attributes.erb diff --git a/templates/inspec/examples/google_compute_backend_bucket/google_compute_backend_buckets.erb b/mmv1/templates/inspec/examples/google_compute_backend_bucket/google_compute_backend_buckets.erb similarity index 100% rename from templates/inspec/examples/google_compute_backend_bucket/google_compute_backend_buckets.erb rename to mmv1/templates/inspec/examples/google_compute_backend_bucket/google_compute_backend_buckets.erb diff --git a/templates/inspec/examples/google_compute_backend_service/google_compute_backend_service.erb b/mmv1/templates/inspec/examples/google_compute_backend_service/google_compute_backend_service.erb similarity index 100% rename from templates/inspec/examples/google_compute_backend_service/google_compute_backend_service.erb rename to mmv1/templates/inspec/examples/google_compute_backend_service/google_compute_backend_service.erb diff --git a/templates/inspec/examples/google_compute_backend_service/google_compute_backend_service_attributes.erb b/mmv1/templates/inspec/examples/google_compute_backend_service/google_compute_backend_service_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_backend_service/google_compute_backend_service_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_backend_service/google_compute_backend_service_attributes.erb diff --git a/templates/inspec/examples/google_compute_backend_service/google_compute_backend_services.erb b/mmv1/templates/inspec/examples/google_compute_backend_service/google_compute_backend_services.erb similarity index 100% rename from templates/inspec/examples/google_compute_backend_service/google_compute_backend_services.erb rename to mmv1/templates/inspec/examples/google_compute_backend_service/google_compute_backend_services.erb diff --git a/templates/inspec/examples/google_compute_disk/google_compute_disk.erb b/mmv1/templates/inspec/examples/google_compute_disk/google_compute_disk.erb similarity index 100% rename from templates/inspec/examples/google_compute_disk/google_compute_disk.erb rename to mmv1/templates/inspec/examples/google_compute_disk/google_compute_disk.erb diff --git a/templates/inspec/examples/google_compute_disk/google_compute_disk_attributes.erb b/mmv1/templates/inspec/examples/google_compute_disk/google_compute_disk_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_disk/google_compute_disk_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_disk/google_compute_disk_attributes.erb diff --git a/templates/inspec/examples/google_compute_disk/google_compute_disks.erb b/mmv1/templates/inspec/examples/google_compute_disk/google_compute_disks.erb similarity index 100% rename from templates/inspec/examples/google_compute_disk/google_compute_disks.erb rename to mmv1/templates/inspec/examples/google_compute_disk/google_compute_disks.erb diff --git a/templates/inspec/examples/google_compute_firewall/google_compute_firewall.erb b/mmv1/templates/inspec/examples/google_compute_firewall/google_compute_firewall.erb similarity index 100% rename from templates/inspec/examples/google_compute_firewall/google_compute_firewall.erb rename to mmv1/templates/inspec/examples/google_compute_firewall/google_compute_firewall.erb diff --git a/templates/inspec/examples/google_compute_firewall/google_compute_firewall_attributes.erb b/mmv1/templates/inspec/examples/google_compute_firewall/google_compute_firewall_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_firewall/google_compute_firewall_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_firewall/google_compute_firewall_attributes.erb diff --git a/templates/inspec/examples/google_compute_firewall/google_compute_firewalls.erb b/mmv1/templates/inspec/examples/google_compute_firewall/google_compute_firewalls.erb similarity index 100% rename from templates/inspec/examples/google_compute_firewall/google_compute_firewalls.erb rename to mmv1/templates/inspec/examples/google_compute_firewall/google_compute_firewalls.erb diff --git a/templates/inspec/examples/google_compute_forwarding_rule/google_compute_forwarding_rule.erb b/mmv1/templates/inspec/examples/google_compute_forwarding_rule/google_compute_forwarding_rule.erb similarity index 100% rename from templates/inspec/examples/google_compute_forwarding_rule/google_compute_forwarding_rule.erb rename to mmv1/templates/inspec/examples/google_compute_forwarding_rule/google_compute_forwarding_rule.erb diff --git a/templates/inspec/examples/google_compute_forwarding_rule/google_compute_forwarding_rule_attributes.erb b/mmv1/templates/inspec/examples/google_compute_forwarding_rule/google_compute_forwarding_rule_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_forwarding_rule/google_compute_forwarding_rule_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_forwarding_rule/google_compute_forwarding_rule_attributes.erb diff --git a/templates/inspec/examples/google_compute_forwarding_rule/google_compute_forwarding_rules.erb b/mmv1/templates/inspec/examples/google_compute_forwarding_rule/google_compute_forwarding_rules.erb similarity index 100% rename from templates/inspec/examples/google_compute_forwarding_rule/google_compute_forwarding_rules.erb rename to mmv1/templates/inspec/examples/google_compute_forwarding_rule/google_compute_forwarding_rules.erb diff --git a/templates/inspec/examples/google_compute_global_address/google_compute_global_address.erb b/mmv1/templates/inspec/examples/google_compute_global_address/google_compute_global_address.erb similarity index 100% rename from templates/inspec/examples/google_compute_global_address/google_compute_global_address.erb rename to mmv1/templates/inspec/examples/google_compute_global_address/google_compute_global_address.erb diff --git a/templates/inspec/examples/google_compute_global_address/google_compute_global_address_attributes.erb b/mmv1/templates/inspec/examples/google_compute_global_address/google_compute_global_address_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_global_address/google_compute_global_address_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_global_address/google_compute_global_address_attributes.erb diff --git a/templates/inspec/examples/google_compute_global_address/google_compute_global_addresses.erb b/mmv1/templates/inspec/examples/google_compute_global_address/google_compute_global_addresses.erb similarity index 100% rename from templates/inspec/examples/google_compute_global_address/google_compute_global_addresses.erb rename to mmv1/templates/inspec/examples/google_compute_global_address/google_compute_global_addresses.erb diff --git a/templates/inspec/examples/google_compute_global_forwarding_rule/google_compute_global_forwarding_rule.erb b/mmv1/templates/inspec/examples/google_compute_global_forwarding_rule/google_compute_global_forwarding_rule.erb similarity index 100% rename from templates/inspec/examples/google_compute_global_forwarding_rule/google_compute_global_forwarding_rule.erb rename to mmv1/templates/inspec/examples/google_compute_global_forwarding_rule/google_compute_global_forwarding_rule.erb diff --git a/templates/inspec/examples/google_compute_global_forwarding_rule/google_compute_global_forwarding_rule_attributes.erb b/mmv1/templates/inspec/examples/google_compute_global_forwarding_rule/google_compute_global_forwarding_rule_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_global_forwarding_rule/google_compute_global_forwarding_rule_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_global_forwarding_rule/google_compute_global_forwarding_rule_attributes.erb diff --git a/templates/inspec/examples/google_compute_global_forwarding_rule/google_compute_global_forwarding_rules.erb b/mmv1/templates/inspec/examples/google_compute_global_forwarding_rule/google_compute_global_forwarding_rules.erb similarity index 100% rename from templates/inspec/examples/google_compute_global_forwarding_rule/google_compute_global_forwarding_rules.erb rename to mmv1/templates/inspec/examples/google_compute_global_forwarding_rule/google_compute_global_forwarding_rules.erb diff --git a/templates/inspec/examples/google_compute_health_check/google_compute_health_check.erb b/mmv1/templates/inspec/examples/google_compute_health_check/google_compute_health_check.erb similarity index 100% rename from templates/inspec/examples/google_compute_health_check/google_compute_health_check.erb rename to mmv1/templates/inspec/examples/google_compute_health_check/google_compute_health_check.erb diff --git a/templates/inspec/examples/google_compute_health_check/google_compute_health_check_attributes.erb b/mmv1/templates/inspec/examples/google_compute_health_check/google_compute_health_check_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_health_check/google_compute_health_check_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_health_check/google_compute_health_check_attributes.erb diff --git a/templates/inspec/examples/google_compute_health_check/google_compute_health_checks.erb b/mmv1/templates/inspec/examples/google_compute_health_check/google_compute_health_checks.erb similarity index 100% rename from templates/inspec/examples/google_compute_health_check/google_compute_health_checks.erb rename to mmv1/templates/inspec/examples/google_compute_health_check/google_compute_health_checks.erb diff --git a/templates/inspec/examples/google_compute_http_health_check/google_compute_http_health_check.erb b/mmv1/templates/inspec/examples/google_compute_http_health_check/google_compute_http_health_check.erb similarity index 100% rename from templates/inspec/examples/google_compute_http_health_check/google_compute_http_health_check.erb rename to mmv1/templates/inspec/examples/google_compute_http_health_check/google_compute_http_health_check.erb diff --git a/templates/inspec/examples/google_compute_http_health_check/google_compute_http_health_check_attributes.erb b/mmv1/templates/inspec/examples/google_compute_http_health_check/google_compute_http_health_check_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_http_health_check/google_compute_http_health_check_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_http_health_check/google_compute_http_health_check_attributes.erb diff --git a/templates/inspec/examples/google_compute_http_health_check/google_compute_http_health_checks.erb b/mmv1/templates/inspec/examples/google_compute_http_health_check/google_compute_http_health_checks.erb similarity index 100% rename from templates/inspec/examples/google_compute_http_health_check/google_compute_http_health_checks.erb rename to mmv1/templates/inspec/examples/google_compute_http_health_check/google_compute_http_health_checks.erb diff --git a/templates/inspec/examples/google_compute_https_health_check/google_compute_https_health_check.erb b/mmv1/templates/inspec/examples/google_compute_https_health_check/google_compute_https_health_check.erb similarity index 100% rename from templates/inspec/examples/google_compute_https_health_check/google_compute_https_health_check.erb rename to mmv1/templates/inspec/examples/google_compute_https_health_check/google_compute_https_health_check.erb diff --git a/templates/inspec/examples/google_compute_https_health_check/google_compute_https_health_check_attributes.erb b/mmv1/templates/inspec/examples/google_compute_https_health_check/google_compute_https_health_check_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_https_health_check/google_compute_https_health_check_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_https_health_check/google_compute_https_health_check_attributes.erb diff --git a/templates/inspec/examples/google_compute_https_health_check/google_compute_https_health_checks.erb b/mmv1/templates/inspec/examples/google_compute_https_health_check/google_compute_https_health_checks.erb similarity index 100% rename from templates/inspec/examples/google_compute_https_health_check/google_compute_https_health_checks.erb rename to mmv1/templates/inspec/examples/google_compute_https_health_check/google_compute_https_health_checks.erb diff --git a/templates/inspec/examples/google_compute_image/google_compute_image.erb b/mmv1/templates/inspec/examples/google_compute_image/google_compute_image.erb similarity index 100% rename from templates/inspec/examples/google_compute_image/google_compute_image.erb rename to mmv1/templates/inspec/examples/google_compute_image/google_compute_image.erb diff --git a/templates/inspec/examples/google_compute_image/google_compute_image_attributes.erb b/mmv1/templates/inspec/examples/google_compute_image/google_compute_image_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_image/google_compute_image_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_image/google_compute_image_attributes.erb diff --git a/templates/inspec/examples/google_compute_instance/google_compute_instance.erb b/mmv1/templates/inspec/examples/google_compute_instance/google_compute_instance.erb similarity index 100% rename from templates/inspec/examples/google_compute_instance/google_compute_instance.erb rename to mmv1/templates/inspec/examples/google_compute_instance/google_compute_instance.erb diff --git a/templates/inspec/examples/google_compute_instance/google_compute_instance_attributes.erb b/mmv1/templates/inspec/examples/google_compute_instance/google_compute_instance_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_instance/google_compute_instance_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_instance/google_compute_instance_attributes.erb diff --git a/templates/inspec/examples/google_compute_instance/google_compute_instances.erb b/mmv1/templates/inspec/examples/google_compute_instance/google_compute_instances.erb similarity index 100% rename from templates/inspec/examples/google_compute_instance/google_compute_instances.erb rename to mmv1/templates/inspec/examples/google_compute_instance/google_compute_instances.erb diff --git a/templates/inspec/examples/google_compute_instance_group/google_compute_instance_group.erb b/mmv1/templates/inspec/examples/google_compute_instance_group/google_compute_instance_group.erb similarity index 100% rename from templates/inspec/examples/google_compute_instance_group/google_compute_instance_group.erb rename to mmv1/templates/inspec/examples/google_compute_instance_group/google_compute_instance_group.erb diff --git a/templates/inspec/examples/google_compute_instance_group/google_compute_instance_group_attributes.erb b/mmv1/templates/inspec/examples/google_compute_instance_group/google_compute_instance_group_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_instance_group/google_compute_instance_group_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_instance_group/google_compute_instance_group_attributes.erb diff --git a/templates/inspec/examples/google_compute_instance_group/google_compute_instance_groups.erb b/mmv1/templates/inspec/examples/google_compute_instance_group/google_compute_instance_groups.erb similarity index 100% rename from templates/inspec/examples/google_compute_instance_group/google_compute_instance_groups.erb rename to mmv1/templates/inspec/examples/google_compute_instance_group/google_compute_instance_groups.erb diff --git a/templates/inspec/examples/google_compute_instance_group_manager/google_compute_instance_group_manager.erb b/mmv1/templates/inspec/examples/google_compute_instance_group_manager/google_compute_instance_group_manager.erb similarity index 100% rename from templates/inspec/examples/google_compute_instance_group_manager/google_compute_instance_group_manager.erb rename to mmv1/templates/inspec/examples/google_compute_instance_group_manager/google_compute_instance_group_manager.erb diff --git a/templates/inspec/examples/google_compute_instance_group_manager/google_compute_instance_group_manager_attributes.erb b/mmv1/templates/inspec/examples/google_compute_instance_group_manager/google_compute_instance_group_manager_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_instance_group_manager/google_compute_instance_group_manager_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_instance_group_manager/google_compute_instance_group_manager_attributes.erb diff --git a/templates/inspec/examples/google_compute_instance_group_manager/google_compute_instance_group_managers.erb b/mmv1/templates/inspec/examples/google_compute_instance_group_manager/google_compute_instance_group_managers.erb similarity index 100% rename from templates/inspec/examples/google_compute_instance_group_manager/google_compute_instance_group_managers.erb rename to mmv1/templates/inspec/examples/google_compute_instance_group_manager/google_compute_instance_group_managers.erb diff --git a/templates/inspec/examples/google_compute_instance_template/google_compute_instance_template.erb b/mmv1/templates/inspec/examples/google_compute_instance_template/google_compute_instance_template.erb similarity index 100% rename from templates/inspec/examples/google_compute_instance_template/google_compute_instance_template.erb rename to mmv1/templates/inspec/examples/google_compute_instance_template/google_compute_instance_template.erb diff --git a/templates/inspec/examples/google_compute_instance_template/google_compute_instance_template_attributes.erb b/mmv1/templates/inspec/examples/google_compute_instance_template/google_compute_instance_template_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_instance_template/google_compute_instance_template_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_instance_template/google_compute_instance_template_attributes.erb diff --git a/templates/inspec/examples/google_compute_instance_template/google_compute_instance_templates.erb b/mmv1/templates/inspec/examples/google_compute_instance_template/google_compute_instance_templates.erb similarity index 100% rename from templates/inspec/examples/google_compute_instance_template/google_compute_instance_templates.erb rename to mmv1/templates/inspec/examples/google_compute_instance_template/google_compute_instance_templates.erb diff --git a/templates/inspec/examples/google_compute_network/google_compute_network.erb b/mmv1/templates/inspec/examples/google_compute_network/google_compute_network.erb similarity index 100% rename from templates/inspec/examples/google_compute_network/google_compute_network.erb rename to mmv1/templates/inspec/examples/google_compute_network/google_compute_network.erb diff --git a/templates/inspec/examples/google_compute_network/google_compute_network_attributes.erb b/mmv1/templates/inspec/examples/google_compute_network/google_compute_network_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_network/google_compute_network_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_network/google_compute_network_attributes.erb diff --git a/templates/inspec/examples/google_compute_network/google_compute_networks.erb b/mmv1/templates/inspec/examples/google_compute_network/google_compute_networks.erb similarity index 100% rename from templates/inspec/examples/google_compute_network/google_compute_networks.erb rename to mmv1/templates/inspec/examples/google_compute_network/google_compute_networks.erb diff --git a/templates/inspec/examples/google_compute_network_endpoint_group/google_compute_network_endpoint_group.erb b/mmv1/templates/inspec/examples/google_compute_network_endpoint_group/google_compute_network_endpoint_group.erb similarity index 100% rename from templates/inspec/examples/google_compute_network_endpoint_group/google_compute_network_endpoint_group.erb rename to mmv1/templates/inspec/examples/google_compute_network_endpoint_group/google_compute_network_endpoint_group.erb diff --git a/templates/inspec/examples/google_compute_network_endpoint_group/google_compute_network_endpoint_group_attributes.erb b/mmv1/templates/inspec/examples/google_compute_network_endpoint_group/google_compute_network_endpoint_group_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_network_endpoint_group/google_compute_network_endpoint_group_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_network_endpoint_group/google_compute_network_endpoint_group_attributes.erb diff --git a/templates/inspec/examples/google_compute_network_endpoint_group/google_compute_network_endpoint_groups.erb b/mmv1/templates/inspec/examples/google_compute_network_endpoint_group/google_compute_network_endpoint_groups.erb similarity index 100% rename from templates/inspec/examples/google_compute_network_endpoint_group/google_compute_network_endpoint_groups.erb rename to mmv1/templates/inspec/examples/google_compute_network_endpoint_group/google_compute_network_endpoint_groups.erb diff --git a/templates/inspec/examples/google_compute_node_group/google_compute_node_group.erb b/mmv1/templates/inspec/examples/google_compute_node_group/google_compute_node_group.erb similarity index 100% rename from templates/inspec/examples/google_compute_node_group/google_compute_node_group.erb rename to mmv1/templates/inspec/examples/google_compute_node_group/google_compute_node_group.erb diff --git a/templates/inspec/examples/google_compute_node_group/google_compute_node_group_attributes.erb b/mmv1/templates/inspec/examples/google_compute_node_group/google_compute_node_group_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_node_group/google_compute_node_group_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_node_group/google_compute_node_group_attributes.erb diff --git a/templates/inspec/examples/google_compute_node_group/google_compute_node_groups.erb b/mmv1/templates/inspec/examples/google_compute_node_group/google_compute_node_groups.erb similarity index 100% rename from templates/inspec/examples/google_compute_node_group/google_compute_node_groups.erb rename to mmv1/templates/inspec/examples/google_compute_node_group/google_compute_node_groups.erb diff --git a/templates/inspec/examples/google_compute_node_template/google_compute_node_template.erb b/mmv1/templates/inspec/examples/google_compute_node_template/google_compute_node_template.erb similarity index 100% rename from templates/inspec/examples/google_compute_node_template/google_compute_node_template.erb rename to mmv1/templates/inspec/examples/google_compute_node_template/google_compute_node_template.erb diff --git a/templates/inspec/examples/google_compute_node_template/google_compute_node_template_attributes.erb b/mmv1/templates/inspec/examples/google_compute_node_template/google_compute_node_template_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_node_template/google_compute_node_template_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_node_template/google_compute_node_template_attributes.erb diff --git a/templates/inspec/examples/google_compute_node_template/google_compute_node_templates.erb b/mmv1/templates/inspec/examples/google_compute_node_template/google_compute_node_templates.erb similarity index 100% rename from templates/inspec/examples/google_compute_node_template/google_compute_node_templates.erb rename to mmv1/templates/inspec/examples/google_compute_node_template/google_compute_node_templates.erb diff --git a/templates/inspec/examples/google_compute_project_info/google_compute_project_info.erb b/mmv1/templates/inspec/examples/google_compute_project_info/google_compute_project_info.erb similarity index 100% rename from templates/inspec/examples/google_compute_project_info/google_compute_project_info.erb rename to mmv1/templates/inspec/examples/google_compute_project_info/google_compute_project_info.erb diff --git a/templates/inspec/examples/google_compute_project_info/google_compute_project_info_attributes.erb b/mmv1/templates/inspec/examples/google_compute_project_info/google_compute_project_info_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_project_info/google_compute_project_info_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_project_info/google_compute_project_info_attributes.erb diff --git a/templates/inspec/examples/google_compute_region/google_compute_region.erb b/mmv1/templates/inspec/examples/google_compute_region/google_compute_region.erb similarity index 100% rename from templates/inspec/examples/google_compute_region/google_compute_region.erb rename to mmv1/templates/inspec/examples/google_compute_region/google_compute_region.erb diff --git a/templates/inspec/examples/google_compute_region/google_compute_region_attributes.erb b/mmv1/templates/inspec/examples/google_compute_region/google_compute_region_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_region/google_compute_region_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_region/google_compute_region_attributes.erb diff --git a/templates/inspec/examples/google_compute_region/google_compute_regions.erb b/mmv1/templates/inspec/examples/google_compute_region/google_compute_regions.erb similarity index 100% rename from templates/inspec/examples/google_compute_region/google_compute_regions.erb rename to mmv1/templates/inspec/examples/google_compute_region/google_compute_regions.erb diff --git a/templates/inspec/examples/google_compute_region_backend_service/google_compute_region_backend_service.erb b/mmv1/templates/inspec/examples/google_compute_region_backend_service/google_compute_region_backend_service.erb similarity index 100% rename from templates/inspec/examples/google_compute_region_backend_service/google_compute_region_backend_service.erb rename to mmv1/templates/inspec/examples/google_compute_region_backend_service/google_compute_region_backend_service.erb diff --git a/templates/inspec/examples/google_compute_region_backend_service/google_compute_region_backend_service_attributes.erb b/mmv1/templates/inspec/examples/google_compute_region_backend_service/google_compute_region_backend_service_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_region_backend_service/google_compute_region_backend_service_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_region_backend_service/google_compute_region_backend_service_attributes.erb diff --git a/templates/inspec/examples/google_compute_region_backend_service/google_compute_region_backend_services.erb b/mmv1/templates/inspec/examples/google_compute_region_backend_service/google_compute_region_backend_services.erb similarity index 100% rename from templates/inspec/examples/google_compute_region_backend_service/google_compute_region_backend_services.erb rename to mmv1/templates/inspec/examples/google_compute_region_backend_service/google_compute_region_backend_services.erb diff --git a/templates/inspec/examples/google_compute_region_instance_group_manager/google_compute_region_instance_group_manager.erb b/mmv1/templates/inspec/examples/google_compute_region_instance_group_manager/google_compute_region_instance_group_manager.erb similarity index 100% rename from templates/inspec/examples/google_compute_region_instance_group_manager/google_compute_region_instance_group_manager.erb rename to mmv1/templates/inspec/examples/google_compute_region_instance_group_manager/google_compute_region_instance_group_manager.erb diff --git a/templates/inspec/examples/google_compute_region_instance_group_manager/google_compute_region_instance_group_manager_attributes.erb b/mmv1/templates/inspec/examples/google_compute_region_instance_group_manager/google_compute_region_instance_group_manager_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_region_instance_group_manager/google_compute_region_instance_group_manager_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_region_instance_group_manager/google_compute_region_instance_group_manager_attributes.erb diff --git a/templates/inspec/examples/google_compute_region_instance_group_manager/google_compute_region_instance_group_managers.erb b/mmv1/templates/inspec/examples/google_compute_region_instance_group_manager/google_compute_region_instance_group_managers.erb similarity index 100% rename from templates/inspec/examples/google_compute_region_instance_group_manager/google_compute_region_instance_group_managers.erb rename to mmv1/templates/inspec/examples/google_compute_region_instance_group_manager/google_compute_region_instance_group_managers.erb diff --git a/templates/inspec/examples/google_compute_route/google_compute_route.erb b/mmv1/templates/inspec/examples/google_compute_route/google_compute_route.erb similarity index 100% rename from templates/inspec/examples/google_compute_route/google_compute_route.erb rename to mmv1/templates/inspec/examples/google_compute_route/google_compute_route.erb diff --git a/templates/inspec/examples/google_compute_route/google_compute_route_attributes.erb b/mmv1/templates/inspec/examples/google_compute_route/google_compute_route_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_route/google_compute_route_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_route/google_compute_route_attributes.erb diff --git a/templates/inspec/examples/google_compute_route/google_compute_routes.erb b/mmv1/templates/inspec/examples/google_compute_route/google_compute_routes.erb similarity index 100% rename from templates/inspec/examples/google_compute_route/google_compute_routes.erb rename to mmv1/templates/inspec/examples/google_compute_route/google_compute_routes.erb diff --git a/templates/inspec/examples/google_compute_router/google_compute_router.erb b/mmv1/templates/inspec/examples/google_compute_router/google_compute_router.erb similarity index 100% rename from templates/inspec/examples/google_compute_router/google_compute_router.erb rename to mmv1/templates/inspec/examples/google_compute_router/google_compute_router.erb diff --git a/templates/inspec/examples/google_compute_router/google_compute_router_attributes.erb b/mmv1/templates/inspec/examples/google_compute_router/google_compute_router_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_router/google_compute_router_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_router/google_compute_router_attributes.erb diff --git a/templates/inspec/examples/google_compute_router/google_compute_routers.erb b/mmv1/templates/inspec/examples/google_compute_router/google_compute_routers.erb similarity index 100% rename from templates/inspec/examples/google_compute_router/google_compute_routers.erb rename to mmv1/templates/inspec/examples/google_compute_router/google_compute_routers.erb diff --git a/templates/inspec/examples/google_compute_router_nat/google_compute_router_nat.erb b/mmv1/templates/inspec/examples/google_compute_router_nat/google_compute_router_nat.erb similarity index 100% rename from templates/inspec/examples/google_compute_router_nat/google_compute_router_nat.erb rename to mmv1/templates/inspec/examples/google_compute_router_nat/google_compute_router_nat.erb diff --git a/templates/inspec/examples/google_compute_router_nat/google_compute_router_nat_attributes.erb b/mmv1/templates/inspec/examples/google_compute_router_nat/google_compute_router_nat_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_router_nat/google_compute_router_nat_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_router_nat/google_compute_router_nat_attributes.erb diff --git a/templates/inspec/examples/google_compute_router_nat/google_compute_router_nats.erb b/mmv1/templates/inspec/examples/google_compute_router_nat/google_compute_router_nats.erb similarity index 100% rename from templates/inspec/examples/google_compute_router_nat/google_compute_router_nats.erb rename to mmv1/templates/inspec/examples/google_compute_router_nat/google_compute_router_nats.erb diff --git a/templates/inspec/examples/google_compute_security_policy/google_compute_security_policies.erb b/mmv1/templates/inspec/examples/google_compute_security_policy/google_compute_security_policies.erb similarity index 100% rename from templates/inspec/examples/google_compute_security_policy/google_compute_security_policies.erb rename to mmv1/templates/inspec/examples/google_compute_security_policy/google_compute_security_policies.erb diff --git a/templates/inspec/examples/google_compute_security_policy/google_compute_security_policy.erb b/mmv1/templates/inspec/examples/google_compute_security_policy/google_compute_security_policy.erb similarity index 100% rename from templates/inspec/examples/google_compute_security_policy/google_compute_security_policy.erb rename to mmv1/templates/inspec/examples/google_compute_security_policy/google_compute_security_policy.erb diff --git a/templates/inspec/examples/google_compute_security_policy/google_compute_security_policy_attributes.erb b/mmv1/templates/inspec/examples/google_compute_security_policy/google_compute_security_policy_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_security_policy/google_compute_security_policy_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_security_policy/google_compute_security_policy_attributes.erb diff --git a/templates/inspec/examples/google_compute_snapshot/google_compute_snapshot.erb b/mmv1/templates/inspec/examples/google_compute_snapshot/google_compute_snapshot.erb similarity index 100% rename from templates/inspec/examples/google_compute_snapshot/google_compute_snapshot.erb rename to mmv1/templates/inspec/examples/google_compute_snapshot/google_compute_snapshot.erb diff --git a/templates/inspec/examples/google_compute_snapshot/google_compute_snapshot_attributes.erb b/mmv1/templates/inspec/examples/google_compute_snapshot/google_compute_snapshot_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_snapshot/google_compute_snapshot_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_snapshot/google_compute_snapshot_attributes.erb diff --git a/templates/inspec/examples/google_compute_snapshot/google_compute_snapshots.erb b/mmv1/templates/inspec/examples/google_compute_snapshot/google_compute_snapshots.erb similarity index 100% rename from templates/inspec/examples/google_compute_snapshot/google_compute_snapshots.erb rename to mmv1/templates/inspec/examples/google_compute_snapshot/google_compute_snapshots.erb diff --git a/templates/inspec/examples/google_compute_ssl_certificate/google_compute_ssl_certificate.erb b/mmv1/templates/inspec/examples/google_compute_ssl_certificate/google_compute_ssl_certificate.erb similarity index 100% rename from templates/inspec/examples/google_compute_ssl_certificate/google_compute_ssl_certificate.erb rename to mmv1/templates/inspec/examples/google_compute_ssl_certificate/google_compute_ssl_certificate.erb diff --git a/templates/inspec/examples/google_compute_ssl_certificate/google_compute_ssl_certificate_attributes.erb b/mmv1/templates/inspec/examples/google_compute_ssl_certificate/google_compute_ssl_certificate_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_ssl_certificate/google_compute_ssl_certificate_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_ssl_certificate/google_compute_ssl_certificate_attributes.erb diff --git a/templates/inspec/examples/google_compute_ssl_certificate/google_compute_ssl_certificates.erb b/mmv1/templates/inspec/examples/google_compute_ssl_certificate/google_compute_ssl_certificates.erb similarity index 100% rename from templates/inspec/examples/google_compute_ssl_certificate/google_compute_ssl_certificates.erb rename to mmv1/templates/inspec/examples/google_compute_ssl_certificate/google_compute_ssl_certificates.erb diff --git a/templates/inspec/examples/google_compute_ssl_policy/google_compute_ssl_policies.erb b/mmv1/templates/inspec/examples/google_compute_ssl_policy/google_compute_ssl_policies.erb similarity index 100% rename from templates/inspec/examples/google_compute_ssl_policy/google_compute_ssl_policies.erb rename to mmv1/templates/inspec/examples/google_compute_ssl_policy/google_compute_ssl_policies.erb diff --git a/templates/inspec/examples/google_compute_ssl_policy/google_compute_ssl_policy.erb b/mmv1/templates/inspec/examples/google_compute_ssl_policy/google_compute_ssl_policy.erb similarity index 100% rename from templates/inspec/examples/google_compute_ssl_policy/google_compute_ssl_policy.erb rename to mmv1/templates/inspec/examples/google_compute_ssl_policy/google_compute_ssl_policy.erb diff --git a/templates/inspec/examples/google_compute_ssl_policy/google_compute_ssl_policy_attributes.erb b/mmv1/templates/inspec/examples/google_compute_ssl_policy/google_compute_ssl_policy_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_ssl_policy/google_compute_ssl_policy_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_ssl_policy/google_compute_ssl_policy_attributes.erb diff --git a/templates/inspec/examples/google_compute_subnetwork/google_compute_subnetwork.erb b/mmv1/templates/inspec/examples/google_compute_subnetwork/google_compute_subnetwork.erb similarity index 100% rename from templates/inspec/examples/google_compute_subnetwork/google_compute_subnetwork.erb rename to mmv1/templates/inspec/examples/google_compute_subnetwork/google_compute_subnetwork.erb diff --git a/templates/inspec/examples/google_compute_subnetwork/google_compute_subnetwork_attributes.erb b/mmv1/templates/inspec/examples/google_compute_subnetwork/google_compute_subnetwork_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_subnetwork/google_compute_subnetwork_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_subnetwork/google_compute_subnetwork_attributes.erb diff --git a/templates/inspec/examples/google_compute_subnetwork/google_compute_subnetworks.erb b/mmv1/templates/inspec/examples/google_compute_subnetwork/google_compute_subnetworks.erb similarity index 100% rename from templates/inspec/examples/google_compute_subnetwork/google_compute_subnetworks.erb rename to mmv1/templates/inspec/examples/google_compute_subnetwork/google_compute_subnetworks.erb diff --git a/templates/inspec/examples/google_compute_target_http_proxy/google_compute_target_http_proxies.erb b/mmv1/templates/inspec/examples/google_compute_target_http_proxy/google_compute_target_http_proxies.erb similarity index 100% rename from templates/inspec/examples/google_compute_target_http_proxy/google_compute_target_http_proxies.erb rename to mmv1/templates/inspec/examples/google_compute_target_http_proxy/google_compute_target_http_proxies.erb diff --git a/templates/inspec/examples/google_compute_target_http_proxy/google_compute_target_http_proxy.erb b/mmv1/templates/inspec/examples/google_compute_target_http_proxy/google_compute_target_http_proxy.erb similarity index 100% rename from templates/inspec/examples/google_compute_target_http_proxy/google_compute_target_http_proxy.erb rename to mmv1/templates/inspec/examples/google_compute_target_http_proxy/google_compute_target_http_proxy.erb diff --git a/templates/inspec/examples/google_compute_target_http_proxy/google_compute_target_http_proxy_attributes.erb b/mmv1/templates/inspec/examples/google_compute_target_http_proxy/google_compute_target_http_proxy_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_target_http_proxy/google_compute_target_http_proxy_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_target_http_proxy/google_compute_target_http_proxy_attributes.erb diff --git a/templates/inspec/examples/google_compute_target_https_proxy/google_compute_target_https_proxies.erb b/mmv1/templates/inspec/examples/google_compute_target_https_proxy/google_compute_target_https_proxies.erb similarity index 100% rename from templates/inspec/examples/google_compute_target_https_proxy/google_compute_target_https_proxies.erb rename to mmv1/templates/inspec/examples/google_compute_target_https_proxy/google_compute_target_https_proxies.erb diff --git a/templates/inspec/examples/google_compute_target_https_proxy/google_compute_target_https_proxy.erb b/mmv1/templates/inspec/examples/google_compute_target_https_proxy/google_compute_target_https_proxy.erb similarity index 100% rename from templates/inspec/examples/google_compute_target_https_proxy/google_compute_target_https_proxy.erb rename to mmv1/templates/inspec/examples/google_compute_target_https_proxy/google_compute_target_https_proxy.erb diff --git a/templates/inspec/examples/google_compute_target_https_proxy/google_compute_target_https_proxy_attributes.erb b/mmv1/templates/inspec/examples/google_compute_target_https_proxy/google_compute_target_https_proxy_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_target_https_proxy/google_compute_target_https_proxy_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_target_https_proxy/google_compute_target_https_proxy_attributes.erb diff --git a/templates/inspec/examples/google_compute_target_pool/google_compute_target_pool.erb b/mmv1/templates/inspec/examples/google_compute_target_pool/google_compute_target_pool.erb similarity index 100% rename from templates/inspec/examples/google_compute_target_pool/google_compute_target_pool.erb rename to mmv1/templates/inspec/examples/google_compute_target_pool/google_compute_target_pool.erb diff --git a/templates/inspec/examples/google_compute_target_pool/google_compute_target_pool_attributes.erb b/mmv1/templates/inspec/examples/google_compute_target_pool/google_compute_target_pool_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_target_pool/google_compute_target_pool_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_target_pool/google_compute_target_pool_attributes.erb diff --git a/templates/inspec/examples/google_compute_target_pool/google_compute_target_pools.erb b/mmv1/templates/inspec/examples/google_compute_target_pool/google_compute_target_pools.erb similarity index 100% rename from templates/inspec/examples/google_compute_target_pool/google_compute_target_pools.erb rename to mmv1/templates/inspec/examples/google_compute_target_pool/google_compute_target_pools.erb diff --git a/templates/inspec/examples/google_compute_target_tcp_proxy/google_compute_target_tcp_proxies.erb b/mmv1/templates/inspec/examples/google_compute_target_tcp_proxy/google_compute_target_tcp_proxies.erb similarity index 100% rename from templates/inspec/examples/google_compute_target_tcp_proxy/google_compute_target_tcp_proxies.erb rename to mmv1/templates/inspec/examples/google_compute_target_tcp_proxy/google_compute_target_tcp_proxies.erb diff --git a/templates/inspec/examples/google_compute_target_tcp_proxy/google_compute_target_tcp_proxy.erb b/mmv1/templates/inspec/examples/google_compute_target_tcp_proxy/google_compute_target_tcp_proxy.erb similarity index 100% rename from templates/inspec/examples/google_compute_target_tcp_proxy/google_compute_target_tcp_proxy.erb rename to mmv1/templates/inspec/examples/google_compute_target_tcp_proxy/google_compute_target_tcp_proxy.erb diff --git a/templates/inspec/examples/google_compute_target_tcp_proxy/google_compute_target_tcp_proxy_attributes.erb b/mmv1/templates/inspec/examples/google_compute_target_tcp_proxy/google_compute_target_tcp_proxy_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_target_tcp_proxy/google_compute_target_tcp_proxy_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_target_tcp_proxy/google_compute_target_tcp_proxy_attributes.erb diff --git a/templates/inspec/examples/google_compute_url_map/google_compute_url_map.erb b/mmv1/templates/inspec/examples/google_compute_url_map/google_compute_url_map.erb similarity index 100% rename from templates/inspec/examples/google_compute_url_map/google_compute_url_map.erb rename to mmv1/templates/inspec/examples/google_compute_url_map/google_compute_url_map.erb diff --git a/templates/inspec/examples/google_compute_url_map/google_compute_url_map_attributes.erb b/mmv1/templates/inspec/examples/google_compute_url_map/google_compute_url_map_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_url_map/google_compute_url_map_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_url_map/google_compute_url_map_attributes.erb diff --git a/templates/inspec/examples/google_compute_url_map/google_compute_url_maps.erb b/mmv1/templates/inspec/examples/google_compute_url_map/google_compute_url_maps.erb similarity index 100% rename from templates/inspec/examples/google_compute_url_map/google_compute_url_maps.erb rename to mmv1/templates/inspec/examples/google_compute_url_map/google_compute_url_maps.erb diff --git a/templates/inspec/examples/google_compute_vpn_tunnel/google_compute_vpn_tunnel.erb b/mmv1/templates/inspec/examples/google_compute_vpn_tunnel/google_compute_vpn_tunnel.erb similarity index 100% rename from templates/inspec/examples/google_compute_vpn_tunnel/google_compute_vpn_tunnel.erb rename to mmv1/templates/inspec/examples/google_compute_vpn_tunnel/google_compute_vpn_tunnel.erb diff --git a/templates/inspec/examples/google_compute_vpn_tunnel/google_compute_vpn_tunnel_attributes.erb b/mmv1/templates/inspec/examples/google_compute_vpn_tunnel/google_compute_vpn_tunnel_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_vpn_tunnel/google_compute_vpn_tunnel_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_vpn_tunnel/google_compute_vpn_tunnel_attributes.erb diff --git a/templates/inspec/examples/google_compute_vpn_tunnel/google_compute_vpn_tunnels.erb b/mmv1/templates/inspec/examples/google_compute_vpn_tunnel/google_compute_vpn_tunnels.erb similarity index 100% rename from templates/inspec/examples/google_compute_vpn_tunnel/google_compute_vpn_tunnels.erb rename to mmv1/templates/inspec/examples/google_compute_vpn_tunnel/google_compute_vpn_tunnels.erb diff --git a/templates/inspec/examples/google_compute_zone/google_compute_zone.erb b/mmv1/templates/inspec/examples/google_compute_zone/google_compute_zone.erb similarity index 100% rename from templates/inspec/examples/google_compute_zone/google_compute_zone.erb rename to mmv1/templates/inspec/examples/google_compute_zone/google_compute_zone.erb diff --git a/templates/inspec/examples/google_compute_zone/google_compute_zone_attributes.erb b/mmv1/templates/inspec/examples/google_compute_zone/google_compute_zone_attributes.erb similarity index 100% rename from templates/inspec/examples/google_compute_zone/google_compute_zone_attributes.erb rename to mmv1/templates/inspec/examples/google_compute_zone/google_compute_zone_attributes.erb diff --git a/templates/inspec/examples/google_compute_zone/google_compute_zones.erb b/mmv1/templates/inspec/examples/google_compute_zone/google_compute_zones.erb similarity index 100% rename from templates/inspec/examples/google_compute_zone/google_compute_zones.erb rename to mmv1/templates/inspec/examples/google_compute_zone/google_compute_zones.erb diff --git a/templates/inspec/examples/google_container_cluster/google_container_cluster.erb b/mmv1/templates/inspec/examples/google_container_cluster/google_container_cluster.erb similarity index 100% rename from templates/inspec/examples/google_container_cluster/google_container_cluster.erb rename to mmv1/templates/inspec/examples/google_container_cluster/google_container_cluster.erb diff --git a/templates/inspec/examples/google_container_cluster/google_container_cluster_attributes.erb b/mmv1/templates/inspec/examples/google_container_cluster/google_container_cluster_attributes.erb similarity index 100% rename from templates/inspec/examples/google_container_cluster/google_container_cluster_attributes.erb rename to mmv1/templates/inspec/examples/google_container_cluster/google_container_cluster_attributes.erb diff --git a/templates/inspec/examples/google_container_cluster/google_container_clusters.erb b/mmv1/templates/inspec/examples/google_container_cluster/google_container_clusters.erb similarity index 100% rename from templates/inspec/examples/google_container_cluster/google_container_clusters.erb rename to mmv1/templates/inspec/examples/google_container_cluster/google_container_clusters.erb diff --git a/templates/inspec/examples/google_container_node_pool/google_container_node_pool.erb b/mmv1/templates/inspec/examples/google_container_node_pool/google_container_node_pool.erb similarity index 100% rename from templates/inspec/examples/google_container_node_pool/google_container_node_pool.erb rename to mmv1/templates/inspec/examples/google_container_node_pool/google_container_node_pool.erb diff --git a/templates/inspec/examples/google_container_node_pool/google_container_node_pool_attributes.erb b/mmv1/templates/inspec/examples/google_container_node_pool/google_container_node_pool_attributes.erb similarity index 100% rename from templates/inspec/examples/google_container_node_pool/google_container_node_pool_attributes.erb rename to mmv1/templates/inspec/examples/google_container_node_pool/google_container_node_pool_attributes.erb diff --git a/templates/inspec/examples/google_container_node_pool/google_container_node_pools.erb b/mmv1/templates/inspec/examples/google_container_node_pool/google_container_node_pools.erb similarity index 100% rename from templates/inspec/examples/google_container_node_pool/google_container_node_pools.erb rename to mmv1/templates/inspec/examples/google_container_node_pool/google_container_node_pools.erb diff --git a/templates/inspec/examples/google_dataproc_cluster/google_dataproc_cluster.erb b/mmv1/templates/inspec/examples/google_dataproc_cluster/google_dataproc_cluster.erb similarity index 100% rename from templates/inspec/examples/google_dataproc_cluster/google_dataproc_cluster.erb rename to mmv1/templates/inspec/examples/google_dataproc_cluster/google_dataproc_cluster.erb diff --git a/templates/inspec/examples/google_dataproc_cluster/google_dataproc_cluster_attributes.erb b/mmv1/templates/inspec/examples/google_dataproc_cluster/google_dataproc_cluster_attributes.erb similarity index 100% rename from templates/inspec/examples/google_dataproc_cluster/google_dataproc_cluster_attributes.erb rename to mmv1/templates/inspec/examples/google_dataproc_cluster/google_dataproc_cluster_attributes.erb diff --git a/templates/inspec/examples/google_dataproc_cluster/google_dataproc_clusters.erb b/mmv1/templates/inspec/examples/google_dataproc_cluster/google_dataproc_clusters.erb similarity index 100% rename from templates/inspec/examples/google_dataproc_cluster/google_dataproc_clusters.erb rename to mmv1/templates/inspec/examples/google_dataproc_cluster/google_dataproc_clusters.erb diff --git a/templates/inspec/examples/google_dns_managed_zone/google_dns_managed_zone.erb b/mmv1/templates/inspec/examples/google_dns_managed_zone/google_dns_managed_zone.erb similarity index 100% rename from templates/inspec/examples/google_dns_managed_zone/google_dns_managed_zone.erb rename to mmv1/templates/inspec/examples/google_dns_managed_zone/google_dns_managed_zone.erb diff --git a/templates/inspec/examples/google_dns_managed_zone/google_dns_managed_zone_attributes.erb b/mmv1/templates/inspec/examples/google_dns_managed_zone/google_dns_managed_zone_attributes.erb similarity index 100% rename from templates/inspec/examples/google_dns_managed_zone/google_dns_managed_zone_attributes.erb rename to mmv1/templates/inspec/examples/google_dns_managed_zone/google_dns_managed_zone_attributes.erb diff --git a/templates/inspec/examples/google_dns_managed_zone/google_dns_managed_zones.erb b/mmv1/templates/inspec/examples/google_dns_managed_zone/google_dns_managed_zones.erb similarity index 100% rename from templates/inspec/examples/google_dns_managed_zone/google_dns_managed_zones.erb rename to mmv1/templates/inspec/examples/google_dns_managed_zone/google_dns_managed_zones.erb diff --git a/templates/inspec/examples/google_dns_resource_record_set/google_dns_resource_record_set.erb b/mmv1/templates/inspec/examples/google_dns_resource_record_set/google_dns_resource_record_set.erb similarity index 100% rename from templates/inspec/examples/google_dns_resource_record_set/google_dns_resource_record_set.erb rename to mmv1/templates/inspec/examples/google_dns_resource_record_set/google_dns_resource_record_set.erb diff --git a/templates/inspec/examples/google_dns_resource_record_set/google_dns_resource_record_set_attributes.erb b/mmv1/templates/inspec/examples/google_dns_resource_record_set/google_dns_resource_record_set_attributes.erb similarity index 100% rename from templates/inspec/examples/google_dns_resource_record_set/google_dns_resource_record_set_attributes.erb rename to mmv1/templates/inspec/examples/google_dns_resource_record_set/google_dns_resource_record_set_attributes.erb diff --git a/templates/inspec/examples/google_dns_resource_record_set/google_dns_resource_record_sets.erb b/mmv1/templates/inspec/examples/google_dns_resource_record_set/google_dns_resource_record_sets.erb similarity index 100% rename from templates/inspec/examples/google_dns_resource_record_set/google_dns_resource_record_sets.erb rename to mmv1/templates/inspec/examples/google_dns_resource_record_set/google_dns_resource_record_sets.erb diff --git a/templates/inspec/examples/google_filestore_instance/google_filestore_instance.erb b/mmv1/templates/inspec/examples/google_filestore_instance/google_filestore_instance.erb similarity index 100% rename from templates/inspec/examples/google_filestore_instance/google_filestore_instance.erb rename to mmv1/templates/inspec/examples/google_filestore_instance/google_filestore_instance.erb diff --git a/templates/inspec/examples/google_filestore_instance/google_filestore_instance_attributes.erb b/mmv1/templates/inspec/examples/google_filestore_instance/google_filestore_instance_attributes.erb similarity index 100% rename from templates/inspec/examples/google_filestore_instance/google_filestore_instance_attributes.erb rename to mmv1/templates/inspec/examples/google_filestore_instance/google_filestore_instance_attributes.erb diff --git a/templates/inspec/examples/google_filestore_instance/google_filestore_instances.erb b/mmv1/templates/inspec/examples/google_filestore_instance/google_filestore_instances.erb similarity index 100% rename from templates/inspec/examples/google_filestore_instance/google_filestore_instances.erb rename to mmv1/templates/inspec/examples/google_filestore_instance/google_filestore_instances.erb diff --git a/templates/inspec/examples/google_iam_organization_custom_role/google_iam_organization_custom_role.erb b/mmv1/templates/inspec/examples/google_iam_organization_custom_role/google_iam_organization_custom_role.erb similarity index 100% rename from templates/inspec/examples/google_iam_organization_custom_role/google_iam_organization_custom_role.erb rename to mmv1/templates/inspec/examples/google_iam_organization_custom_role/google_iam_organization_custom_role.erb diff --git a/templates/inspec/examples/google_iam_organization_custom_role/google_iam_organization_custom_role_attributes.erb b/mmv1/templates/inspec/examples/google_iam_organization_custom_role/google_iam_organization_custom_role_attributes.erb similarity index 100% rename from templates/inspec/examples/google_iam_organization_custom_role/google_iam_organization_custom_role_attributes.erb rename to mmv1/templates/inspec/examples/google_iam_organization_custom_role/google_iam_organization_custom_role_attributes.erb diff --git a/templates/inspec/examples/google_iam_organization_custom_role/google_iam_organization_custom_roles.erb b/mmv1/templates/inspec/examples/google_iam_organization_custom_role/google_iam_organization_custom_roles.erb similarity index 100% rename from templates/inspec/examples/google_iam_organization_custom_role/google_iam_organization_custom_roles.erb rename to mmv1/templates/inspec/examples/google_iam_organization_custom_role/google_iam_organization_custom_roles.erb diff --git a/templates/inspec/examples/google_kms_crypto_key/google_kms_crypto_key.erb b/mmv1/templates/inspec/examples/google_kms_crypto_key/google_kms_crypto_key.erb similarity index 100% rename from templates/inspec/examples/google_kms_crypto_key/google_kms_crypto_key.erb rename to mmv1/templates/inspec/examples/google_kms_crypto_key/google_kms_crypto_key.erb diff --git a/templates/inspec/examples/google_kms_crypto_key/google_kms_crypto_key_attributes.erb b/mmv1/templates/inspec/examples/google_kms_crypto_key/google_kms_crypto_key_attributes.erb similarity index 100% rename from templates/inspec/examples/google_kms_crypto_key/google_kms_crypto_key_attributes.erb rename to mmv1/templates/inspec/examples/google_kms_crypto_key/google_kms_crypto_key_attributes.erb diff --git a/templates/inspec/examples/google_kms_crypto_key/google_kms_crypto_keys.erb b/mmv1/templates/inspec/examples/google_kms_crypto_key/google_kms_crypto_keys.erb similarity index 100% rename from templates/inspec/examples/google_kms_crypto_key/google_kms_crypto_keys.erb rename to mmv1/templates/inspec/examples/google_kms_crypto_key/google_kms_crypto_keys.erb diff --git a/templates/inspec/examples/google_kms_key_ring/google_kms_key_ring.erb b/mmv1/templates/inspec/examples/google_kms_key_ring/google_kms_key_ring.erb similarity index 100% rename from templates/inspec/examples/google_kms_key_ring/google_kms_key_ring.erb rename to mmv1/templates/inspec/examples/google_kms_key_ring/google_kms_key_ring.erb diff --git a/templates/inspec/examples/google_kms_key_ring/google_kms_key_ring_attributes.erb b/mmv1/templates/inspec/examples/google_kms_key_ring/google_kms_key_ring_attributes.erb similarity index 100% rename from templates/inspec/examples/google_kms_key_ring/google_kms_key_ring_attributes.erb rename to mmv1/templates/inspec/examples/google_kms_key_ring/google_kms_key_ring_attributes.erb diff --git a/templates/inspec/examples/google_kms_key_ring/google_kms_key_rings.erb b/mmv1/templates/inspec/examples/google_kms_key_ring/google_kms_key_rings.erb similarity index 100% rename from templates/inspec/examples/google_kms_key_ring/google_kms_key_rings.erb rename to mmv1/templates/inspec/examples/google_kms_key_ring/google_kms_key_rings.erb diff --git a/templates/inspec/examples/google_logging_folder_exclusion/google_logging_folder_exclusion.erb b/mmv1/templates/inspec/examples/google_logging_folder_exclusion/google_logging_folder_exclusion.erb similarity index 100% rename from templates/inspec/examples/google_logging_folder_exclusion/google_logging_folder_exclusion.erb rename to mmv1/templates/inspec/examples/google_logging_folder_exclusion/google_logging_folder_exclusion.erb diff --git a/templates/inspec/examples/google_logging_folder_exclusion/google_logging_folder_exclusion_attributes.erb b/mmv1/templates/inspec/examples/google_logging_folder_exclusion/google_logging_folder_exclusion_attributes.erb similarity index 100% rename from templates/inspec/examples/google_logging_folder_exclusion/google_logging_folder_exclusion_attributes.erb rename to mmv1/templates/inspec/examples/google_logging_folder_exclusion/google_logging_folder_exclusion_attributes.erb diff --git a/templates/inspec/examples/google_logging_folder_exclusion/google_logging_folder_exclusions.erb b/mmv1/templates/inspec/examples/google_logging_folder_exclusion/google_logging_folder_exclusions.erb similarity index 100% rename from templates/inspec/examples/google_logging_folder_exclusion/google_logging_folder_exclusions.erb rename to mmv1/templates/inspec/examples/google_logging_folder_exclusion/google_logging_folder_exclusions.erb diff --git a/templates/inspec/examples/google_logging_folder_log_sink/google_logging_folder_log_sink.erb b/mmv1/templates/inspec/examples/google_logging_folder_log_sink/google_logging_folder_log_sink.erb similarity index 100% rename from templates/inspec/examples/google_logging_folder_log_sink/google_logging_folder_log_sink.erb rename to mmv1/templates/inspec/examples/google_logging_folder_log_sink/google_logging_folder_log_sink.erb diff --git a/templates/inspec/examples/google_logging_folder_log_sink/google_logging_folder_log_sink_attributes.erb b/mmv1/templates/inspec/examples/google_logging_folder_log_sink/google_logging_folder_log_sink_attributes.erb similarity index 100% rename from templates/inspec/examples/google_logging_folder_log_sink/google_logging_folder_log_sink_attributes.erb rename to mmv1/templates/inspec/examples/google_logging_folder_log_sink/google_logging_folder_log_sink_attributes.erb diff --git a/templates/inspec/examples/google_logging_folder_log_sink/google_logging_folder_log_sinks.erb b/mmv1/templates/inspec/examples/google_logging_folder_log_sink/google_logging_folder_log_sinks.erb similarity index 100% rename from templates/inspec/examples/google_logging_folder_log_sink/google_logging_folder_log_sinks.erb rename to mmv1/templates/inspec/examples/google_logging_folder_log_sink/google_logging_folder_log_sinks.erb diff --git a/templates/inspec/examples/google_logging_organization_log_sink/google_logging_organization_log_sink.erb b/mmv1/templates/inspec/examples/google_logging_organization_log_sink/google_logging_organization_log_sink.erb similarity index 100% rename from templates/inspec/examples/google_logging_organization_log_sink/google_logging_organization_log_sink.erb rename to mmv1/templates/inspec/examples/google_logging_organization_log_sink/google_logging_organization_log_sink.erb diff --git a/templates/inspec/examples/google_logging_organization_log_sink/google_logging_organization_log_sink_attributes.erb b/mmv1/templates/inspec/examples/google_logging_organization_log_sink/google_logging_organization_log_sink_attributes.erb similarity index 100% rename from templates/inspec/examples/google_logging_organization_log_sink/google_logging_organization_log_sink_attributes.erb rename to mmv1/templates/inspec/examples/google_logging_organization_log_sink/google_logging_organization_log_sink_attributes.erb diff --git a/templates/inspec/examples/google_logging_organization_log_sink/google_logging_organization_log_sinks.erb b/mmv1/templates/inspec/examples/google_logging_organization_log_sink/google_logging_organization_log_sinks.erb similarity index 100% rename from templates/inspec/examples/google_logging_organization_log_sink/google_logging_organization_log_sinks.erb rename to mmv1/templates/inspec/examples/google_logging_organization_log_sink/google_logging_organization_log_sinks.erb diff --git a/templates/inspec/examples/google_logging_project_exclusion/google_logging_project_exclusion.erb b/mmv1/templates/inspec/examples/google_logging_project_exclusion/google_logging_project_exclusion.erb similarity index 100% rename from templates/inspec/examples/google_logging_project_exclusion/google_logging_project_exclusion.erb rename to mmv1/templates/inspec/examples/google_logging_project_exclusion/google_logging_project_exclusion.erb diff --git a/templates/inspec/examples/google_logging_project_exclusion/google_logging_project_exclusion_attributes.erb b/mmv1/templates/inspec/examples/google_logging_project_exclusion/google_logging_project_exclusion_attributes.erb similarity index 100% rename from templates/inspec/examples/google_logging_project_exclusion/google_logging_project_exclusion_attributes.erb rename to mmv1/templates/inspec/examples/google_logging_project_exclusion/google_logging_project_exclusion_attributes.erb diff --git a/templates/inspec/examples/google_logging_project_exclusion/google_logging_project_exclusions.erb b/mmv1/templates/inspec/examples/google_logging_project_exclusion/google_logging_project_exclusions.erb similarity index 100% rename from templates/inspec/examples/google_logging_project_exclusion/google_logging_project_exclusions.erb rename to mmv1/templates/inspec/examples/google_logging_project_exclusion/google_logging_project_exclusions.erb diff --git a/templates/inspec/examples/google_logging_project_sink/google_logging_project_sink.erb b/mmv1/templates/inspec/examples/google_logging_project_sink/google_logging_project_sink.erb similarity index 100% rename from templates/inspec/examples/google_logging_project_sink/google_logging_project_sink.erb rename to mmv1/templates/inspec/examples/google_logging_project_sink/google_logging_project_sink.erb diff --git a/templates/inspec/examples/google_logging_project_sink/google_logging_project_sink_attributes.erb b/mmv1/templates/inspec/examples/google_logging_project_sink/google_logging_project_sink_attributes.erb similarity index 100% rename from templates/inspec/examples/google_logging_project_sink/google_logging_project_sink_attributes.erb rename to mmv1/templates/inspec/examples/google_logging_project_sink/google_logging_project_sink_attributes.erb diff --git a/templates/inspec/examples/google_logging_project_sink/google_logging_project_sinks.erb b/mmv1/templates/inspec/examples/google_logging_project_sink/google_logging_project_sinks.erb similarity index 100% rename from templates/inspec/examples/google_logging_project_sink/google_logging_project_sinks.erb rename to mmv1/templates/inspec/examples/google_logging_project_sink/google_logging_project_sinks.erb diff --git a/templates/inspec/examples/google_memcache_instance/google_memcache_instance.erb b/mmv1/templates/inspec/examples/google_memcache_instance/google_memcache_instance.erb similarity index 100% rename from templates/inspec/examples/google_memcache_instance/google_memcache_instance.erb rename to mmv1/templates/inspec/examples/google_memcache_instance/google_memcache_instance.erb diff --git a/templates/inspec/examples/google_memcache_instance/google_memcache_instance_attributes.erb b/mmv1/templates/inspec/examples/google_memcache_instance/google_memcache_instance_attributes.erb similarity index 100% rename from templates/inspec/examples/google_memcache_instance/google_memcache_instance_attributes.erb rename to mmv1/templates/inspec/examples/google_memcache_instance/google_memcache_instance_attributes.erb diff --git a/templates/inspec/examples/google_memcache_instance/google_memcache_instances.erb b/mmv1/templates/inspec/examples/google_memcache_instance/google_memcache_instances.erb similarity index 100% rename from templates/inspec/examples/google_memcache_instance/google_memcache_instances.erb rename to mmv1/templates/inspec/examples/google_memcache_instance/google_memcache_instances.erb diff --git a/templates/inspec/examples/google_ml_engine_model/google_ml_engine_model.erb b/mmv1/templates/inspec/examples/google_ml_engine_model/google_ml_engine_model.erb similarity index 100% rename from templates/inspec/examples/google_ml_engine_model/google_ml_engine_model.erb rename to mmv1/templates/inspec/examples/google_ml_engine_model/google_ml_engine_model.erb diff --git a/templates/inspec/examples/google_ml_engine_model/google_ml_engine_model_attributes.erb b/mmv1/templates/inspec/examples/google_ml_engine_model/google_ml_engine_model_attributes.erb similarity index 100% rename from templates/inspec/examples/google_ml_engine_model/google_ml_engine_model_attributes.erb rename to mmv1/templates/inspec/examples/google_ml_engine_model/google_ml_engine_model_attributes.erb diff --git a/templates/inspec/examples/google_ml_engine_model/google_ml_engine_models.erb b/mmv1/templates/inspec/examples/google_ml_engine_model/google_ml_engine_models.erb similarity index 100% rename from templates/inspec/examples/google_ml_engine_model/google_ml_engine_models.erb rename to mmv1/templates/inspec/examples/google_ml_engine_model/google_ml_engine_models.erb diff --git a/templates/inspec/examples/google_organization/google_organization.erb b/mmv1/templates/inspec/examples/google_organization/google_organization.erb similarity index 100% rename from templates/inspec/examples/google_organization/google_organization.erb rename to mmv1/templates/inspec/examples/google_organization/google_organization.erb diff --git a/templates/inspec/examples/google_organization/google_organization_attributes.erb b/mmv1/templates/inspec/examples/google_organization/google_organization_attributes.erb similarity index 100% rename from templates/inspec/examples/google_organization/google_organization_attributes.erb rename to mmv1/templates/inspec/examples/google_organization/google_organization_attributes.erb diff --git a/templates/inspec/examples/google_organization/google_organizations.erb b/mmv1/templates/inspec/examples/google_organization/google_organizations.erb similarity index 100% rename from templates/inspec/examples/google_organization/google_organizations.erb rename to mmv1/templates/inspec/examples/google_organization/google_organizations.erb diff --git a/templates/inspec/examples/google_project/google_project.erb b/mmv1/templates/inspec/examples/google_project/google_project.erb similarity index 100% rename from templates/inspec/examples/google_project/google_project.erb rename to mmv1/templates/inspec/examples/google_project/google_project.erb diff --git a/templates/inspec/examples/google_project/google_project_attributes.erb b/mmv1/templates/inspec/examples/google_project/google_project_attributes.erb similarity index 100% rename from templates/inspec/examples/google_project/google_project_attributes.erb rename to mmv1/templates/inspec/examples/google_project/google_project_attributes.erb diff --git a/templates/inspec/examples/google_project/google_projects.erb b/mmv1/templates/inspec/examples/google_project/google_projects.erb similarity index 100% rename from templates/inspec/examples/google_project/google_projects.erb rename to mmv1/templates/inspec/examples/google_project/google_projects.erb diff --git a/templates/inspec/examples/google_project_alert_policy/google_project_alert_policies.erb b/mmv1/templates/inspec/examples/google_project_alert_policy/google_project_alert_policies.erb similarity index 100% rename from templates/inspec/examples/google_project_alert_policy/google_project_alert_policies.erb rename to mmv1/templates/inspec/examples/google_project_alert_policy/google_project_alert_policies.erb diff --git a/templates/inspec/examples/google_project_alert_policy/google_project_alert_policy.erb b/mmv1/templates/inspec/examples/google_project_alert_policy/google_project_alert_policy.erb similarity index 100% rename from templates/inspec/examples/google_project_alert_policy/google_project_alert_policy.erb rename to mmv1/templates/inspec/examples/google_project_alert_policy/google_project_alert_policy.erb diff --git a/templates/inspec/examples/google_project_alert_policy/google_project_alert_policy_attributes.erb b/mmv1/templates/inspec/examples/google_project_alert_policy/google_project_alert_policy_attributes.erb similarity index 100% rename from templates/inspec/examples/google_project_alert_policy/google_project_alert_policy_attributes.erb rename to mmv1/templates/inspec/examples/google_project_alert_policy/google_project_alert_policy_attributes.erb diff --git a/templates/inspec/examples/google_project_iam_custom_role/google_project_iam_custom_role.erb b/mmv1/templates/inspec/examples/google_project_iam_custom_role/google_project_iam_custom_role.erb similarity index 100% rename from templates/inspec/examples/google_project_iam_custom_role/google_project_iam_custom_role.erb rename to mmv1/templates/inspec/examples/google_project_iam_custom_role/google_project_iam_custom_role.erb diff --git a/templates/inspec/examples/google_project_iam_custom_role/google_project_iam_custom_role_attributes.erb b/mmv1/templates/inspec/examples/google_project_iam_custom_role/google_project_iam_custom_role_attributes.erb similarity index 100% rename from templates/inspec/examples/google_project_iam_custom_role/google_project_iam_custom_role_attributes.erb rename to mmv1/templates/inspec/examples/google_project_iam_custom_role/google_project_iam_custom_role_attributes.erb diff --git a/templates/inspec/examples/google_project_iam_custom_role/google_project_iam_custom_roles.erb b/mmv1/templates/inspec/examples/google_project_iam_custom_role/google_project_iam_custom_roles.erb similarity index 100% rename from templates/inspec/examples/google_project_iam_custom_role/google_project_iam_custom_roles.erb rename to mmv1/templates/inspec/examples/google_project_iam_custom_role/google_project_iam_custom_roles.erb diff --git a/templates/inspec/examples/google_project_metric/google_project_metric.erb b/mmv1/templates/inspec/examples/google_project_metric/google_project_metric.erb similarity index 100% rename from templates/inspec/examples/google_project_metric/google_project_metric.erb rename to mmv1/templates/inspec/examples/google_project_metric/google_project_metric.erb diff --git a/templates/inspec/examples/google_project_metric/google_project_metric_attributes.erb b/mmv1/templates/inspec/examples/google_project_metric/google_project_metric_attributes.erb similarity index 100% rename from templates/inspec/examples/google_project_metric/google_project_metric_attributes.erb rename to mmv1/templates/inspec/examples/google_project_metric/google_project_metric_attributes.erb diff --git a/templates/inspec/examples/google_project_metric/google_project_metrics.erb b/mmv1/templates/inspec/examples/google_project_metric/google_project_metrics.erb similarity index 100% rename from templates/inspec/examples/google_project_metric/google_project_metrics.erb rename to mmv1/templates/inspec/examples/google_project_metric/google_project_metrics.erb diff --git a/templates/inspec/examples/google_project_service/google_project_service.erb b/mmv1/templates/inspec/examples/google_project_service/google_project_service.erb similarity index 100% rename from templates/inspec/examples/google_project_service/google_project_service.erb rename to mmv1/templates/inspec/examples/google_project_service/google_project_service.erb diff --git a/templates/inspec/examples/google_project_service/google_project_service_attributes.erb b/mmv1/templates/inspec/examples/google_project_service/google_project_service_attributes.erb similarity index 100% rename from templates/inspec/examples/google_project_service/google_project_service_attributes.erb rename to mmv1/templates/inspec/examples/google_project_service/google_project_service_attributes.erb diff --git a/templates/inspec/examples/google_project_service/google_project_services.erb b/mmv1/templates/inspec/examples/google_project_service/google_project_services.erb similarity index 100% rename from templates/inspec/examples/google_project_service/google_project_services.erb rename to mmv1/templates/inspec/examples/google_project_service/google_project_services.erb diff --git a/templates/inspec/examples/google_pubsub_subscription/google_pubsub_subscription.erb b/mmv1/templates/inspec/examples/google_pubsub_subscription/google_pubsub_subscription.erb similarity index 100% rename from templates/inspec/examples/google_pubsub_subscription/google_pubsub_subscription.erb rename to mmv1/templates/inspec/examples/google_pubsub_subscription/google_pubsub_subscription.erb diff --git a/templates/inspec/examples/google_pubsub_subscription/google_pubsub_subscription_attributes.erb b/mmv1/templates/inspec/examples/google_pubsub_subscription/google_pubsub_subscription_attributes.erb similarity index 100% rename from templates/inspec/examples/google_pubsub_subscription/google_pubsub_subscription_attributes.erb rename to mmv1/templates/inspec/examples/google_pubsub_subscription/google_pubsub_subscription_attributes.erb diff --git a/templates/inspec/examples/google_pubsub_subscription/google_pubsub_subscriptions.erb b/mmv1/templates/inspec/examples/google_pubsub_subscription/google_pubsub_subscriptions.erb similarity index 100% rename from templates/inspec/examples/google_pubsub_subscription/google_pubsub_subscriptions.erb rename to mmv1/templates/inspec/examples/google_pubsub_subscription/google_pubsub_subscriptions.erb diff --git a/templates/inspec/examples/google_pubsub_topic/google_pubsub_topic.erb b/mmv1/templates/inspec/examples/google_pubsub_topic/google_pubsub_topic.erb similarity index 100% rename from templates/inspec/examples/google_pubsub_topic/google_pubsub_topic.erb rename to mmv1/templates/inspec/examples/google_pubsub_topic/google_pubsub_topic.erb diff --git a/templates/inspec/examples/google_pubsub_topic/google_pubsub_topic_attributes.erb b/mmv1/templates/inspec/examples/google_pubsub_topic/google_pubsub_topic_attributes.erb similarity index 100% rename from templates/inspec/examples/google_pubsub_topic/google_pubsub_topic_attributes.erb rename to mmv1/templates/inspec/examples/google_pubsub_topic/google_pubsub_topic_attributes.erb diff --git a/templates/inspec/examples/google_pubsub_topic/google_pubsub_topics.erb b/mmv1/templates/inspec/examples/google_pubsub_topic/google_pubsub_topics.erb similarity index 100% rename from templates/inspec/examples/google_pubsub_topic/google_pubsub_topics.erb rename to mmv1/templates/inspec/examples/google_pubsub_topic/google_pubsub_topics.erb diff --git a/templates/inspec/examples/google_redis_instance/google_redis_instance.erb b/mmv1/templates/inspec/examples/google_redis_instance/google_redis_instance.erb similarity index 100% rename from templates/inspec/examples/google_redis_instance/google_redis_instance.erb rename to mmv1/templates/inspec/examples/google_redis_instance/google_redis_instance.erb diff --git a/templates/inspec/examples/google_redis_instance/google_redis_instance_attributes.erb b/mmv1/templates/inspec/examples/google_redis_instance/google_redis_instance_attributes.erb similarity index 100% rename from templates/inspec/examples/google_redis_instance/google_redis_instance_attributes.erb rename to mmv1/templates/inspec/examples/google_redis_instance/google_redis_instance_attributes.erb diff --git a/templates/inspec/examples/google_redis_instance/google_redis_instances.erb b/mmv1/templates/inspec/examples/google_redis_instance/google_redis_instances.erb similarity index 100% rename from templates/inspec/examples/google_redis_instance/google_redis_instances.erb rename to mmv1/templates/inspec/examples/google_redis_instance/google_redis_instances.erb diff --git a/templates/inspec/examples/google_resourcemanager_folder/google_resourcemanager_folder.erb b/mmv1/templates/inspec/examples/google_resourcemanager_folder/google_resourcemanager_folder.erb similarity index 100% rename from templates/inspec/examples/google_resourcemanager_folder/google_resourcemanager_folder.erb rename to mmv1/templates/inspec/examples/google_resourcemanager_folder/google_resourcemanager_folder.erb diff --git a/templates/inspec/examples/google_resourcemanager_folder/google_resourcemanager_folder_attributes.erb b/mmv1/templates/inspec/examples/google_resourcemanager_folder/google_resourcemanager_folder_attributes.erb similarity index 100% rename from templates/inspec/examples/google_resourcemanager_folder/google_resourcemanager_folder_attributes.erb rename to mmv1/templates/inspec/examples/google_resourcemanager_folder/google_resourcemanager_folder_attributes.erb diff --git a/templates/inspec/examples/google_resourcemanager_folder/google_resourcemanager_folders.erb b/mmv1/templates/inspec/examples/google_resourcemanager_folder/google_resourcemanager_folders.erb similarity index 100% rename from templates/inspec/examples/google_resourcemanager_folder/google_resourcemanager_folders.erb rename to mmv1/templates/inspec/examples/google_resourcemanager_folder/google_resourcemanager_folders.erb diff --git a/templates/inspec/examples/google_runtime_config_config/google_runtime_config_config.erb b/mmv1/templates/inspec/examples/google_runtime_config_config/google_runtime_config_config.erb similarity index 100% rename from templates/inspec/examples/google_runtime_config_config/google_runtime_config_config.erb rename to mmv1/templates/inspec/examples/google_runtime_config_config/google_runtime_config_config.erb diff --git a/templates/inspec/examples/google_runtime_config_config/google_runtime_config_config_attributes.erb b/mmv1/templates/inspec/examples/google_runtime_config_config/google_runtime_config_config_attributes.erb similarity index 100% rename from templates/inspec/examples/google_runtime_config_config/google_runtime_config_config_attributes.erb rename to mmv1/templates/inspec/examples/google_runtime_config_config/google_runtime_config_config_attributes.erb diff --git a/templates/inspec/examples/google_runtime_config_config/google_runtime_config_configs.erb b/mmv1/templates/inspec/examples/google_runtime_config_config/google_runtime_config_configs.erb similarity index 100% rename from templates/inspec/examples/google_runtime_config_config/google_runtime_config_configs.erb rename to mmv1/templates/inspec/examples/google_runtime_config_config/google_runtime_config_configs.erb diff --git a/templates/inspec/examples/google_runtime_config_variable/google_runtime_config_variable.erb b/mmv1/templates/inspec/examples/google_runtime_config_variable/google_runtime_config_variable.erb similarity index 100% rename from templates/inspec/examples/google_runtime_config_variable/google_runtime_config_variable.erb rename to mmv1/templates/inspec/examples/google_runtime_config_variable/google_runtime_config_variable.erb diff --git a/templates/inspec/examples/google_runtime_config_variable/google_runtime_config_variable_attributes.erb b/mmv1/templates/inspec/examples/google_runtime_config_variable/google_runtime_config_variable_attributes.erb similarity index 100% rename from templates/inspec/examples/google_runtime_config_variable/google_runtime_config_variable_attributes.erb rename to mmv1/templates/inspec/examples/google_runtime_config_variable/google_runtime_config_variable_attributes.erb diff --git a/templates/inspec/examples/google_runtime_config_variable/google_runtime_config_variables.erb b/mmv1/templates/inspec/examples/google_runtime_config_variable/google_runtime_config_variables.erb similarity index 100% rename from templates/inspec/examples/google_runtime_config_variable/google_runtime_config_variables.erb rename to mmv1/templates/inspec/examples/google_runtime_config_variable/google_runtime_config_variables.erb diff --git a/templates/inspec/examples/google_service_account/google_service_account.erb b/mmv1/templates/inspec/examples/google_service_account/google_service_account.erb similarity index 100% rename from templates/inspec/examples/google_service_account/google_service_account.erb rename to mmv1/templates/inspec/examples/google_service_account/google_service_account.erb diff --git a/templates/inspec/examples/google_service_account/google_service_account_attributes.erb b/mmv1/templates/inspec/examples/google_service_account/google_service_account_attributes.erb similarity index 100% rename from templates/inspec/examples/google_service_account/google_service_account_attributes.erb rename to mmv1/templates/inspec/examples/google_service_account/google_service_account_attributes.erb diff --git a/templates/inspec/examples/google_service_account/google_service_accounts.erb b/mmv1/templates/inspec/examples/google_service_account/google_service_accounts.erb similarity index 100% rename from templates/inspec/examples/google_service_account/google_service_accounts.erb rename to mmv1/templates/inspec/examples/google_service_account/google_service_accounts.erb diff --git a/templates/inspec/examples/google_service_account_key/google_service_account_key.erb b/mmv1/templates/inspec/examples/google_service_account_key/google_service_account_key.erb similarity index 100% rename from templates/inspec/examples/google_service_account_key/google_service_account_key.erb rename to mmv1/templates/inspec/examples/google_service_account_key/google_service_account_key.erb diff --git a/templates/inspec/examples/google_service_account_key/google_service_account_key_attributes.erb b/mmv1/templates/inspec/examples/google_service_account_key/google_service_account_key_attributes.erb similarity index 100% rename from templates/inspec/examples/google_service_account_key/google_service_account_key_attributes.erb rename to mmv1/templates/inspec/examples/google_service_account_key/google_service_account_key_attributes.erb diff --git a/templates/inspec/examples/google_service_account_key/google_service_account_keys.erb b/mmv1/templates/inspec/examples/google_service_account_key/google_service_account_keys.erb similarity index 100% rename from templates/inspec/examples/google_service_account_key/google_service_account_keys.erb rename to mmv1/templates/inspec/examples/google_service_account_key/google_service_account_keys.erb diff --git a/templates/inspec/examples/google_sourcerepo_repository/google_sourcerepo_repositories.erb b/mmv1/templates/inspec/examples/google_sourcerepo_repository/google_sourcerepo_repositories.erb similarity index 100% rename from templates/inspec/examples/google_sourcerepo_repository/google_sourcerepo_repositories.erb rename to mmv1/templates/inspec/examples/google_sourcerepo_repository/google_sourcerepo_repositories.erb diff --git a/templates/inspec/examples/google_sourcerepo_repository/google_sourcerepo_repository.erb b/mmv1/templates/inspec/examples/google_sourcerepo_repository/google_sourcerepo_repository.erb similarity index 100% rename from templates/inspec/examples/google_sourcerepo_repository/google_sourcerepo_repository.erb rename to mmv1/templates/inspec/examples/google_sourcerepo_repository/google_sourcerepo_repository.erb diff --git a/templates/inspec/examples/google_sourcerepo_repository/google_sourcerepo_repository_attributes.erb b/mmv1/templates/inspec/examples/google_sourcerepo_repository/google_sourcerepo_repository_attributes.erb similarity index 100% rename from templates/inspec/examples/google_sourcerepo_repository/google_sourcerepo_repository_attributes.erb rename to mmv1/templates/inspec/examples/google_sourcerepo_repository/google_sourcerepo_repository_attributes.erb diff --git a/templates/inspec/examples/google_spanner_database/google_spanner_database.erb b/mmv1/templates/inspec/examples/google_spanner_database/google_spanner_database.erb similarity index 100% rename from templates/inspec/examples/google_spanner_database/google_spanner_database.erb rename to mmv1/templates/inspec/examples/google_spanner_database/google_spanner_database.erb diff --git a/templates/inspec/examples/google_spanner_database/google_spanner_database_attributes.erb b/mmv1/templates/inspec/examples/google_spanner_database/google_spanner_database_attributes.erb similarity index 100% rename from templates/inspec/examples/google_spanner_database/google_spanner_database_attributes.erb rename to mmv1/templates/inspec/examples/google_spanner_database/google_spanner_database_attributes.erb diff --git a/templates/inspec/examples/google_spanner_database/google_spanner_databases.erb b/mmv1/templates/inspec/examples/google_spanner_database/google_spanner_databases.erb similarity index 100% rename from templates/inspec/examples/google_spanner_database/google_spanner_databases.erb rename to mmv1/templates/inspec/examples/google_spanner_database/google_spanner_databases.erb diff --git a/templates/inspec/examples/google_spanner_instance/google_spanner_instance.erb b/mmv1/templates/inspec/examples/google_spanner_instance/google_spanner_instance.erb similarity index 100% rename from templates/inspec/examples/google_spanner_instance/google_spanner_instance.erb rename to mmv1/templates/inspec/examples/google_spanner_instance/google_spanner_instance.erb diff --git a/templates/inspec/examples/google_spanner_instance/google_spanner_instance_attributes.erb b/mmv1/templates/inspec/examples/google_spanner_instance/google_spanner_instance_attributes.erb similarity index 100% rename from templates/inspec/examples/google_spanner_instance/google_spanner_instance_attributes.erb rename to mmv1/templates/inspec/examples/google_spanner_instance/google_spanner_instance_attributes.erb diff --git a/templates/inspec/examples/google_spanner_instance/google_spanner_instances.erb b/mmv1/templates/inspec/examples/google_spanner_instance/google_spanner_instances.erb similarity index 100% rename from templates/inspec/examples/google_spanner_instance/google_spanner_instances.erb rename to mmv1/templates/inspec/examples/google_spanner_instance/google_spanner_instances.erb diff --git a/templates/inspec/examples/google_sql_database_instance/google_sql_database_instance.erb b/mmv1/templates/inspec/examples/google_sql_database_instance/google_sql_database_instance.erb similarity index 100% rename from templates/inspec/examples/google_sql_database_instance/google_sql_database_instance.erb rename to mmv1/templates/inspec/examples/google_sql_database_instance/google_sql_database_instance.erb diff --git a/templates/inspec/examples/google_sql_database_instance/google_sql_database_instance_attributes.erb b/mmv1/templates/inspec/examples/google_sql_database_instance/google_sql_database_instance_attributes.erb similarity index 100% rename from templates/inspec/examples/google_sql_database_instance/google_sql_database_instance_attributes.erb rename to mmv1/templates/inspec/examples/google_sql_database_instance/google_sql_database_instance_attributes.erb diff --git a/templates/inspec/examples/google_sql_database_instance/google_sql_database_instances.erb b/mmv1/templates/inspec/examples/google_sql_database_instance/google_sql_database_instances.erb similarity index 100% rename from templates/inspec/examples/google_sql_database_instance/google_sql_database_instances.erb rename to mmv1/templates/inspec/examples/google_sql_database_instance/google_sql_database_instances.erb diff --git a/templates/inspec/examples/google_sql_user/google_sql_user.erb b/mmv1/templates/inspec/examples/google_sql_user/google_sql_user.erb similarity index 100% rename from templates/inspec/examples/google_sql_user/google_sql_user.erb rename to mmv1/templates/inspec/examples/google_sql_user/google_sql_user.erb diff --git a/templates/inspec/examples/google_sql_user/google_sql_user_attributes.erb b/mmv1/templates/inspec/examples/google_sql_user/google_sql_user_attributes.erb similarity index 100% rename from templates/inspec/examples/google_sql_user/google_sql_user_attributes.erb rename to mmv1/templates/inspec/examples/google_sql_user/google_sql_user_attributes.erb diff --git a/templates/inspec/examples/google_sql_user/google_sql_users.erb b/mmv1/templates/inspec/examples/google_sql_user/google_sql_users.erb similarity index 100% rename from templates/inspec/examples/google_sql_user/google_sql_users.erb rename to mmv1/templates/inspec/examples/google_sql_user/google_sql_users.erb diff --git a/templates/inspec/examples/google_storage_bucket/google_storage_bucket.erb b/mmv1/templates/inspec/examples/google_storage_bucket/google_storage_bucket.erb similarity index 100% rename from templates/inspec/examples/google_storage_bucket/google_storage_bucket.erb rename to mmv1/templates/inspec/examples/google_storage_bucket/google_storage_bucket.erb diff --git a/templates/inspec/examples/google_storage_bucket/google_storage_bucket_attributes.erb b/mmv1/templates/inspec/examples/google_storage_bucket/google_storage_bucket_attributes.erb similarity index 100% rename from templates/inspec/examples/google_storage_bucket/google_storage_bucket_attributes.erb rename to mmv1/templates/inspec/examples/google_storage_bucket/google_storage_bucket_attributes.erb diff --git a/templates/inspec/examples/google_storage_bucket/google_storage_buckets.erb b/mmv1/templates/inspec/examples/google_storage_bucket/google_storage_buckets.erb similarity index 100% rename from templates/inspec/examples/google_storage_bucket/google_storage_buckets.erb rename to mmv1/templates/inspec/examples/google_storage_bucket/google_storage_buckets.erb diff --git a/templates/inspec/examples/google_storage_bucket_acl/google_storage_bucket_acl.erb b/mmv1/templates/inspec/examples/google_storage_bucket_acl/google_storage_bucket_acl.erb similarity index 100% rename from templates/inspec/examples/google_storage_bucket_acl/google_storage_bucket_acl.erb rename to mmv1/templates/inspec/examples/google_storage_bucket_acl/google_storage_bucket_acl.erb diff --git a/templates/inspec/examples/google_storage_bucket_acl/google_storage_bucket_acl_attributes.erb b/mmv1/templates/inspec/examples/google_storage_bucket_acl/google_storage_bucket_acl_attributes.erb similarity index 100% rename from templates/inspec/examples/google_storage_bucket_acl/google_storage_bucket_acl_attributes.erb rename to mmv1/templates/inspec/examples/google_storage_bucket_acl/google_storage_bucket_acl_attributes.erb diff --git a/templates/inspec/examples/google_storage_bucket_object/google_storage_bucket_object.erb b/mmv1/templates/inspec/examples/google_storage_bucket_object/google_storage_bucket_object.erb similarity index 100% rename from templates/inspec/examples/google_storage_bucket_object/google_storage_bucket_object.erb rename to mmv1/templates/inspec/examples/google_storage_bucket_object/google_storage_bucket_object.erb diff --git a/templates/inspec/examples/google_storage_bucket_object/google_storage_bucket_object_attributes.erb b/mmv1/templates/inspec/examples/google_storage_bucket_object/google_storage_bucket_object_attributes.erb similarity index 100% rename from templates/inspec/examples/google_storage_bucket_object/google_storage_bucket_object_attributes.erb rename to mmv1/templates/inspec/examples/google_storage_bucket_object/google_storage_bucket_object_attributes.erb diff --git a/templates/inspec/examples/google_storage_bucket_object/google_storage_bucket_objects.erb b/mmv1/templates/inspec/examples/google_storage_bucket_object/google_storage_bucket_objects.erb similarity index 100% rename from templates/inspec/examples/google_storage_bucket_object/google_storage_bucket_objects.erb rename to mmv1/templates/inspec/examples/google_storage_bucket_object/google_storage_bucket_objects.erb diff --git a/templates/inspec/examples/google_storage_default_object_acl/google_storage_default_object_acl.erb b/mmv1/templates/inspec/examples/google_storage_default_object_acl/google_storage_default_object_acl.erb similarity index 100% rename from templates/inspec/examples/google_storage_default_object_acl/google_storage_default_object_acl.erb rename to mmv1/templates/inspec/examples/google_storage_default_object_acl/google_storage_default_object_acl.erb diff --git a/templates/inspec/examples/google_storage_default_object_acl/google_storage_default_object_acl_attributes.erb b/mmv1/templates/inspec/examples/google_storage_default_object_acl/google_storage_default_object_acl_attributes.erb similarity index 100% rename from templates/inspec/examples/google_storage_default_object_acl/google_storage_default_object_acl_attributes.erb rename to mmv1/templates/inspec/examples/google_storage_default_object_acl/google_storage_default_object_acl_attributes.erb diff --git a/templates/inspec/examples/google_storage_object_acl/google_storage_object_acl.erb b/mmv1/templates/inspec/examples/google_storage_object_acl/google_storage_object_acl.erb similarity index 100% rename from templates/inspec/examples/google_storage_object_acl/google_storage_object_acl.erb rename to mmv1/templates/inspec/examples/google_storage_object_acl/google_storage_object_acl.erb diff --git a/templates/inspec/examples/google_storage_object_acl/google_storage_object_acl_attributes.erb b/mmv1/templates/inspec/examples/google_storage_object_acl/google_storage_object_acl_attributes.erb similarity index 100% rename from templates/inspec/examples/google_storage_object_acl/google_storage_object_acl_attributes.erb rename to mmv1/templates/inspec/examples/google_storage_object_acl/google_storage_object_acl_attributes.erb diff --git a/templates/inspec/iam_binding/iam_binding.erb b/mmv1/templates/inspec/iam_binding/iam_binding.erb similarity index 100% rename from templates/inspec/iam_binding/iam_binding.erb rename to mmv1/templates/inspec/iam_binding/iam_binding.erb diff --git a/templates/inspec/iam_binding/iam_binding.md.erb b/mmv1/templates/inspec/iam_binding/iam_binding.md.erb similarity index 100% rename from templates/inspec/iam_binding/iam_binding.md.erb rename to mmv1/templates/inspec/iam_binding/iam_binding.md.erb diff --git a/templates/inspec/iam_policy/iam_policy.erb b/mmv1/templates/inspec/iam_policy/iam_policy.erb similarity index 100% rename from templates/inspec/iam_policy/iam_policy.erb rename to mmv1/templates/inspec/iam_policy/iam_policy.erb diff --git a/templates/inspec/iam_policy/iam_policy.md.erb b/mmv1/templates/inspec/iam_policy/iam_policy.md.erb similarity index 100% rename from templates/inspec/iam_policy/iam_policy.md.erb rename to mmv1/templates/inspec/iam_policy/iam_policy.md.erb diff --git a/templates/inspec/iam_policy/properties/iam_binding_condition.rb b/mmv1/templates/inspec/iam_policy/properties/iam_binding_condition.rb similarity index 100% rename from templates/inspec/iam_policy/properties/iam_binding_condition.rb rename to mmv1/templates/inspec/iam_policy/properties/iam_binding_condition.rb diff --git a/templates/inspec/iam_policy/properties/iam_policy_audit_configs.rb b/mmv1/templates/inspec/iam_policy/properties/iam_policy_audit_configs.rb similarity index 100% rename from templates/inspec/iam_policy/properties/iam_policy_audit_configs.rb rename to mmv1/templates/inspec/iam_policy/properties/iam_policy_audit_configs.rb diff --git a/templates/inspec/iam_policy/properties/iam_policy_audit_configs_audit_log_configs.rb b/mmv1/templates/inspec/iam_policy/properties/iam_policy_audit_configs_audit_log_configs.rb similarity index 100% rename from templates/inspec/iam_policy/properties/iam_policy_audit_configs_audit_log_configs.rb rename to mmv1/templates/inspec/iam_policy/properties/iam_policy_audit_configs_audit_log_configs.rb diff --git a/templates/inspec/iam_policy/properties/iam_policy_bindings.rb b/mmv1/templates/inspec/iam_policy/properties/iam_policy_bindings.rb similarity index 100% rename from templates/inspec/iam_policy/properties/iam_policy_bindings.rb rename to mmv1/templates/inspec/iam_policy/properties/iam_policy_bindings.rb diff --git a/templates/inspec/integration_test_template.erb b/mmv1/templates/inspec/integration_test_template.erb similarity index 100% rename from templates/inspec/integration_test_template.erb rename to mmv1/templates/inspec/integration_test_template.erb diff --git a/templates/inspec/nested_object.erb b/mmv1/templates/inspec/nested_object.erb similarity index 100% rename from templates/inspec/nested_object.erb rename to mmv1/templates/inspec/nested_object.erb diff --git a/templates/inspec/plural_resource.erb b/mmv1/templates/inspec/plural_resource.erb similarity index 100% rename from templates/inspec/plural_resource.erb rename to mmv1/templates/inspec/plural_resource.erb diff --git a/templates/inspec/product_url.erb b/mmv1/templates/inspec/product_url.erb similarity index 100% rename from templates/inspec/product_url.erb rename to mmv1/templates/inspec/product_url.erb diff --git a/templates/inspec/singular_resource.erb b/mmv1/templates/inspec/singular_resource.erb similarity index 100% rename from templates/inspec/singular_resource.erb rename to mmv1/templates/inspec/singular_resource.erb diff --git a/templates/inspec/tests/integration/build/gcp-mm.tf b/mmv1/templates/inspec/tests/integration/build/gcp-mm.tf similarity index 100% rename from templates/inspec/tests/integration/build/gcp-mm.tf rename to mmv1/templates/inspec/tests/integration/build/gcp-mm.tf diff --git a/templates/inspec/tests/integration/configuration/hello-world.zip b/mmv1/templates/inspec/tests/integration/configuration/hello-world.zip similarity index 100% rename from templates/inspec/tests/integration/configuration/hello-world.zip rename to mmv1/templates/inspec/tests/integration/configuration/hello-world.zip diff --git a/templates/inspec/tests/integration/configuration/index.js.zip b/mmv1/templates/inspec/tests/integration/configuration/index.js.zip similarity index 100% rename from templates/inspec/tests/integration/configuration/index.js.zip rename to mmv1/templates/inspec/tests/integration/configuration/index.js.zip diff --git a/templates/inspec/tests/integration/configuration/mm-attributes.yml b/mmv1/templates/inspec/tests/integration/configuration/mm-attributes.yml similarity index 100% rename from templates/inspec/tests/integration/configuration/mm-attributes.yml rename to mmv1/templates/inspec/tests/integration/configuration/mm-attributes.yml diff --git a/templates/inspec/vcr_config.rb b/mmv1/templates/inspec/vcr_config.rb similarity index 100% rename from templates/inspec/vcr_config.rb rename to mmv1/templates/inspec/vcr_config.rb diff --git a/templates/license.erb b/mmv1/templates/license.erb similarity index 100% rename from templates/license.erb rename to mmv1/templates/license.erb diff --git a/templates/stackdriver.json b/mmv1/templates/stackdriver.json similarity index 100% rename from templates/stackdriver.json rename to mmv1/templates/stackdriver.json diff --git a/templates/terraform/constants/access_approval.go.erb b/mmv1/templates/terraform/constants/access_approval.go.erb similarity index 100% rename from templates/terraform/constants/access_approval.go.erb rename to mmv1/templates/terraform/constants/access_approval.go.erb diff --git a/templates/terraform/constants/backend_service.go.erb b/mmv1/templates/terraform/constants/backend_service.go.erb similarity index 100% rename from templates/terraform/constants/backend_service.go.erb rename to mmv1/templates/terraform/constants/backend_service.go.erb diff --git a/templates/terraform/constants/bigquery_data_transfer.go.erb b/mmv1/templates/terraform/constants/bigquery_data_transfer.go.erb similarity index 100% rename from templates/terraform/constants/bigquery_data_transfer.go.erb rename to mmv1/templates/terraform/constants/bigquery_data_transfer.go.erb diff --git a/templates/terraform/constants/bigquery_dataset.go.erb b/mmv1/templates/terraform/constants/bigquery_dataset.go.erb similarity index 100% rename from templates/terraform/constants/bigquery_dataset.go.erb rename to mmv1/templates/terraform/constants/bigquery_dataset.go.erb diff --git a/templates/terraform/constants/bigquery_dataset_access.go.erb b/mmv1/templates/terraform/constants/bigquery_dataset_access.go.erb similarity index 100% rename from templates/terraform/constants/bigquery_dataset_access.go.erb rename to mmv1/templates/terraform/constants/bigquery_dataset_access.go.erb diff --git a/templates/terraform/constants/bigquery_job.go b/mmv1/templates/terraform/constants/bigquery_job.go similarity index 100% rename from templates/terraform/constants/bigquery_job.go rename to mmv1/templates/terraform/constants/bigquery_job.go diff --git a/templates/terraform/constants/binaryauthorization_policy.erb b/mmv1/templates/terraform/constants/binaryauthorization_policy.erb similarity index 100% rename from templates/terraform/constants/binaryauthorization_policy.erb rename to mmv1/templates/terraform/constants/binaryauthorization_policy.erb diff --git a/templates/terraform/constants/certificate_authority.go.erb b/mmv1/templates/terraform/constants/certificate_authority.go.erb similarity index 100% rename from templates/terraform/constants/certificate_authority.go.erb rename to mmv1/templates/terraform/constants/certificate_authority.go.erb diff --git a/templates/terraform/constants/cloud_run_domain_mapping.go.erb b/mmv1/templates/terraform/constants/cloud_run_domain_mapping.go.erb similarity index 100% rename from templates/terraform/constants/cloud_run_domain_mapping.go.erb rename to mmv1/templates/terraform/constants/cloud_run_domain_mapping.go.erb diff --git a/templates/terraform/constants/cloud_run_service.go.erb b/mmv1/templates/terraform/constants/cloud_run_service.go.erb similarity index 100% rename from templates/terraform/constants/cloud_run_service.go.erb rename to mmv1/templates/terraform/constants/cloud_run_service.go.erb diff --git a/templates/terraform/constants/cloud_tasks_retry_config_custom_diff.go b/mmv1/templates/terraform/constants/cloud_tasks_retry_config_custom_diff.go similarity index 100% rename from templates/terraform/constants/cloud_tasks_retry_config_custom_diff.go rename to mmv1/templates/terraform/constants/cloud_tasks_retry_config_custom_diff.go diff --git a/templates/terraform/constants/cloudbuild_trigger.erb b/mmv1/templates/terraform/constants/cloudbuild_trigger.erb similarity index 100% rename from templates/terraform/constants/cloudbuild_trigger.erb rename to mmv1/templates/terraform/constants/cloudbuild_trigger.erb diff --git a/templates/terraform/constants/cloudiot.go.erb b/mmv1/templates/terraform/constants/cloudiot.go.erb similarity index 100% rename from templates/terraform/constants/cloudiot.go.erb rename to mmv1/templates/terraform/constants/cloudiot.go.erb diff --git a/templates/terraform/constants/deployment_manager_deployment.go.erb b/mmv1/templates/terraform/constants/deployment_manager_deployment.go.erb similarity index 100% rename from templates/terraform/constants/deployment_manager_deployment.go.erb rename to mmv1/templates/terraform/constants/deployment_manager_deployment.go.erb diff --git a/templates/terraform/constants/disk.erb b/mmv1/templates/terraform/constants/disk.erb similarity index 100% rename from templates/terraform/constants/disk.erb rename to mmv1/templates/terraform/constants/disk.erb diff --git a/templates/terraform/constants/domain_mapping.erb b/mmv1/templates/terraform/constants/domain_mapping.erb similarity index 100% rename from templates/terraform/constants/domain_mapping.erb rename to mmv1/templates/terraform/constants/domain_mapping.erb diff --git a/templates/terraform/constants/filestore.erb b/mmv1/templates/terraform/constants/filestore.erb similarity index 100% rename from templates/terraform/constants/filestore.erb rename to mmv1/templates/terraform/constants/filestore.erb diff --git a/templates/terraform/constants/firewall.erb b/mmv1/templates/terraform/constants/firewall.erb similarity index 100% rename from templates/terraform/constants/firewall.erb rename to mmv1/templates/terraform/constants/firewall.erb diff --git a/templates/terraform/constants/gameserver_cluster_custom_diff.go b/mmv1/templates/terraform/constants/gameserver_cluster_custom_diff.go similarity index 100% rename from templates/terraform/constants/gameserver_cluster_custom_diff.go rename to mmv1/templates/terraform/constants/gameserver_cluster_custom_diff.go diff --git a/templates/terraform/constants/health_check.erb b/mmv1/templates/terraform/constants/health_check.erb similarity index 100% rename from templates/terraform/constants/health_check.erb rename to mmv1/templates/terraform/constants/health_check.erb diff --git a/templates/terraform/constants/iam_workload_identity_pool.go.erb b/mmv1/templates/terraform/constants/iam_workload_identity_pool.go.erb similarity index 100% rename from templates/terraform/constants/iam_workload_identity_pool.go.erb rename to mmv1/templates/terraform/constants/iam_workload_identity_pool.go.erb diff --git a/templates/terraform/constants/iam_workload_identity_pool_provider.go.erb b/mmv1/templates/terraform/constants/iam_workload_identity_pool_provider.go.erb similarity index 100% rename from templates/terraform/constants/iam_workload_identity_pool_provider.go.erb rename to mmv1/templates/terraform/constants/iam_workload_identity_pool_provider.go.erb diff --git a/templates/terraform/constants/interconnect_attachment.go.erb b/mmv1/templates/terraform/constants/interconnect_attachment.go.erb similarity index 100% rename from templates/terraform/constants/interconnect_attachment.go.erb rename to mmv1/templates/terraform/constants/interconnect_attachment.go.erb diff --git a/templates/terraform/constants/monitoring_notification_channel.go.erb b/mmv1/templates/terraform/constants/monitoring_notification_channel.go.erb similarity index 100% rename from templates/terraform/constants/monitoring_notification_channel.go.erb rename to mmv1/templates/terraform/constants/monitoring_notification_channel.go.erb diff --git a/templates/terraform/constants/monitoring_slo.go.erb b/mmv1/templates/terraform/constants/monitoring_slo.go.erb similarity index 100% rename from templates/terraform/constants/monitoring_slo.go.erb rename to mmv1/templates/terraform/constants/monitoring_slo.go.erb diff --git a/templates/terraform/constants/region_backend_service.go.erb b/mmv1/templates/terraform/constants/region_backend_service.go.erb similarity index 100% rename from templates/terraform/constants/region_backend_service.go.erb rename to mmv1/templates/terraform/constants/region_backend_service.go.erb diff --git a/templates/terraform/constants/router.go.erb b/mmv1/templates/terraform/constants/router.go.erb similarity index 100% rename from templates/terraform/constants/router.go.erb rename to mmv1/templates/terraform/constants/router.go.erb diff --git a/templates/terraform/constants/router_nat.go.erb b/mmv1/templates/terraform/constants/router_nat.go.erb similarity index 100% rename from templates/terraform/constants/router_nat.go.erb rename to mmv1/templates/terraform/constants/router_nat.go.erb diff --git a/templates/terraform/constants/scheduler.erb b/mmv1/templates/terraform/constants/scheduler.erb similarity index 100% rename from templates/terraform/constants/scheduler.erb rename to mmv1/templates/terraform/constants/scheduler.erb diff --git a/templates/terraform/constants/secret_version.go.erb b/mmv1/templates/terraform/constants/secret_version.go.erb similarity index 100% rename from templates/terraform/constants/secret_version.go.erb rename to mmv1/templates/terraform/constants/secret_version.go.erb diff --git a/templates/terraform/constants/source_repo_repository.go.erb b/mmv1/templates/terraform/constants/source_repo_repository.go.erb similarity index 100% rename from templates/terraform/constants/source_repo_repository.go.erb rename to mmv1/templates/terraform/constants/source_repo_repository.go.erb diff --git a/templates/terraform/constants/spanner_database.go.erb b/mmv1/templates/terraform/constants/spanner_database.go.erb similarity index 100% rename from templates/terraform/constants/spanner_database.go.erb rename to mmv1/templates/terraform/constants/spanner_database.go.erb diff --git a/templates/terraform/constants/ssl_policy.erb b/mmv1/templates/terraform/constants/ssl_policy.erb similarity index 100% rename from templates/terraform/constants/ssl_policy.erb rename to mmv1/templates/terraform/constants/ssl_policy.erb diff --git a/templates/terraform/constants/subnetwork.erb b/mmv1/templates/terraform/constants/subnetwork.erb similarity index 100% rename from templates/terraform/constants/subnetwork.erb rename to mmv1/templates/terraform/constants/subnetwork.erb diff --git a/templates/terraform/constants/subscription.go.erb b/mmv1/templates/terraform/constants/subscription.go.erb similarity index 100% rename from templates/terraform/constants/subscription.go.erb rename to mmv1/templates/terraform/constants/subscription.go.erb diff --git a/templates/terraform/constants/tpu_node.erb b/mmv1/templates/terraform/constants/tpu_node.erb similarity index 100% rename from templates/terraform/constants/tpu_node.erb rename to mmv1/templates/terraform/constants/tpu_node.erb diff --git a/templates/terraform/constants/vpn_tunnel.erb b/mmv1/templates/terraform/constants/vpn_tunnel.erb similarity index 100% rename from templates/terraform/constants/vpn_tunnel.erb rename to mmv1/templates/terraform/constants/vpn_tunnel.erb diff --git a/templates/terraform/custom_check_destroy/appengine.go.erb b/mmv1/templates/terraform/custom_check_destroy/appengine.go.erb similarity index 100% rename from templates/terraform/custom_check_destroy/appengine.go.erb rename to mmv1/templates/terraform/custom_check_destroy/appengine.go.erb diff --git a/templates/terraform/custom_check_destroy/iam_workload_identity_pool.go.erb b/mmv1/templates/terraform/custom_check_destroy/iam_workload_identity_pool.go.erb similarity index 100% rename from templates/terraform/custom_check_destroy/iam_workload_identity_pool.go.erb rename to mmv1/templates/terraform/custom_check_destroy/iam_workload_identity_pool.go.erb diff --git a/templates/terraform/custom_check_destroy/iam_workload_identity_pool_provider.go.erb b/mmv1/templates/terraform/custom_check_destroy/iam_workload_identity_pool_provider.go.erb similarity index 100% rename from templates/terraform/custom_check_destroy/iam_workload_identity_pool_provider.go.erb rename to mmv1/templates/terraform/custom_check_destroy/iam_workload_identity_pool_provider.go.erb diff --git a/templates/terraform/custom_check_destroy/privateca_certificate_authority.go.erb b/mmv1/templates/terraform/custom_check_destroy/privateca_certificate_authority.go.erb similarity index 100% rename from templates/terraform/custom_check_destroy/privateca_certificate_authority.go.erb rename to mmv1/templates/terraform/custom_check_destroy/privateca_certificate_authority.go.erb diff --git a/templates/terraform/custom_check_destroy/skip_delete_during_test.go.erb b/mmv1/templates/terraform/custom_check_destroy/skip_delete_during_test.go.erb similarity index 100% rename from templates/terraform/custom_check_destroy/skip_delete_during_test.go.erb rename to mmv1/templates/terraform/custom_check_destroy/skip_delete_during_test.go.erb diff --git a/templates/terraform/custom_check_destroy/storage_hmac_key.go.erb b/mmv1/templates/terraform/custom_check_destroy/storage_hmac_key.go.erb similarity index 100% rename from templates/terraform/custom_check_destroy/storage_hmac_key.go.erb rename to mmv1/templates/terraform/custom_check_destroy/storage_hmac_key.go.erb diff --git a/templates/terraform/custom_create/gameservice_rollout_create.go b/mmv1/templates/terraform/custom_create/gameservice_rollout_create.go similarity index 100% rename from templates/terraform/custom_create/gameservice_rollout_create.go rename to mmv1/templates/terraform/custom_create/gameservice_rollout_create.go diff --git a/templates/terraform/custom_delete/active_directory_domain_trust.go.erb b/mmv1/templates/terraform/custom_delete/active_directory_domain_trust.go.erb similarity index 100% rename from templates/terraform/custom_delete/active_directory_domain_trust.go.erb rename to mmv1/templates/terraform/custom_delete/active_directory_domain_trust.go.erb diff --git a/templates/terraform/custom_delete/appversion_delete.go.erb b/mmv1/templates/terraform/custom_delete/appversion_delete.go.erb similarity index 100% rename from templates/terraform/custom_delete/appversion_delete.go.erb rename to mmv1/templates/terraform/custom_delete/appversion_delete.go.erb diff --git a/templates/terraform/custom_delete/clear_folder_access_approval_settings.go.erb b/mmv1/templates/terraform/custom_delete/clear_folder_access_approval_settings.go.erb similarity index 100% rename from templates/terraform/custom_delete/clear_folder_access_approval_settings.go.erb rename to mmv1/templates/terraform/custom_delete/clear_folder_access_approval_settings.go.erb diff --git a/templates/terraform/custom_delete/clear_organization_access_approval_settings.go.erb b/mmv1/templates/terraform/custom_delete/clear_organization_access_approval_settings.go.erb similarity index 100% rename from templates/terraform/custom_delete/clear_organization_access_approval_settings.go.erb rename to mmv1/templates/terraform/custom_delete/clear_organization_access_approval_settings.go.erb diff --git a/templates/terraform/custom_delete/clear_project_access_approval_settings.go.erb b/mmv1/templates/terraform/custom_delete/clear_project_access_approval_settings.go.erb similarity index 100% rename from templates/terraform/custom_delete/clear_project_access_approval_settings.go.erb rename to mmv1/templates/terraform/custom_delete/clear_project_access_approval_settings.go.erb diff --git a/templates/terraform/custom_delete/kms_crypto_key.erb b/mmv1/templates/terraform/custom_delete/kms_crypto_key.erb similarity index 100% rename from templates/terraform/custom_delete/kms_crypto_key.erb rename to mmv1/templates/terraform/custom_delete/kms_crypto_key.erb diff --git a/templates/terraform/custom_delete/per_instance_config.go.erb b/mmv1/templates/terraform/custom_delete/per_instance_config.go.erb similarity index 100% rename from templates/terraform/custom_delete/per_instance_config.go.erb rename to mmv1/templates/terraform/custom_delete/per_instance_config.go.erb diff --git a/templates/terraform/custom_delete/region_per_instance_config.go.erb b/mmv1/templates/terraform/custom_delete/region_per_instance_config.go.erb similarity index 100% rename from templates/terraform/custom_delete/region_per_instance_config.go.erb rename to mmv1/templates/terraform/custom_delete/region_per_instance_config.go.erb diff --git a/templates/terraform/custom_delete/replace_all_access_levels_empty_list.go.erb b/mmv1/templates/terraform/custom_delete/replace_all_access_levels_empty_list.go.erb similarity index 100% rename from templates/terraform/custom_delete/replace_all_access_levels_empty_list.go.erb rename to mmv1/templates/terraform/custom_delete/replace_all_access_levels_empty_list.go.erb diff --git a/templates/terraform/custom_delete/replace_all_service_perimeters_empty_list.go.erb b/mmv1/templates/terraform/custom_delete/replace_all_service_perimeters_empty_list.go.erb similarity index 100% rename from templates/terraform/custom_delete/replace_all_service_perimeters_empty_list.go.erb rename to mmv1/templates/terraform/custom_delete/replace_all_service_perimeters_empty_list.go.erb diff --git a/templates/terraform/custom_expand/base64.go.erb b/mmv1/templates/terraform/custom_expand/base64.go.erb similarity index 100% rename from templates/terraform/custom_expand/base64.go.erb rename to mmv1/templates/terraform/custom_expand/base64.go.erb diff --git a/templates/terraform/custom_expand/bigquery_access_role.go.erb b/mmv1/templates/terraform/custom_expand/bigquery_access_role.go.erb similarity index 100% rename from templates/terraform/custom_expand/bigquery_access_role.go.erb rename to mmv1/templates/terraform/custom_expand/bigquery_access_role.go.erb diff --git a/templates/terraform/custom_expand/bigquery_dataset_ref.go.erb b/mmv1/templates/terraform/custom_expand/bigquery_dataset_ref.go.erb similarity index 100% rename from templates/terraform/custom_expand/bigquery_dataset_ref.go.erb rename to mmv1/templates/terraform/custom_expand/bigquery_dataset_ref.go.erb diff --git a/templates/terraform/custom_expand/bigquery_routine_ref.go.erb b/mmv1/templates/terraform/custom_expand/bigquery_routine_ref.go.erb similarity index 100% rename from templates/terraform/custom_expand/bigquery_routine_ref.go.erb rename to mmv1/templates/terraform/custom_expand/bigquery_routine_ref.go.erb diff --git a/templates/terraform/custom_expand/bigquery_table_ref.go.erb b/mmv1/templates/terraform/custom_expand/bigquery_table_ref.go.erb similarity index 100% rename from templates/terraform/custom_expand/bigquery_table_ref.go.erb rename to mmv1/templates/terraform/custom_expand/bigquery_table_ref.go.erb diff --git a/templates/terraform/custom_expand/bigquery_table_ref_array.go.erb b/mmv1/templates/terraform/custom_expand/bigquery_table_ref_array.go.erb similarity index 100% rename from templates/terraform/custom_expand/bigquery_table_ref_array.go.erb rename to mmv1/templates/terraform/custom_expand/bigquery_table_ref_array.go.erb diff --git a/templates/terraform/custom_expand/bigtable_app_profile_routing.erb b/mmv1/templates/terraform/custom_expand/bigtable_app_profile_routing.erb similarity index 100% rename from templates/terraform/custom_expand/bigtable_app_profile_routing.erb rename to mmv1/templates/terraform/custom_expand/bigtable_app_profile_routing.erb diff --git a/templates/terraform/custom_expand/binaryauthorization_attestors.erb b/mmv1/templates/terraform/custom_expand/binaryauthorization_attestors.erb similarity index 100% rename from templates/terraform/custom_expand/binaryauthorization_attestors.erb rename to mmv1/templates/terraform/custom_expand/binaryauthorization_attestors.erb diff --git a/templates/terraform/custom_expand/bool_to_object.go.erb b/mmv1/templates/terraform/custom_expand/bool_to_object.go.erb similarity index 100% rename from templates/terraform/custom_expand/bool_to_object.go.erb rename to mmv1/templates/terraform/custom_expand/bool_to_object.go.erb diff --git a/templates/terraform/custom_expand/cloud_run_service_revision_name.erb b/mmv1/templates/terraform/custom_expand/cloud_run_service_revision_name.erb similarity index 100% rename from templates/terraform/custom_expand/cloud_run_service_revision_name.erb rename to mmv1/templates/terraform/custom_expand/cloud_run_service_revision_name.erb diff --git a/templates/terraform/custom_expand/compute_full_url.erb b/mmv1/templates/terraform/custom_expand/compute_full_url.erb similarity index 100% rename from templates/terraform/custom_expand/compute_full_url.erb rename to mmv1/templates/terraform/custom_expand/compute_full_url.erb diff --git a/templates/terraform/custom_expand/computed_lite_subscription_topic.erb b/mmv1/templates/terraform/custom_expand/computed_lite_subscription_topic.erb similarity index 100% rename from templates/terraform/custom_expand/computed_lite_subscription_topic.erb rename to mmv1/templates/terraform/custom_expand/computed_lite_subscription_topic.erb diff --git a/templates/terraform/custom_expand/computed_subscription_topic.erb b/mmv1/templates/terraform/custom_expand/computed_subscription_topic.erb similarity index 100% rename from templates/terraform/custom_expand/computed_subscription_topic.erb rename to mmv1/templates/terraform/custom_expand/computed_subscription_topic.erb diff --git a/templates/terraform/custom_expand/container_analysis_note.erb b/mmv1/templates/terraform/custom_expand/container_analysis_note.erb similarity index 100% rename from templates/terraform/custom_expand/container_analysis_note.erb rename to mmv1/templates/terraform/custom_expand/container_analysis_note.erb diff --git a/templates/terraform/custom_expand/data_catalog_tag.go.erb b/mmv1/templates/terraform/custom_expand/data_catalog_tag.go.erb similarity index 100% rename from templates/terraform/custom_expand/data_catalog_tag.go.erb rename to mmv1/templates/terraform/custom_expand/data_catalog_tag.go.erb diff --git a/templates/terraform/custom_expand/days_to_duration_string.go.erb b/mmv1/templates/terraform/custom_expand/days_to_duration_string.go.erb similarity index 100% rename from templates/terraform/custom_expand/days_to_duration_string.go.erb rename to mmv1/templates/terraform/custom_expand/days_to_duration_string.go.erb diff --git a/templates/terraform/custom_expand/default_to_project.go.erb b/mmv1/templates/terraform/custom_expand/default_to_project.go.erb similarity index 100% rename from templates/terraform/custom_expand/default_to_project.go.erb rename to mmv1/templates/terraform/custom_expand/default_to_project.go.erb diff --git a/templates/terraform/custom_expand/dns_managed_zone_private_visibility_config.go.erb b/mmv1/templates/terraform/custom_expand/dns_managed_zone_private_visibility_config.go.erb similarity index 100% rename from templates/terraform/custom_expand/dns_managed_zone_private_visibility_config.go.erb rename to mmv1/templates/terraform/custom_expand/dns_managed_zone_private_visibility_config.go.erb diff --git a/templates/terraform/custom_expand/firewall_log_config.go.erb b/mmv1/templates/terraform/custom_expand/firewall_log_config.go.erb similarity index 100% rename from templates/terraform/custom_expand/firewall_log_config.go.erb rename to mmv1/templates/terraform/custom_expand/firewall_log_config.go.erb diff --git a/templates/terraform/custom_expand/json_schema.erb b/mmv1/templates/terraform/custom_expand/json_schema.erb similarity index 100% rename from templates/terraform/custom_expand/json_schema.erb rename to mmv1/templates/terraform/custom_expand/json_schema.erb diff --git a/templates/terraform/custom_expand/name_or_name_prefix.go.erb b/mmv1/templates/terraform/custom_expand/name_or_name_prefix.go.erb similarity index 100% rename from templates/terraform/custom_expand/name_or_name_prefix.go.erb rename to mmv1/templates/terraform/custom_expand/name_or_name_prefix.go.erb diff --git a/templates/terraform/custom_expand/network_full_url.erb b/mmv1/templates/terraform/custom_expand/network_full_url.erb similarity index 100% rename from templates/terraform/custom_expand/network_full_url.erb rename to mmv1/templates/terraform/custom_expand/network_full_url.erb diff --git a/templates/terraform/custom_expand/network_management_connectivity_test_name.go.erb b/mmv1/templates/terraform/custom_expand/network_management_connectivity_test_name.go.erb similarity index 100% rename from templates/terraform/custom_expand/network_management_connectivity_test_name.go.erb rename to mmv1/templates/terraform/custom_expand/network_management_connectivity_test_name.go.erb diff --git a/templates/terraform/custom_expand/preserved_state_disks.go.erb b/mmv1/templates/terraform/custom_expand/preserved_state_disks.go.erb similarity index 100% rename from templates/terraform/custom_expand/preserved_state_disks.go.erb rename to mmv1/templates/terraform/custom_expand/preserved_state_disks.go.erb diff --git a/templates/terraform/custom_expand/qualify_queue_name.go.erb b/mmv1/templates/terraform/custom_expand/qualify_queue_name.go.erb similarity index 100% rename from templates/terraform/custom_expand/qualify_queue_name.go.erb rename to mmv1/templates/terraform/custom_expand/qualify_queue_name.go.erb diff --git a/templates/terraform/custom_expand/redis_instance_authorized_network.erb b/mmv1/templates/terraform/custom_expand/redis_instance_authorized_network.erb similarity index 100% rename from templates/terraform/custom_expand/redis_instance_authorized_network.erb rename to mmv1/templates/terraform/custom_expand/redis_instance_authorized_network.erb diff --git a/templates/terraform/custom_expand/reference_to_backend.erb b/mmv1/templates/terraform/custom_expand/reference_to_backend.erb similarity index 100% rename from templates/terraform/custom_expand/reference_to_backend.erb rename to mmv1/templates/terraform/custom_expand/reference_to_backend.erb diff --git a/templates/terraform/custom_expand/resource_from_self_link.go.erb b/mmv1/templates/terraform/custom_expand/resource_from_self_link.go.erb similarity index 100% rename from templates/terraform/custom_expand/resource_from_self_link.go.erb rename to mmv1/templates/terraform/custom_expand/resource_from_self_link.go.erb diff --git a/templates/terraform/custom_expand/resourceref_as_string.go.erb b/mmv1/templates/terraform/custom_expand/resourceref_as_string.go.erb similarity index 100% rename from templates/terraform/custom_expand/resourceref_as_string.go.erb rename to mmv1/templates/terraform/custom_expand/resourceref_as_string.go.erb diff --git a/templates/terraform/custom_expand/route_gateway.erb b/mmv1/templates/terraform/custom_expand/route_gateway.erb similarity index 100% rename from templates/terraform/custom_expand/route_gateway.erb rename to mmv1/templates/terraform/custom_expand/route_gateway.erb diff --git a/templates/terraform/custom_expand/route_instance.erb b/mmv1/templates/terraform/custom_expand/route_instance.erb similarity index 100% rename from templates/terraform/custom_expand/route_instance.erb rename to mmv1/templates/terraform/custom_expand/route_instance.erb diff --git a/templates/terraform/custom_expand/sd_full_url.erb b/mmv1/templates/terraform/custom_expand/sd_full_url.erb similarity index 100% rename from templates/terraform/custom_expand/sd_full_url.erb rename to mmv1/templates/terraform/custom_expand/sd_full_url.erb diff --git a/templates/terraform/custom_expand/secret_version_enable.go.erb b/mmv1/templates/terraform/custom_expand/secret_version_enable.go.erb similarity index 100% rename from templates/terraform/custom_expand/secret_version_enable.go.erb rename to mmv1/templates/terraform/custom_expand/secret_version_enable.go.erb diff --git a/templates/terraform/custom_expand/self_link_from_name.erb b/mmv1/templates/terraform/custom_expand/self_link_from_name.erb similarity index 100% rename from templates/terraform/custom_expand/self_link_from_name.erb rename to mmv1/templates/terraform/custom_expand/self_link_from_name.erb diff --git a/templates/terraform/custom_expand/set_to_list.erb b/mmv1/templates/terraform/custom_expand/set_to_list.erb similarity index 100% rename from templates/terraform/custom_expand/set_to_list.erb rename to mmv1/templates/terraform/custom_expand/set_to_list.erb diff --git a/templates/terraform/custom_expand/shortname_to_url.go.erb b/mmv1/templates/terraform/custom_expand/shortname_to_url.go.erb similarity index 100% rename from templates/terraform/custom_expand/shortname_to_url.go.erb rename to mmv1/templates/terraform/custom_expand/shortname_to_url.go.erb diff --git a/templates/terraform/custom_expand/spanner_instance_config.go.erb b/mmv1/templates/terraform/custom_expand/spanner_instance_config.go.erb similarity index 100% rename from templates/terraform/custom_expand/spanner_instance_config.go.erb rename to mmv1/templates/terraform/custom_expand/spanner_instance_config.go.erb diff --git a/templates/terraform/custom_expand/subnetwork_log_config.go.erb b/mmv1/templates/terraform/custom_expand/subnetwork_log_config.go.erb similarity index 100% rename from templates/terraform/custom_expand/subnetwork_log_config.go.erb rename to mmv1/templates/terraform/custom_expand/subnetwork_log_config.go.erb diff --git a/templates/terraform/custom_flatten/bigquery_connection_flatten.go.erb b/mmv1/templates/terraform/custom_flatten/bigquery_connection_flatten.go.erb similarity index 100% rename from templates/terraform/custom_flatten/bigquery_connection_flatten.go.erb rename to mmv1/templates/terraform/custom_flatten/bigquery_connection_flatten.go.erb diff --git a/templates/terraform/custom_flatten/bigquery_dataset_location.go.erb b/mmv1/templates/terraform/custom_flatten/bigquery_dataset_location.go.erb similarity index 100% rename from templates/terraform/custom_flatten/bigquery_dataset_location.go.erb rename to mmv1/templates/terraform/custom_flatten/bigquery_dataset_location.go.erb diff --git a/templates/terraform/custom_flatten/bigquery_dataset_ref.go.erb b/mmv1/templates/terraform/custom_flatten/bigquery_dataset_ref.go.erb similarity index 100% rename from templates/terraform/custom_flatten/bigquery_dataset_ref.go.erb rename to mmv1/templates/terraform/custom_flatten/bigquery_dataset_ref.go.erb diff --git a/templates/terraform/custom_flatten/bigquery_table_ref.go.erb b/mmv1/templates/terraform/custom_flatten/bigquery_table_ref.go.erb similarity index 100% rename from templates/terraform/custom_flatten/bigquery_table_ref.go.erb rename to mmv1/templates/terraform/custom_flatten/bigquery_table_ref.go.erb diff --git a/templates/terraform/custom_flatten/bigquery_table_ref_copy_destinationtable.go.erb b/mmv1/templates/terraform/custom_flatten/bigquery_table_ref_copy_destinationtable.go.erb similarity index 100% rename from templates/terraform/custom_flatten/bigquery_table_ref_copy_destinationtable.go.erb rename to mmv1/templates/terraform/custom_flatten/bigquery_table_ref_copy_destinationtable.go.erb diff --git a/templates/terraform/custom_flatten/bigquery_table_ref_copy_sourcetables.go.erb b/mmv1/templates/terraform/custom_flatten/bigquery_table_ref_copy_sourcetables.go.erb similarity index 100% rename from templates/terraform/custom_flatten/bigquery_table_ref_copy_sourcetables.go.erb rename to mmv1/templates/terraform/custom_flatten/bigquery_table_ref_copy_sourcetables.go.erb diff --git a/templates/terraform/custom_flatten/bigquery_table_ref_extract_sourcetable.go.erb b/mmv1/templates/terraform/custom_flatten/bigquery_table_ref_extract_sourcetable.go.erb similarity index 100% rename from templates/terraform/custom_flatten/bigquery_table_ref_extract_sourcetable.go.erb rename to mmv1/templates/terraform/custom_flatten/bigquery_table_ref_extract_sourcetable.go.erb diff --git a/templates/terraform/custom_flatten/bigquery_table_ref_load_destinationtable.go.erb b/mmv1/templates/terraform/custom_flatten/bigquery_table_ref_load_destinationtable.go.erb similarity index 100% rename from templates/terraform/custom_flatten/bigquery_table_ref_load_destinationtable.go.erb rename to mmv1/templates/terraform/custom_flatten/bigquery_table_ref_load_destinationtable.go.erb diff --git a/templates/terraform/custom_flatten/bigquery_table_ref_query_destinationtable.go.erb b/mmv1/templates/terraform/custom_flatten/bigquery_table_ref_query_destinationtable.go.erb similarity index 100% rename from templates/terraform/custom_flatten/bigquery_table_ref_query_destinationtable.go.erb rename to mmv1/templates/terraform/custom_flatten/bigquery_table_ref_query_destinationtable.go.erb diff --git a/templates/terraform/custom_flatten/bigtable_app_profile_routing.erb b/mmv1/templates/terraform/custom_flatten/bigtable_app_profile_routing.erb similarity index 100% rename from templates/terraform/custom_flatten/bigtable_app_profile_routing.erb rename to mmv1/templates/terraform/custom_flatten/bigtable_app_profile_routing.erb diff --git a/templates/terraform/custom_flatten/cloudrun_ignore_force_override.go.erb b/mmv1/templates/terraform/custom_flatten/cloudrun_ignore_force_override.go.erb similarity index 100% rename from templates/terraform/custom_flatten/cloudrun_ignore_force_override.go.erb rename to mmv1/templates/terraform/custom_flatten/cloudrun_ignore_force_override.go.erb diff --git a/templates/terraform/custom_flatten/cloudscheduler_job_appenginerouting.go.erb b/mmv1/templates/terraform/custom_flatten/cloudscheduler_job_appenginerouting.go.erb similarity index 100% rename from templates/terraform/custom_flatten/cloudscheduler_job_appenginerouting.go.erb rename to mmv1/templates/terraform/custom_flatten/cloudscheduler_job_appenginerouting.go.erb diff --git a/templates/terraform/custom_flatten/cloudtasks_queue_appenginerouting.go.erb b/mmv1/templates/terraform/custom_flatten/cloudtasks_queue_appenginerouting.go.erb similarity index 100% rename from templates/terraform/custom_flatten/cloudtasks_queue_appenginerouting.go.erb rename to mmv1/templates/terraform/custom_flatten/cloudtasks_queue_appenginerouting.go.erb diff --git a/templates/terraform/custom_flatten/compute_backend_service_iap_oauth2_client_secret.go.erb b/mmv1/templates/terraform/custom_flatten/compute_backend_service_iap_oauth2_client_secret.go.erb similarity index 100% rename from templates/terraform/custom_flatten/compute_backend_service_iap_oauth2_client_secret.go.erb rename to mmv1/templates/terraform/custom_flatten/compute_backend_service_iap_oauth2_client_secret.go.erb diff --git a/templates/terraform/custom_flatten/compute_snapshot_snapshot_encryption_raw_key.go.erb b/mmv1/templates/terraform/custom_flatten/compute_snapshot_snapshot_encryption_raw_key.go.erb similarity index 100% rename from templates/terraform/custom_flatten/compute_snapshot_snapshot_encryption_raw_key.go.erb rename to mmv1/templates/terraform/custom_flatten/compute_snapshot_snapshot_encryption_raw_key.go.erb diff --git a/templates/terraform/custom_flatten/data_catalog_tag.go.erb b/mmv1/templates/terraform/custom_flatten/data_catalog_tag.go.erb similarity index 100% rename from templates/terraform/custom_flatten/data_catalog_tag.go.erb rename to mmv1/templates/terraform/custom_flatten/data_catalog_tag.go.erb diff --git a/templates/terraform/custom_flatten/default_if_empty.erb b/mmv1/templates/terraform/custom_flatten/default_if_empty.erb similarity index 100% rename from templates/terraform/custom_flatten/default_if_empty.erb rename to mmv1/templates/terraform/custom_flatten/default_if_empty.erb diff --git a/templates/terraform/custom_flatten/duration_string_to_days.go.erb b/mmv1/templates/terraform/custom_flatten/duration_string_to_days.go.erb similarity index 100% rename from templates/terraform/custom_flatten/duration_string_to_days.go.erb rename to mmv1/templates/terraform/custom_flatten/duration_string_to_days.go.erb diff --git a/templates/terraform/custom_flatten/firewall_log_config.go.erb b/mmv1/templates/terraform/custom_flatten/firewall_log_config.go.erb similarity index 100% rename from templates/terraform/custom_flatten/firewall_log_config.go.erb rename to mmv1/templates/terraform/custom_flatten/firewall_log_config.go.erb diff --git a/templates/terraform/custom_flatten/float64_to_int.go.erb b/mmv1/templates/terraform/custom_flatten/float64_to_int.go.erb similarity index 100% rename from templates/terraform/custom_flatten/float64_to_int.go.erb rename to mmv1/templates/terraform/custom_flatten/float64_to_int.go.erb diff --git a/templates/terraform/custom_flatten/float64_to_string.go.erb b/mmv1/templates/terraform/custom_flatten/float64_to_string.go.erb similarity index 100% rename from templates/terraform/custom_flatten/float64_to_string.go.erb rename to mmv1/templates/terraform/custom_flatten/float64_to_string.go.erb diff --git a/templates/terraform/custom_flatten/full_to_relative_path.erb b/mmv1/templates/terraform/custom_flatten/full_to_relative_path.erb similarity index 100% rename from templates/terraform/custom_flatten/full_to_relative_path.erb rename to mmv1/templates/terraform/custom_flatten/full_to_relative_path.erb diff --git a/templates/terraform/custom_flatten/group_id_to_name.erb b/mmv1/templates/terraform/custom_flatten/group_id_to_name.erb similarity index 100% rename from templates/terraform/custom_flatten/group_id_to_name.erb rename to mmv1/templates/terraform/custom_flatten/group_id_to_name.erb diff --git a/templates/terraform/custom_flatten/guard_self_link.go.erb b/mmv1/templates/terraform/custom_flatten/guard_self_link.go.erb similarity index 100% rename from templates/terraform/custom_flatten/guard_self_link.go.erb rename to mmv1/templates/terraform/custom_flatten/guard_self_link.go.erb diff --git a/templates/terraform/custom_flatten/guard_self_link_array.go.erb b/mmv1/templates/terraform/custom_flatten/guard_self_link_array.go.erb similarity index 100% rename from templates/terraform/custom_flatten/guard_self_link_array.go.erb rename to mmv1/templates/terraform/custom_flatten/guard_self_link_array.go.erb diff --git a/templates/terraform/custom_flatten/health_check_log_config.go.erb b/mmv1/templates/terraform/custom_flatten/health_check_log_config.go.erb similarity index 100% rename from templates/terraform/custom_flatten/health_check_log_config.go.erb rename to mmv1/templates/terraform/custom_flatten/health_check_log_config.go.erb diff --git a/templates/terraform/custom_flatten/http_headers.erb b/mmv1/templates/terraform/custom_flatten/http_headers.erb similarity index 100% rename from templates/terraform/custom_flatten/http_headers.erb rename to mmv1/templates/terraform/custom_flatten/http_headers.erb diff --git a/templates/terraform/custom_flatten/id_from_name.erb b/mmv1/templates/terraform/custom_flatten/id_from_name.erb similarity index 100% rename from templates/terraform/custom_flatten/id_from_name.erb rename to mmv1/templates/terraform/custom_flatten/id_from_name.erb diff --git a/templates/terraform/custom_flatten/json_schema.erb b/mmv1/templates/terraform/custom_flatten/json_schema.erb similarity index 100% rename from templates/terraform/custom_flatten/json_schema.erb rename to mmv1/templates/terraform/custom_flatten/json_schema.erb diff --git a/templates/terraform/custom_flatten/json_to_string_map.go.erb b/mmv1/templates/terraform/custom_flatten/json_to_string_map.go.erb similarity index 100% rename from templates/terraform/custom_flatten/json_to_string_map.go.erb rename to mmv1/templates/terraform/custom_flatten/json_to_string_map.go.erb diff --git a/templates/terraform/custom_flatten/name_from_self_link.erb b/mmv1/templates/terraform/custom_flatten/name_from_self_link.erb similarity index 100% rename from templates/terraform/custom_flatten/name_from_self_link.erb rename to mmv1/templates/terraform/custom_flatten/name_from_self_link.erb diff --git a/templates/terraform/custom_flatten/object_to_bool.go.erb b/mmv1/templates/terraform/custom_flatten/object_to_bool.go.erb similarity index 100% rename from templates/terraform/custom_flatten/object_to_bool.go.erb rename to mmv1/templates/terraform/custom_flatten/object_to_bool.go.erb diff --git a/templates/terraform/custom_flatten/preserved_state_disks.go.erb b/mmv1/templates/terraform/custom_flatten/preserved_state_disks.go.erb similarity index 100% rename from templates/terraform/custom_flatten/preserved_state_disks.go.erb rename to mmv1/templates/terraform/custom_flatten/preserved_state_disks.go.erb diff --git a/templates/terraform/custom_flatten/repository_short_name_from_name.go.erb b/mmv1/templates/terraform/custom_flatten/repository_short_name_from_name.go.erb similarity index 100% rename from templates/terraform/custom_flatten/repository_short_name_from_name.go.erb rename to mmv1/templates/terraform/custom_flatten/repository_short_name_from_name.go.erb diff --git a/templates/terraform/custom_flatten/scan_config_auth_custom_password.go.erb b/mmv1/templates/terraform/custom_flatten/scan_config_auth_custom_password.go.erb similarity index 100% rename from templates/terraform/custom_flatten/scan_config_auth_custom_password.go.erb rename to mmv1/templates/terraform/custom_flatten/scan_config_auth_custom_password.go.erb diff --git a/templates/terraform/custom_flatten/scan_config_auth_google_password.go.erb b/mmv1/templates/terraform/custom_flatten/scan_config_auth_google_password.go.erb similarity index 100% rename from templates/terraform/custom_flatten/scan_config_auth_google_password.go.erb rename to mmv1/templates/terraform/custom_flatten/scan_config_auth_google_password.go.erb diff --git a/templates/terraform/custom_flatten/secret_version_access.go.erb b/mmv1/templates/terraform/custom_flatten/secret_version_access.go.erb similarity index 100% rename from templates/terraform/custom_flatten/secret_version_access.go.erb rename to mmv1/templates/terraform/custom_flatten/secret_version_access.go.erb diff --git a/templates/terraform/custom_flatten/secret_version_enable.go.erb b/mmv1/templates/terraform/custom_flatten/secret_version_enable.go.erb similarity index 100% rename from templates/terraform/custom_flatten/secret_version_enable.go.erb rename to mmv1/templates/terraform/custom_flatten/secret_version_enable.go.erb diff --git a/templates/terraform/custom_flatten/set_to_project.go.erb b/mmv1/templates/terraform/custom_flatten/set_to_project.go.erb similarity index 100% rename from templates/terraform/custom_flatten/set_to_project.go.erb rename to mmv1/templates/terraform/custom_flatten/set_to_project.go.erb diff --git a/templates/terraform/custom_flatten/sha256.erb b/mmv1/templates/terraform/custom_flatten/sha256.erb similarity index 100% rename from templates/terraform/custom_flatten/sha256.erb rename to mmv1/templates/terraform/custom_flatten/sha256.erb diff --git a/templates/terraform/custom_flatten/subnetwork_log_config.go.erb b/mmv1/templates/terraform/custom_flatten/subnetwork_log_config.go.erb similarity index 100% rename from templates/terraform/custom_flatten/subnetwork_log_config.go.erb rename to mmv1/templates/terraform/custom_flatten/subnetwork_log_config.go.erb diff --git a/templates/terraform/custom_flatten/uptime_check_http_password.erb b/mmv1/templates/terraform/custom_flatten/uptime_check_http_password.erb similarity index 100% rename from templates/terraform/custom_flatten/uptime_check_http_password.erb rename to mmv1/templates/terraform/custom_flatten/uptime_check_http_password.erb diff --git a/templates/terraform/custom_import/access_context_manager_service_perimeter_resource.go.erb b/mmv1/templates/terraform/custom_import/access_context_manager_service_perimeter_resource.go.erb similarity index 100% rename from templates/terraform/custom_import/access_context_manager_service_perimeter_resource.go.erb rename to mmv1/templates/terraform/custom_import/access_context_manager_service_perimeter_resource.go.erb diff --git a/templates/terraform/custom_import/apigee_organization.go.erb b/mmv1/templates/terraform/custom_import/apigee_organization.go.erb similarity index 100% rename from templates/terraform/custom_import/apigee_organization.go.erb rename to mmv1/templates/terraform/custom_import/apigee_organization.go.erb diff --git a/templates/terraform/custom_import/cloud_asset_feed.go.erb b/mmv1/templates/terraform/custom_import/cloud_asset_feed.go.erb similarity index 100% rename from templates/terraform/custom_import/cloud_asset_feed.go.erb rename to mmv1/templates/terraform/custom_import/cloud_asset_feed.go.erb diff --git a/templates/terraform/custom_import/compute_global_network_endpoint.go.erb b/mmv1/templates/terraform/custom_import/compute_global_network_endpoint.go.erb similarity index 100% rename from templates/terraform/custom_import/compute_global_network_endpoint.go.erb rename to mmv1/templates/terraform/custom_import/compute_global_network_endpoint.go.erb diff --git a/templates/terraform/custom_import/data_catalog_entry.go.erb b/mmv1/templates/terraform/custom_import/data_catalog_entry.go.erb similarity index 100% rename from templates/terraform/custom_import/data_catalog_entry.go.erb rename to mmv1/templates/terraform/custom_import/data_catalog_entry.go.erb diff --git a/templates/terraform/custom_import/data_catalog_entry_group.go.erb b/mmv1/templates/terraform/custom_import/data_catalog_entry_group.go.erb similarity index 100% rename from templates/terraform/custom_import/data_catalog_entry_group.go.erb rename to mmv1/templates/terraform/custom_import/data_catalog_entry_group.go.erb diff --git a/templates/terraform/custom_import/data_catalog_tag.go.erb b/mmv1/templates/terraform/custom_import/data_catalog_tag.go.erb similarity index 100% rename from templates/terraform/custom_import/data_catalog_tag.go.erb rename to mmv1/templates/terraform/custom_import/data_catalog_tag.go.erb diff --git a/templates/terraform/custom_import/data_catalog_tag_template.go.erb b/mmv1/templates/terraform/custom_import/data_catalog_tag_template.go.erb similarity index 100% rename from templates/terraform/custom_import/data_catalog_tag_template.go.erb rename to mmv1/templates/terraform/custom_import/data_catalog_tag_template.go.erb diff --git a/templates/terraform/custom_import/dlp_import.go.erb b/mmv1/templates/terraform/custom_import/dlp_import.go.erb similarity index 100% rename from templates/terraform/custom_import/dlp_import.go.erb rename to mmv1/templates/terraform/custom_import/dlp_import.go.erb diff --git a/templates/terraform/custom_import/extract_taxonomy.go.erb b/mmv1/templates/terraform/custom_import/extract_taxonomy.go.erb similarity index 100% rename from templates/terraform/custom_import/extract_taxonomy.go.erb rename to mmv1/templates/terraform/custom_import/extract_taxonomy.go.erb diff --git a/templates/terraform/custom_import/firestore_document.go.erb b/mmv1/templates/terraform/custom_import/firestore_document.go.erb similarity index 100% rename from templates/terraform/custom_import/firestore_document.go.erb rename to mmv1/templates/terraform/custom_import/firestore_document.go.erb diff --git a/templates/terraform/custom_import/healthcare_dicom_store.go.erb b/mmv1/templates/terraform/custom_import/healthcare_dicom_store.go.erb similarity index 100% rename from templates/terraform/custom_import/healthcare_dicom_store.go.erb rename to mmv1/templates/terraform/custom_import/healthcare_dicom_store.go.erb diff --git a/templates/terraform/custom_import/healthcare_fhir_store.go.erb b/mmv1/templates/terraform/custom_import/healthcare_fhir_store.go.erb similarity index 100% rename from templates/terraform/custom_import/healthcare_fhir_store.go.erb rename to mmv1/templates/terraform/custom_import/healthcare_fhir_store.go.erb diff --git a/templates/terraform/custom_import/healthcare_hl7_v2_store.go.erb b/mmv1/templates/terraform/custom_import/healthcare_hl7_v2_store.go.erb similarity index 100% rename from templates/terraform/custom_import/healthcare_hl7_v2_store.go.erb rename to mmv1/templates/terraform/custom_import/healthcare_hl7_v2_store.go.erb diff --git a/templates/terraform/custom_import/iap_brand.go.erb b/mmv1/templates/terraform/custom_import/iap_brand.go.erb similarity index 100% rename from templates/terraform/custom_import/iap_brand.go.erb rename to mmv1/templates/terraform/custom_import/iap_brand.go.erb diff --git a/templates/terraform/custom_import/iap_client.go.erb b/mmv1/templates/terraform/custom_import/iap_client.go.erb similarity index 100% rename from templates/terraform/custom_import/iap_client.go.erb rename to mmv1/templates/terraform/custom_import/iap_client.go.erb diff --git a/templates/terraform/custom_import/index_self_link_as_name_set_project.go.erb b/mmv1/templates/terraform/custom_import/index_self_link_as_name_set_project.go.erb similarity index 100% rename from templates/terraform/custom_import/index_self_link_as_name_set_project.go.erb rename to mmv1/templates/terraform/custom_import/index_self_link_as_name_set_project.go.erb diff --git a/templates/terraform/custom_import/kms_crypto_key.go.erb b/mmv1/templates/terraform/custom_import/kms_crypto_key.go.erb similarity index 100% rename from templates/terraform/custom_import/kms_crypto_key.go.erb rename to mmv1/templates/terraform/custom_import/kms_crypto_key.go.erb diff --git a/templates/terraform/custom_import/kms_key_ring_import_job.go.erb b/mmv1/templates/terraform/custom_import/kms_key_ring_import_job.go.erb similarity index 100% rename from templates/terraform/custom_import/kms_key_ring_import_job.go.erb rename to mmv1/templates/terraform/custom_import/kms_key_ring_import_job.go.erb diff --git a/templates/terraform/custom_import/organization_security_policy_rule.go.erb b/mmv1/templates/terraform/custom_import/organization_security_policy_rule.go.erb similarity index 100% rename from templates/terraform/custom_import/organization_security_policy_rule.go.erb rename to mmv1/templates/terraform/custom_import/organization_security_policy_rule.go.erb diff --git a/templates/terraform/custom_import/scc_source_self_link_as_name_set_organization.go.erb b/mmv1/templates/terraform/custom_import/scc_source_self_link_as_name_set_organization.go.erb similarity index 100% rename from templates/terraform/custom_import/scc_source_self_link_as_name_set_organization.go.erb rename to mmv1/templates/terraform/custom_import/scc_source_self_link_as_name_set_organization.go.erb diff --git a/templates/terraform/custom_import/secret_version.go.erb b/mmv1/templates/terraform/custom_import/secret_version.go.erb similarity index 100% rename from templates/terraform/custom_import/secret_version.go.erb rename to mmv1/templates/terraform/custom_import/secret_version.go.erb diff --git a/templates/terraform/custom_import/self_link_as_name.erb b/mmv1/templates/terraform/custom_import/self_link_as_name.erb similarity index 100% rename from templates/terraform/custom_import/self_link_as_name.erb rename to mmv1/templates/terraform/custom_import/self_link_as_name.erb diff --git a/templates/terraform/custom_import/self_link_as_name_set_project.go.erb b/mmv1/templates/terraform/custom_import/self_link_as_name_set_project.go.erb similarity index 100% rename from templates/terraform/custom_import/self_link_as_name_set_project.go.erb rename to mmv1/templates/terraform/custom_import/self_link_as_name_set_project.go.erb diff --git a/templates/terraform/custom_import/service_directory_endpoint.go.erb b/mmv1/templates/terraform/custom_import/service_directory_endpoint.go.erb similarity index 100% rename from templates/terraform/custom_import/service_directory_endpoint.go.erb rename to mmv1/templates/terraform/custom_import/service_directory_endpoint.go.erb diff --git a/templates/terraform/custom_import/service_directory_namespace.go.erb b/mmv1/templates/terraform/custom_import/service_directory_namespace.go.erb similarity index 100% rename from templates/terraform/custom_import/service_directory_namespace.go.erb rename to mmv1/templates/terraform/custom_import/service_directory_namespace.go.erb diff --git a/templates/terraform/custom_import/service_directory_service.go.erb b/mmv1/templates/terraform/custom_import/service_directory_service.go.erb similarity index 100% rename from templates/terraform/custom_import/service_directory_service.go.erb rename to mmv1/templates/terraform/custom_import/service_directory_service.go.erb diff --git a/templates/terraform/custom_import/set_access_policy_parent_from_access_policy.go.erb b/mmv1/templates/terraform/custom_import/set_access_policy_parent_from_access_policy.go.erb similarity index 100% rename from templates/terraform/custom_import/set_access_policy_parent_from_access_policy.go.erb rename to mmv1/templates/terraform/custom_import/set_access_policy_parent_from_access_policy.go.erb diff --git a/templates/terraform/custom_import/set_access_policy_parent_from_self_link.go.erb b/mmv1/templates/terraform/custom_import/set_access_policy_parent_from_self_link.go.erb similarity index 100% rename from templates/terraform/custom_import/set_access_policy_parent_from_self_link.go.erb rename to mmv1/templates/terraform/custom_import/set_access_policy_parent_from_self_link.go.erb diff --git a/templates/terraform/custom_import/set_id_name_with_slashes.go.erb b/mmv1/templates/terraform/custom_import/set_id_name_with_slashes.go.erb similarity index 100% rename from templates/terraform/custom_import/set_id_name_with_slashes.go.erb rename to mmv1/templates/terraform/custom_import/set_id_name_with_slashes.go.erb diff --git a/templates/terraform/decoders/avoid_meaningless_project_update.erb b/mmv1/templates/terraform/decoders/avoid_meaningless_project_update.erb similarity index 100% rename from templates/terraform/decoders/avoid_meaningless_project_update.erb rename to mmv1/templates/terraform/decoders/avoid_meaningless_project_update.erb diff --git a/templates/terraform/decoders/backend_service.go.erb b/mmv1/templates/terraform/decoders/backend_service.go.erb similarity index 100% rename from templates/terraform/decoders/backend_service.go.erb rename to mmv1/templates/terraform/decoders/backend_service.go.erb diff --git a/templates/terraform/decoders/bigquery_data_transfer.go.erb b/mmv1/templates/terraform/decoders/bigquery_data_transfer.go.erb similarity index 100% rename from templates/terraform/decoders/bigquery_data_transfer.go.erb rename to mmv1/templates/terraform/decoders/bigquery_data_transfer.go.erb diff --git a/templates/terraform/decoders/cloud_run.go.erb b/mmv1/templates/terraform/decoders/cloud_run.go.erb similarity index 100% rename from templates/terraform/decoders/cloud_run.go.erb rename to mmv1/templates/terraform/decoders/cloud_run.go.erb diff --git a/templates/terraform/decoders/cloudiot_device_registry.go.erb b/mmv1/templates/terraform/decoders/cloudiot_device_registry.go.erb similarity index 100% rename from templates/terraform/decoders/cloudiot_device_registry.go.erb rename to mmv1/templates/terraform/decoders/cloudiot_device_registry.go.erb diff --git a/templates/terraform/decoders/compute_disk_resource_policies_attachment.go.erb b/mmv1/templates/terraform/decoders/compute_disk_resource_policies_attachment.go.erb similarity index 100% rename from templates/terraform/decoders/compute_disk_resource_policies_attachment.go.erb rename to mmv1/templates/terraform/decoders/compute_disk_resource_policies_attachment.go.erb diff --git a/templates/terraform/decoders/containeranalysis_attestation_field_name.go.erb b/mmv1/templates/terraform/decoders/containeranalysis_attestation_field_name.go.erb similarity index 100% rename from templates/terraform/decoders/containeranalysis_attestation_field_name.go.erb rename to mmv1/templates/terraform/decoders/containeranalysis_attestation_field_name.go.erb diff --git a/templates/terraform/decoders/containeranalysis_occurrence.go.erb b/mmv1/templates/terraform/decoders/containeranalysis_occurrence.go.erb similarity index 100% rename from templates/terraform/decoders/containeranalysis_occurrence.go.erb rename to mmv1/templates/terraform/decoders/containeranalysis_occurrence.go.erb diff --git a/templates/terraform/decoders/disk.erb b/mmv1/templates/terraform/decoders/disk.erb similarity index 100% rename from templates/terraform/decoders/disk.erb rename to mmv1/templates/terraform/decoders/disk.erb diff --git a/templates/terraform/decoders/dlp_stored_info_type.go.erb b/mmv1/templates/terraform/decoders/dlp_stored_info_type.go.erb similarity index 100% rename from templates/terraform/decoders/dlp_stored_info_type.go.erb rename to mmv1/templates/terraform/decoders/dlp_stored_info_type.go.erb diff --git a/templates/terraform/decoders/firestore_document.go.erb b/mmv1/templates/terraform/decoders/firestore_document.go.erb similarity index 100% rename from templates/terraform/decoders/firestore_document.go.erb rename to mmv1/templates/terraform/decoders/firestore_document.go.erb diff --git a/templates/terraform/decoders/long_name_to_self_link.go.erb b/mmv1/templates/terraform/decoders/long_name_to_self_link.go.erb similarity index 100% rename from templates/terraform/decoders/long_name_to_self_link.go.erb rename to mmv1/templates/terraform/decoders/long_name_to_self_link.go.erb diff --git a/templates/terraform/decoders/monitoring_notification_channel.go.erb b/mmv1/templates/terraform/decoders/monitoring_notification_channel.go.erb similarity index 100% rename from templates/terraform/decoders/monitoring_notification_channel.go.erb rename to mmv1/templates/terraform/decoders/monitoring_notification_channel.go.erb diff --git a/templates/terraform/decoders/network_endpoint.go.erb b/mmv1/templates/terraform/decoders/network_endpoint.go.erb similarity index 100% rename from templates/terraform/decoders/network_endpoint.go.erb rename to mmv1/templates/terraform/decoders/network_endpoint.go.erb diff --git a/templates/terraform/decoders/noop.go.erb b/mmv1/templates/terraform/decoders/noop.go.erb similarity index 100% rename from templates/terraform/decoders/noop.go.erb rename to mmv1/templates/terraform/decoders/noop.go.erb diff --git a/templates/terraform/decoders/os_config_patch_deployment.go.erb b/mmv1/templates/terraform/decoders/os_config_patch_deployment.go.erb similarity index 100% rename from templates/terraform/decoders/os_config_patch_deployment.go.erb rename to mmv1/templates/terraform/decoders/os_config_patch_deployment.go.erb diff --git a/templates/terraform/decoders/pubsub_subscription.erb b/mmv1/templates/terraform/decoders/pubsub_subscription.erb similarity index 100% rename from templates/terraform/decoders/pubsub_subscription.erb rename to mmv1/templates/terraform/decoders/pubsub_subscription.erb diff --git a/templates/terraform/decoders/redis_instance.go.erb b/mmv1/templates/terraform/decoders/redis_instance.go.erb similarity index 100% rename from templates/terraform/decoders/redis_instance.go.erb rename to mmv1/templates/terraform/decoders/redis_instance.go.erb diff --git a/templates/terraform/decoders/region_backend_service.go.erb b/mmv1/templates/terraform/decoders/region_backend_service.go.erb similarity index 100% rename from templates/terraform/decoders/region_backend_service.go.erb rename to mmv1/templates/terraform/decoders/region_backend_service.go.erb diff --git a/templates/terraform/decoders/route.erb b/mmv1/templates/terraform/decoders/route.erb similarity index 100% rename from templates/terraform/decoders/route.erb rename to mmv1/templates/terraform/decoders/route.erb diff --git a/templates/terraform/decoders/snapshot.go.erb b/mmv1/templates/terraform/decoders/snapshot.go.erb similarity index 100% rename from templates/terraform/decoders/snapshot.go.erb rename to mmv1/templates/terraform/decoders/snapshot.go.erb diff --git a/templates/terraform/decoders/spanner_database.go.erb b/mmv1/templates/terraform/decoders/spanner_database.go.erb similarity index 100% rename from templates/terraform/decoders/spanner_database.go.erb rename to mmv1/templates/terraform/decoders/spanner_database.go.erb diff --git a/templates/terraform/decoders/spanner_instance.go.erb b/mmv1/templates/terraform/decoders/spanner_instance.go.erb similarity index 100% rename from templates/terraform/decoders/spanner_instance.go.erb rename to mmv1/templates/terraform/decoders/spanner_instance.go.erb diff --git a/templates/terraform/decoders/sql_source_representation_instance.go.erb b/mmv1/templates/terraform/decoders/sql_source_representation_instance.go.erb similarity index 100% rename from templates/terraform/decoders/sql_source_representation_instance.go.erb rename to mmv1/templates/terraform/decoders/sql_source_representation_instance.go.erb diff --git a/templates/terraform/decoders/treat_deleted_state_as_gone.go.erb b/mmv1/templates/terraform/decoders/treat_deleted_state_as_gone.go.erb similarity index 100% rename from templates/terraform/decoders/treat_deleted_state_as_gone.go.erb rename to mmv1/templates/terraform/decoders/treat_deleted_state_as_gone.go.erb diff --git a/templates/terraform/decoders/unwrap_global_neg.go.erb b/mmv1/templates/terraform/decoders/unwrap_global_neg.go.erb similarity index 100% rename from templates/terraform/decoders/unwrap_global_neg.go.erb rename to mmv1/templates/terraform/decoders/unwrap_global_neg.go.erb diff --git a/templates/terraform/decoders/unwrap_resource.go.erb b/mmv1/templates/terraform/decoders/unwrap_resource.go.erb similarity index 100% rename from templates/terraform/decoders/unwrap_resource.go.erb rename to mmv1/templates/terraform/decoders/unwrap_resource.go.erb diff --git a/templates/terraform/encoders/access_level_never_send_parent.go.erb b/mmv1/templates/terraform/encoders/access_level_never_send_parent.go.erb similarity index 100% rename from templates/terraform/encoders/access_level_never_send_parent.go.erb rename to mmv1/templates/terraform/encoders/access_level_never_send_parent.go.erb diff --git a/templates/terraform/encoders/active_directory_domain_trust.go.erb b/mmv1/templates/terraform/encoders/active_directory_domain_trust.go.erb similarity index 100% rename from templates/terraform/encoders/active_directory_domain_trust.go.erb rename to mmv1/templates/terraform/encoders/active_directory_domain_trust.go.erb diff --git a/templates/terraform/encoders/api_config.go.erb b/mmv1/templates/terraform/encoders/api_config.go.erb similarity index 100% rename from templates/terraform/encoders/api_config.go.erb rename to mmv1/templates/terraform/encoders/api_config.go.erb diff --git a/templates/terraform/encoders/apigee_organization.go.erb b/mmv1/templates/terraform/encoders/apigee_organization.go.erb similarity index 100% rename from templates/terraform/encoders/apigee_organization.go.erb rename to mmv1/templates/terraform/encoders/apigee_organization.go.erb diff --git a/templates/terraform/encoders/backend_service.go.erb b/mmv1/templates/terraform/encoders/backend_service.go.erb similarity index 100% rename from templates/terraform/encoders/backend_service.go.erb rename to mmv1/templates/terraform/encoders/backend_service.go.erb diff --git a/templates/terraform/encoders/bigquery_connection.go.erb b/mmv1/templates/terraform/encoders/bigquery_connection.go.erb similarity index 100% rename from templates/terraform/encoders/bigquery_connection.go.erb rename to mmv1/templates/terraform/encoders/bigquery_connection.go.erb diff --git a/templates/terraform/encoders/bigquery_data_transfer.go.erb b/mmv1/templates/terraform/encoders/bigquery_data_transfer.go.erb similarity index 100% rename from templates/terraform/encoders/bigquery_data_transfer.go.erb rename to mmv1/templates/terraform/encoders/bigquery_data_transfer.go.erb diff --git a/templates/terraform/encoders/bigquery_job.go.erb b/mmv1/templates/terraform/encoders/bigquery_job.go.erb similarity index 100% rename from templates/terraform/encoders/bigquery_job.go.erb rename to mmv1/templates/terraform/encoders/bigquery_job.go.erb diff --git a/templates/terraform/encoders/bigtable_app_profile.go.erb b/mmv1/templates/terraform/encoders/bigtable_app_profile.go.erb similarity index 100% rename from templates/terraform/encoders/bigtable_app_profile.go.erb rename to mmv1/templates/terraform/encoders/bigtable_app_profile.go.erb diff --git a/templates/terraform/encoders/certificate_authority.go.erb b/mmv1/templates/terraform/encoders/certificate_authority.go.erb similarity index 100% rename from templates/terraform/encoders/certificate_authority.go.erb rename to mmv1/templates/terraform/encoders/certificate_authority.go.erb diff --git a/templates/terraform/encoders/cloud_asset_feed.go.erb b/mmv1/templates/terraform/encoders/cloud_asset_feed.go.erb similarity index 100% rename from templates/terraform/encoders/cloud_asset_feed.go.erb rename to mmv1/templates/terraform/encoders/cloud_asset_feed.go.erb diff --git a/templates/terraform/encoders/cloud_run_domain_mapping.go.erb b/mmv1/templates/terraform/encoders/cloud_run_domain_mapping.go.erb similarity index 100% rename from templates/terraform/encoders/cloud_run_domain_mapping.go.erb rename to mmv1/templates/terraform/encoders/cloud_run_domain_mapping.go.erb diff --git a/templates/terraform/encoders/cloud_run_service.go.erb b/mmv1/templates/terraform/encoders/cloud_run_service.go.erb similarity index 100% rename from templates/terraform/encoders/cloud_run_service.go.erb rename to mmv1/templates/terraform/encoders/cloud_run_service.go.erb diff --git a/templates/terraform/encoders/cloudiot_device_registry.go.erb b/mmv1/templates/terraform/encoders/cloudiot_device_registry.go.erb similarity index 100% rename from templates/terraform/encoders/cloudiot_device_registry.go.erb rename to mmv1/templates/terraform/encoders/cloudiot_device_registry.go.erb diff --git a/templates/terraform/encoders/compute_disk_resource_policies_attachment.go.erb b/mmv1/templates/terraform/encoders/compute_disk_resource_policies_attachment.go.erb similarity index 100% rename from templates/terraform/encoders/compute_disk_resource_policies_attachment.go.erb rename to mmv1/templates/terraform/encoders/compute_disk_resource_policies_attachment.go.erb diff --git a/templates/terraform/encoders/compute_global_network_endpoint.go.erb b/mmv1/templates/terraform/encoders/compute_global_network_endpoint.go.erb similarity index 100% rename from templates/terraform/encoders/compute_global_network_endpoint.go.erb rename to mmv1/templates/terraform/encoders/compute_global_network_endpoint.go.erb diff --git a/templates/terraform/encoders/compute_network_endpoint.go.erb b/mmv1/templates/terraform/encoders/compute_network_endpoint.go.erb similarity index 100% rename from templates/terraform/encoders/compute_network_endpoint.go.erb rename to mmv1/templates/terraform/encoders/compute_network_endpoint.go.erb diff --git a/templates/terraform/encoders/compute_per_instance_config.go.erb b/mmv1/templates/terraform/encoders/compute_per_instance_config.go.erb similarity index 100% rename from templates/terraform/encoders/compute_per_instance_config.go.erb rename to mmv1/templates/terraform/encoders/compute_per_instance_config.go.erb diff --git a/templates/terraform/encoders/compute_region_disk_resource_policies_attachment.go.erb b/mmv1/templates/terraform/encoders/compute_region_disk_resource_policies_attachment.go.erb similarity index 100% rename from templates/terraform/encoders/compute_region_disk_resource_policies_attachment.go.erb rename to mmv1/templates/terraform/encoders/compute_region_disk_resource_policies_attachment.go.erb diff --git a/templates/terraform/encoders/containeranalysis_attestation_field_name.go.erb b/mmv1/templates/terraform/encoders/containeranalysis_attestation_field_name.go.erb similarity index 100% rename from templates/terraform/encoders/containeranalysis_attestation_field_name.go.erb rename to mmv1/templates/terraform/encoders/containeranalysis_attestation_field_name.go.erb diff --git a/templates/terraform/encoders/containeranalysis_occurrence.go.erb b/mmv1/templates/terraform/encoders/containeranalysis_occurrence.go.erb similarity index 100% rename from templates/terraform/encoders/containeranalysis_occurrence.go.erb rename to mmv1/templates/terraform/encoders/containeranalysis_occurrence.go.erb diff --git a/templates/terraform/encoders/data_catalog_tag.go.erb b/mmv1/templates/terraform/encoders/data_catalog_tag.go.erb similarity index 100% rename from templates/terraform/encoders/data_catalog_tag.go.erb rename to mmv1/templates/terraform/encoders/data_catalog_tag.go.erb diff --git a/templates/terraform/encoders/disk.erb b/mmv1/templates/terraform/encoders/disk.erb similarity index 100% rename from templates/terraform/encoders/disk.erb rename to mmv1/templates/terraform/encoders/disk.erb diff --git a/templates/terraform/encoders/dlp_stored_info_type.go.erb b/mmv1/templates/terraform/encoders/dlp_stored_info_type.go.erb similarity index 100% rename from templates/terraform/encoders/dlp_stored_info_type.go.erb rename to mmv1/templates/terraform/encoders/dlp_stored_info_type.go.erb diff --git a/templates/terraform/encoders/flex_app_version.go.erb b/mmv1/templates/terraform/encoders/flex_app_version.go.erb similarity index 100% rename from templates/terraform/encoders/flex_app_version.go.erb rename to mmv1/templates/terraform/encoders/flex_app_version.go.erb diff --git a/templates/terraform/encoders/health_check_type.erb b/mmv1/templates/terraform/encoders/health_check_type.erb similarity index 100% rename from templates/terraform/encoders/health_check_type.erb rename to mmv1/templates/terraform/encoders/health_check_type.erb diff --git a/templates/terraform/encoders/index.go.erb b/mmv1/templates/terraform/encoders/index.go.erb similarity index 100% rename from templates/terraform/encoders/index.go.erb rename to mmv1/templates/terraform/encoders/index.go.erb diff --git a/templates/terraform/encoders/kms_crypto_key.go.erb b/mmv1/templates/terraform/encoders/kms_crypto_key.go.erb similarity index 100% rename from templates/terraform/encoders/kms_crypto_key.go.erb rename to mmv1/templates/terraform/encoders/kms_crypto_key.go.erb diff --git a/templates/terraform/encoders/monitoring_notification_channel.go.erb b/mmv1/templates/terraform/encoders/monitoring_notification_channel.go.erb similarity index 100% rename from templates/terraform/encoders/monitoring_notification_channel.go.erb rename to mmv1/templates/terraform/encoders/monitoring_notification_channel.go.erb diff --git a/templates/terraform/encoders/monitoring_service.go.erb b/mmv1/templates/terraform/encoders/monitoring_service.go.erb similarity index 100% rename from templates/terraform/encoders/monitoring_service.go.erb rename to mmv1/templates/terraform/encoders/monitoring_service.go.erb diff --git a/templates/terraform/encoders/monitoring_slo.go.erb b/mmv1/templates/terraform/encoders/monitoring_slo.go.erb similarity index 100% rename from templates/terraform/encoders/monitoring_slo.go.erb rename to mmv1/templates/terraform/encoders/monitoring_slo.go.erb diff --git a/templates/terraform/encoders/network_peering_routes_config.go.erb b/mmv1/templates/terraform/encoders/network_peering_routes_config.go.erb similarity index 100% rename from templates/terraform/encoders/network_peering_routes_config.go.erb rename to mmv1/templates/terraform/encoders/network_peering_routes_config.go.erb diff --git a/templates/terraform/encoders/no_send_name.go.erb b/mmv1/templates/terraform/encoders/no_send_name.go.erb similarity index 100% rename from templates/terraform/encoders/no_send_name.go.erb rename to mmv1/templates/terraform/encoders/no_send_name.go.erb diff --git a/templates/terraform/encoders/normalize_group.go.erb b/mmv1/templates/terraform/encoders/normalize_group.go.erb similarity index 100% rename from templates/terraform/encoders/normalize_group.go.erb rename to mmv1/templates/terraform/encoders/normalize_group.go.erb diff --git a/templates/terraform/encoders/os_config_patch_deployment.go.erb b/mmv1/templates/terraform/encoders/os_config_patch_deployment.go.erb similarity index 100% rename from templates/terraform/encoders/os_config_patch_deployment.go.erb rename to mmv1/templates/terraform/encoders/os_config_patch_deployment.go.erb diff --git a/templates/terraform/encoders/pubsub_lite.erb b/mmv1/templates/terraform/encoders/pubsub_lite.erb similarity index 100% rename from templates/terraform/encoders/pubsub_lite.erb rename to mmv1/templates/terraform/encoders/pubsub_lite.erb diff --git a/templates/terraform/encoders/redis_location_id_for_fallback_zone.go.erb b/mmv1/templates/terraform/encoders/redis_location_id_for_fallback_zone.go.erb similarity index 100% rename from templates/terraform/encoders/redis_location_id_for_fallback_zone.go.erb rename to mmv1/templates/terraform/encoders/redis_location_id_for_fallback_zone.go.erb diff --git a/templates/terraform/encoders/region_backend_service.go.erb b/mmv1/templates/terraform/encoders/region_backend_service.go.erb similarity index 100% rename from templates/terraform/encoders/region_backend_service.go.erb rename to mmv1/templates/terraform/encoders/region_backend_service.go.erb diff --git a/templates/terraform/encoders/send_nil_body.go.erb b/mmv1/templates/terraform/encoders/send_nil_body.go.erb similarity index 100% rename from templates/terraform/encoders/send_nil_body.go.erb rename to mmv1/templates/terraform/encoders/send_nil_body.go.erb diff --git a/templates/terraform/encoders/spanner_database.go.erb b/mmv1/templates/terraform/encoders/spanner_database.go.erb similarity index 100% rename from templates/terraform/encoders/spanner_database.go.erb rename to mmv1/templates/terraform/encoders/spanner_database.go.erb diff --git a/templates/terraform/encoders/spanner_instance.go.erb b/mmv1/templates/terraform/encoders/spanner_instance.go.erb similarity index 100% rename from templates/terraform/encoders/spanner_instance.go.erb rename to mmv1/templates/terraform/encoders/spanner_instance.go.erb diff --git a/templates/terraform/encoders/spanner_instance_update.go.erb b/mmv1/templates/terraform/encoders/spanner_instance_update.go.erb similarity index 100% rename from templates/terraform/encoders/spanner_instance_update.go.erb rename to mmv1/templates/terraform/encoders/spanner_instance_update.go.erb diff --git a/templates/terraform/encoders/sql_source_representation_instance.go.erb b/mmv1/templates/terraform/encoders/sql_source_representation_instance.go.erb similarity index 100% rename from templates/terraform/encoders/sql_source_representation_instance.go.erb rename to mmv1/templates/terraform/encoders/sql_source_representation_instance.go.erb diff --git a/templates/terraform/encoders/vpn_tunnel.go.erb b/mmv1/templates/terraform/encoders/vpn_tunnel.go.erb similarity index 100% rename from templates/terraform/encoders/vpn_tunnel.go.erb rename to mmv1/templates/terraform/encoders/vpn_tunnel.go.erb diff --git a/templates/terraform/encoders/wrap_object.go.erb b/mmv1/templates/terraform/encoders/wrap_object.go.erb similarity index 100% rename from templates/terraform/encoders/wrap_object.go.erb rename to mmv1/templates/terraform/encoders/wrap_object.go.erb diff --git a/templates/terraform/env_var_context.go.erb b/mmv1/templates/terraform/env_var_context.go.erb similarity index 100% rename from templates/terraform/env_var_context.go.erb rename to mmv1/templates/terraform/env_var_context.go.erb diff --git a/templates/terraform/examples/access_context_manager_access_level_basic.tf.erb b/mmv1/templates/terraform/examples/access_context_manager_access_level_basic.tf.erb similarity index 100% rename from templates/terraform/examples/access_context_manager_access_level_basic.tf.erb rename to mmv1/templates/terraform/examples/access_context_manager_access_level_basic.tf.erb diff --git a/templates/terraform/examples/access_context_manager_access_level_condition_basic.tf.erb b/mmv1/templates/terraform/examples/access_context_manager_access_level_condition_basic.tf.erb similarity index 100% rename from templates/terraform/examples/access_context_manager_access_level_condition_basic.tf.erb rename to mmv1/templates/terraform/examples/access_context_manager_access_level_condition_basic.tf.erb diff --git a/templates/terraform/examples/access_context_manager_access_levels_basic.tf.erb b/mmv1/templates/terraform/examples/access_context_manager_access_levels_basic.tf.erb similarity index 100% rename from templates/terraform/examples/access_context_manager_access_levels_basic.tf.erb rename to mmv1/templates/terraform/examples/access_context_manager_access_levels_basic.tf.erb diff --git a/templates/terraform/examples/access_context_manager_access_policy_basic.tf.erb b/mmv1/templates/terraform/examples/access_context_manager_access_policy_basic.tf.erb similarity index 100% rename from templates/terraform/examples/access_context_manager_access_policy_basic.tf.erb rename to mmv1/templates/terraform/examples/access_context_manager_access_policy_basic.tf.erb diff --git a/templates/terraform/examples/access_context_manager_gcp_user_access_binding_basic.tf.erb b/mmv1/templates/terraform/examples/access_context_manager_gcp_user_access_binding_basic.tf.erb similarity index 100% rename from templates/terraform/examples/access_context_manager_gcp_user_access_binding_basic.tf.erb rename to mmv1/templates/terraform/examples/access_context_manager_gcp_user_access_binding_basic.tf.erb diff --git a/templates/terraform/examples/access_context_manager_service_perimeter_basic.tf.erb b/mmv1/templates/terraform/examples/access_context_manager_service_perimeter_basic.tf.erb similarity index 100% rename from templates/terraform/examples/access_context_manager_service_perimeter_basic.tf.erb rename to mmv1/templates/terraform/examples/access_context_manager_service_perimeter_basic.tf.erb diff --git a/templates/terraform/examples/access_context_manager_service_perimeter_dry-run.tf.erb b/mmv1/templates/terraform/examples/access_context_manager_service_perimeter_dry-run.tf.erb similarity index 100% rename from templates/terraform/examples/access_context_manager_service_perimeter_dry-run.tf.erb rename to mmv1/templates/terraform/examples/access_context_manager_service_perimeter_dry-run.tf.erb diff --git a/templates/terraform/examples/access_context_manager_service_perimeter_resource_basic.tf.erb b/mmv1/templates/terraform/examples/access_context_manager_service_perimeter_resource_basic.tf.erb similarity index 100% rename from templates/terraform/examples/access_context_manager_service_perimeter_resource_basic.tf.erb rename to mmv1/templates/terraform/examples/access_context_manager_service_perimeter_resource_basic.tf.erb diff --git a/templates/terraform/examples/access_context_manager_service_perimeters_basic.tf.erb b/mmv1/templates/terraform/examples/access_context_manager_service_perimeters_basic.tf.erb similarity index 100% rename from templates/terraform/examples/access_context_manager_service_perimeters_basic.tf.erb rename to mmv1/templates/terraform/examples/access_context_manager_service_perimeters_basic.tf.erb diff --git a/templates/terraform/examples/active_directory_domain_basic.tf.erb b/mmv1/templates/terraform/examples/active_directory_domain_basic.tf.erb similarity index 100% rename from templates/terraform/examples/active_directory_domain_basic.tf.erb rename to mmv1/templates/terraform/examples/active_directory_domain_basic.tf.erb diff --git a/templates/terraform/examples/active_directory_domain_trust_basic.tf.erb b/mmv1/templates/terraform/examples/active_directory_domain_trust_basic.tf.erb similarity index 100% rename from templates/terraform/examples/active_directory_domain_trust_basic.tf.erb rename to mmv1/templates/terraform/examples/active_directory_domain_trust_basic.tf.erb diff --git a/templates/terraform/examples/address_basic.tf.erb b/mmv1/templates/terraform/examples/address_basic.tf.erb similarity index 100% rename from templates/terraform/examples/address_basic.tf.erb rename to mmv1/templates/terraform/examples/address_basic.tf.erb diff --git a/templates/terraform/examples/address_with_gce_endpoint.tf.erb b/mmv1/templates/terraform/examples/address_with_gce_endpoint.tf.erb similarity index 100% rename from templates/terraform/examples/address_with_gce_endpoint.tf.erb rename to mmv1/templates/terraform/examples/address_with_gce_endpoint.tf.erb diff --git a/templates/terraform/examples/address_with_shared_loadbalancer_vip.tf.erb b/mmv1/templates/terraform/examples/address_with_shared_loadbalancer_vip.tf.erb similarity index 100% rename from templates/terraform/examples/address_with_shared_loadbalancer_vip.tf.erb rename to mmv1/templates/terraform/examples/address_with_shared_loadbalancer_vip.tf.erb diff --git a/templates/terraform/examples/address_with_subnetwork.tf.erb b/mmv1/templates/terraform/examples/address_with_subnetwork.tf.erb similarity index 100% rename from templates/terraform/examples/address_with_subnetwork.tf.erb rename to mmv1/templates/terraform/examples/address_with_subnetwork.tf.erb diff --git a/templates/terraform/examples/apigateway_api_basic.tf.erb b/mmv1/templates/terraform/examples/apigateway_api_basic.tf.erb similarity index 100% rename from templates/terraform/examples/apigateway_api_basic.tf.erb rename to mmv1/templates/terraform/examples/apigateway_api_basic.tf.erb diff --git a/templates/terraform/examples/apigateway_api_config_basic.tf.erb b/mmv1/templates/terraform/examples/apigateway_api_config_basic.tf.erb similarity index 100% rename from templates/terraform/examples/apigateway_api_config_basic.tf.erb rename to mmv1/templates/terraform/examples/apigateway_api_config_basic.tf.erb diff --git a/templates/terraform/examples/apigateway_api_config_full.tf.erb b/mmv1/templates/terraform/examples/apigateway_api_config_full.tf.erb similarity index 100% rename from templates/terraform/examples/apigateway_api_config_full.tf.erb rename to mmv1/templates/terraform/examples/apigateway_api_config_full.tf.erb diff --git a/templates/terraform/examples/apigateway_api_full.tf.erb b/mmv1/templates/terraform/examples/apigateway_api_full.tf.erb similarity index 100% rename from templates/terraform/examples/apigateway_api_full.tf.erb rename to mmv1/templates/terraform/examples/apigateway_api_full.tf.erb diff --git a/templates/terraform/examples/apigateway_gateway_basic.tf.erb b/mmv1/templates/terraform/examples/apigateway_gateway_basic.tf.erb similarity index 100% rename from templates/terraform/examples/apigateway_gateway_basic.tf.erb rename to mmv1/templates/terraform/examples/apigateway_gateway_basic.tf.erb diff --git a/templates/terraform/examples/apigateway_gateway_full.tf.erb b/mmv1/templates/terraform/examples/apigateway_gateway_full.tf.erb similarity index 100% rename from templates/terraform/examples/apigateway_gateway_full.tf.erb rename to mmv1/templates/terraform/examples/apigateway_gateway_full.tf.erb diff --git a/templates/terraform/examples/apigee_organization_cloud_basic.tf.erb b/mmv1/templates/terraform/examples/apigee_organization_cloud_basic.tf.erb similarity index 100% rename from templates/terraform/examples/apigee_organization_cloud_basic.tf.erb rename to mmv1/templates/terraform/examples/apigee_organization_cloud_basic.tf.erb diff --git a/templates/terraform/examples/apigee_organization_cloud_basic_test.tf.erb b/mmv1/templates/terraform/examples/apigee_organization_cloud_basic_test.tf.erb similarity index 100% rename from templates/terraform/examples/apigee_organization_cloud_basic_test.tf.erb rename to mmv1/templates/terraform/examples/apigee_organization_cloud_basic_test.tf.erb diff --git a/templates/terraform/examples/apigee_organization_cloud_full.tf.erb b/mmv1/templates/terraform/examples/apigee_organization_cloud_full.tf.erb similarity index 100% rename from templates/terraform/examples/apigee_organization_cloud_full.tf.erb rename to mmv1/templates/terraform/examples/apigee_organization_cloud_full.tf.erb diff --git a/templates/terraform/examples/apigee_organization_cloud_full_test.tf.erb b/mmv1/templates/terraform/examples/apigee_organization_cloud_full_test.tf.erb similarity index 100% rename from templates/terraform/examples/apigee_organization_cloud_full_test.tf.erb rename to mmv1/templates/terraform/examples/apigee_organization_cloud_full_test.tf.erb diff --git a/templates/terraform/examples/app_engine_application_url_dispatch_rules_basic.tf.erb b/mmv1/templates/terraform/examples/app_engine_application_url_dispatch_rules_basic.tf.erb similarity index 100% rename from templates/terraform/examples/app_engine_application_url_dispatch_rules_basic.tf.erb rename to mmv1/templates/terraform/examples/app_engine_application_url_dispatch_rules_basic.tf.erb diff --git a/templates/terraform/examples/app_engine_domain_mapping_basic.tf.erb b/mmv1/templates/terraform/examples/app_engine_domain_mapping_basic.tf.erb similarity index 100% rename from templates/terraform/examples/app_engine_domain_mapping_basic.tf.erb rename to mmv1/templates/terraform/examples/app_engine_domain_mapping_basic.tf.erb diff --git a/templates/terraform/examples/app_engine_firewall_rule_basic.tf.erb b/mmv1/templates/terraform/examples/app_engine_firewall_rule_basic.tf.erb similarity index 100% rename from templates/terraform/examples/app_engine_firewall_rule_basic.tf.erb rename to mmv1/templates/terraform/examples/app_engine_firewall_rule_basic.tf.erb diff --git a/templates/terraform/examples/app_engine_flexible_app_version.tf.erb b/mmv1/templates/terraform/examples/app_engine_flexible_app_version.tf.erb similarity index 100% rename from templates/terraform/examples/app_engine_flexible_app_version.tf.erb rename to mmv1/templates/terraform/examples/app_engine_flexible_app_version.tf.erb diff --git a/templates/terraform/examples/app_engine_service_split_traffic.tf.erb b/mmv1/templates/terraform/examples/app_engine_service_split_traffic.tf.erb similarity index 100% rename from templates/terraform/examples/app_engine_service_split_traffic.tf.erb rename to mmv1/templates/terraform/examples/app_engine_service_split_traffic.tf.erb diff --git a/templates/terraform/examples/app_engine_standard_app_version.tf.erb b/mmv1/templates/terraform/examples/app_engine_standard_app_version.tf.erb similarity index 100% rename from templates/terraform/examples/app_engine_standard_app_version.tf.erb rename to mmv1/templates/terraform/examples/app_engine_standard_app_version.tf.erb diff --git a/templates/terraform/examples/artifact_registry_repository_basic.tf.erb b/mmv1/templates/terraform/examples/artifact_registry_repository_basic.tf.erb similarity index 100% rename from templates/terraform/examples/artifact_registry_repository_basic.tf.erb rename to mmv1/templates/terraform/examples/artifact_registry_repository_basic.tf.erb diff --git a/templates/terraform/examples/artifact_registry_repository_cmek.tf.erb b/mmv1/templates/terraform/examples/artifact_registry_repository_cmek.tf.erb similarity index 100% rename from templates/terraform/examples/artifact_registry_repository_cmek.tf.erb rename to mmv1/templates/terraform/examples/artifact_registry_repository_cmek.tf.erb diff --git a/templates/terraform/examples/artifact_registry_repository_iam.tf.erb b/mmv1/templates/terraform/examples/artifact_registry_repository_iam.tf.erb similarity index 100% rename from templates/terraform/examples/artifact_registry_repository_iam.tf.erb rename to mmv1/templates/terraform/examples/artifact_registry_repository_iam.tf.erb diff --git a/templates/terraform/examples/autoscaler_basic.tf.erb b/mmv1/templates/terraform/examples/autoscaler_basic.tf.erb similarity index 100% rename from templates/terraform/examples/autoscaler_basic.tf.erb rename to mmv1/templates/terraform/examples/autoscaler_basic.tf.erb diff --git a/templates/terraform/examples/autoscaler_single_instance.tf.erb b/mmv1/templates/terraform/examples/autoscaler_single_instance.tf.erb similarity index 100% rename from templates/terraform/examples/autoscaler_single_instance.tf.erb rename to mmv1/templates/terraform/examples/autoscaler_single_instance.tf.erb diff --git a/templates/terraform/examples/backend_bucket_basic.tf.erb b/mmv1/templates/terraform/examples/backend_bucket_basic.tf.erb similarity index 100% rename from templates/terraform/examples/backend_bucket_basic.tf.erb rename to mmv1/templates/terraform/examples/backend_bucket_basic.tf.erb diff --git a/templates/terraform/examples/backend_bucket_full.tf.erb b/mmv1/templates/terraform/examples/backend_bucket_full.tf.erb similarity index 100% rename from templates/terraform/examples/backend_bucket_full.tf.erb rename to mmv1/templates/terraform/examples/backend_bucket_full.tf.erb diff --git a/templates/terraform/examples/backend_bucket_signed_url_key.tf.erb b/mmv1/templates/terraform/examples/backend_bucket_signed_url_key.tf.erb similarity index 100% rename from templates/terraform/examples/backend_bucket_signed_url_key.tf.erb rename to mmv1/templates/terraform/examples/backend_bucket_signed_url_key.tf.erb diff --git a/templates/terraform/examples/backend_service_basic.tf.erb b/mmv1/templates/terraform/examples/backend_service_basic.tf.erb similarity index 100% rename from templates/terraform/examples/backend_service_basic.tf.erb rename to mmv1/templates/terraform/examples/backend_service_basic.tf.erb diff --git a/templates/terraform/examples/backend_service_cache.tf.erb b/mmv1/templates/terraform/examples/backend_service_cache.tf.erb similarity index 100% rename from templates/terraform/examples/backend_service_cache.tf.erb rename to mmv1/templates/terraform/examples/backend_service_cache.tf.erb diff --git a/templates/terraform/examples/backend_service_cache_simple.tf.erb b/mmv1/templates/terraform/examples/backend_service_cache_simple.tf.erb similarity index 100% rename from templates/terraform/examples/backend_service_cache_simple.tf.erb rename to mmv1/templates/terraform/examples/backend_service_cache_simple.tf.erb diff --git a/templates/terraform/examples/backend_service_network_endpoint.tf.erb b/mmv1/templates/terraform/examples/backend_service_network_endpoint.tf.erb similarity index 100% rename from templates/terraform/examples/backend_service_network_endpoint.tf.erb rename to mmv1/templates/terraform/examples/backend_service_network_endpoint.tf.erb diff --git a/templates/terraform/examples/backend_service_signed_url_key.tf.erb b/mmv1/templates/terraform/examples/backend_service_signed_url_key.tf.erb similarity index 100% rename from templates/terraform/examples/backend_service_signed_url_key.tf.erb rename to mmv1/templates/terraform/examples/backend_service_signed_url_key.tf.erb diff --git a/templates/terraform/examples/backend_service_traffic_director_ring_hash.tf.erb b/mmv1/templates/terraform/examples/backend_service_traffic_director_ring_hash.tf.erb similarity index 100% rename from templates/terraform/examples/backend_service_traffic_director_ring_hash.tf.erb rename to mmv1/templates/terraform/examples/backend_service_traffic_director_ring_hash.tf.erb diff --git a/templates/terraform/examples/backend_service_traffic_director_round_robin.tf.erb b/mmv1/templates/terraform/examples/backend_service_traffic_director_round_robin.tf.erb similarity index 100% rename from templates/terraform/examples/backend_service_traffic_director_round_robin.tf.erb rename to mmv1/templates/terraform/examples/backend_service_traffic_director_round_robin.tf.erb diff --git a/templates/terraform/examples/base_configs/documentation.tf.erb b/mmv1/templates/terraform/examples/base_configs/documentation.tf.erb similarity index 100% rename from templates/terraform/examples/base_configs/documentation.tf.erb rename to mmv1/templates/terraform/examples/base_configs/documentation.tf.erb diff --git a/templates/terraform/examples/base_configs/example_backing_file.tf.erb b/mmv1/templates/terraform/examples/base_configs/example_backing_file.tf.erb similarity index 100% rename from templates/terraform/examples/base_configs/example_backing_file.tf.erb rename to mmv1/templates/terraform/examples/base_configs/example_backing_file.tf.erb diff --git a/templates/terraform/examples/base_configs/example_file.tf.erb b/mmv1/templates/terraform/examples/base_configs/example_file.tf.erb similarity index 100% rename from templates/terraform/examples/base_configs/example_file.tf.erb rename to mmv1/templates/terraform/examples/base_configs/example_file.tf.erb diff --git a/templates/terraform/examples/base_configs/iam_test_file.go.erb b/mmv1/templates/terraform/examples/base_configs/iam_test_file.go.erb similarity index 100% rename from templates/terraform/examples/base_configs/iam_test_file.go.erb rename to mmv1/templates/terraform/examples/base_configs/iam_test_file.go.erb diff --git a/templates/terraform/examples/base_configs/test_body.go.erb b/mmv1/templates/terraform/examples/base_configs/test_body.go.erb similarity index 100% rename from templates/terraform/examples/base_configs/test_body.go.erb rename to mmv1/templates/terraform/examples/base_configs/test_body.go.erb diff --git a/templates/terraform/examples/base_configs/test_file.go.erb b/mmv1/templates/terraform/examples/base_configs/test_file.go.erb similarity index 100% rename from templates/terraform/examples/base_configs/test_file.go.erb rename to mmv1/templates/terraform/examples/base_configs/test_file.go.erb diff --git a/templates/terraform/examples/base_configs/tutorial.md.erb b/mmv1/templates/terraform/examples/base_configs/tutorial.md.erb similarity index 100% rename from templates/terraform/examples/base_configs/tutorial.md.erb rename to mmv1/templates/terraform/examples/base_configs/tutorial.md.erb diff --git a/templates/terraform/examples/big_query_routine_basic.tf.erb b/mmv1/templates/terraform/examples/big_query_routine_basic.tf.erb similarity index 100% rename from templates/terraform/examples/big_query_routine_basic.tf.erb rename to mmv1/templates/terraform/examples/big_query_routine_basic.tf.erb diff --git a/templates/terraform/examples/big_query_routine_json.tf.erb b/mmv1/templates/terraform/examples/big_query_routine_json.tf.erb similarity index 100% rename from templates/terraform/examples/big_query_routine_json.tf.erb rename to mmv1/templates/terraform/examples/big_query_routine_json.tf.erb diff --git a/templates/terraform/examples/bigquery_bigquery_table.tf.erb b/mmv1/templates/terraform/examples/bigquery_bigquery_table.tf.erb similarity index 100% rename from templates/terraform/examples/bigquery_bigquery_table.tf.erb rename to mmv1/templates/terraform/examples/bigquery_bigquery_table.tf.erb diff --git a/templates/terraform/examples/bigquery_connection_basic.tf.erb b/mmv1/templates/terraform/examples/bigquery_connection_basic.tf.erb similarity index 100% rename from templates/terraform/examples/bigquery_connection_basic.tf.erb rename to mmv1/templates/terraform/examples/bigquery_connection_basic.tf.erb diff --git a/templates/terraform/examples/bigquery_connection_full.tf.erb b/mmv1/templates/terraform/examples/bigquery_connection_full.tf.erb similarity index 100% rename from templates/terraform/examples/bigquery_connection_full.tf.erb rename to mmv1/templates/terraform/examples/bigquery_connection_full.tf.erb diff --git a/templates/terraform/examples/bigquery_dataset_access_basic_user.tf.erb b/mmv1/templates/terraform/examples/bigquery_dataset_access_basic_user.tf.erb similarity index 100% rename from templates/terraform/examples/bigquery_dataset_access_basic_user.tf.erb rename to mmv1/templates/terraform/examples/bigquery_dataset_access_basic_user.tf.erb diff --git a/templates/terraform/examples/bigquery_dataset_access_view.tf.erb b/mmv1/templates/terraform/examples/bigquery_dataset_access_view.tf.erb similarity index 100% rename from templates/terraform/examples/bigquery_dataset_access_view.tf.erb rename to mmv1/templates/terraform/examples/bigquery_dataset_access_view.tf.erb diff --git a/templates/terraform/examples/bigquery_dataset_basic.tf.erb b/mmv1/templates/terraform/examples/bigquery_dataset_basic.tf.erb similarity index 100% rename from templates/terraform/examples/bigquery_dataset_basic.tf.erb rename to mmv1/templates/terraform/examples/bigquery_dataset_basic.tf.erb diff --git a/templates/terraform/examples/bigquery_dataset_cmek.tf.erb b/mmv1/templates/terraform/examples/bigquery_dataset_cmek.tf.erb similarity index 100% rename from templates/terraform/examples/bigquery_dataset_cmek.tf.erb rename to mmv1/templates/terraform/examples/bigquery_dataset_cmek.tf.erb diff --git a/templates/terraform/examples/bigquery_job_copy.tf.erb b/mmv1/templates/terraform/examples/bigquery_job_copy.tf.erb similarity index 100% rename from templates/terraform/examples/bigquery_job_copy.tf.erb rename to mmv1/templates/terraform/examples/bigquery_job_copy.tf.erb diff --git a/templates/terraform/examples/bigquery_job_copy_table_reference.tf.erb b/mmv1/templates/terraform/examples/bigquery_job_copy_table_reference.tf.erb similarity index 100% rename from templates/terraform/examples/bigquery_job_copy_table_reference.tf.erb rename to mmv1/templates/terraform/examples/bigquery_job_copy_table_reference.tf.erb diff --git a/templates/terraform/examples/bigquery_job_extract.tf.erb b/mmv1/templates/terraform/examples/bigquery_job_extract.tf.erb similarity index 100% rename from templates/terraform/examples/bigquery_job_extract.tf.erb rename to mmv1/templates/terraform/examples/bigquery_job_extract.tf.erb diff --git a/templates/terraform/examples/bigquery_job_extract_table_reference.tf.erb b/mmv1/templates/terraform/examples/bigquery_job_extract_table_reference.tf.erb similarity index 100% rename from templates/terraform/examples/bigquery_job_extract_table_reference.tf.erb rename to mmv1/templates/terraform/examples/bigquery_job_extract_table_reference.tf.erb diff --git a/templates/terraform/examples/bigquery_job_load.tf.erb b/mmv1/templates/terraform/examples/bigquery_job_load.tf.erb similarity index 100% rename from templates/terraform/examples/bigquery_job_load.tf.erb rename to mmv1/templates/terraform/examples/bigquery_job_load.tf.erb diff --git a/templates/terraform/examples/bigquery_job_load_table_reference.tf.erb b/mmv1/templates/terraform/examples/bigquery_job_load_table_reference.tf.erb similarity index 100% rename from templates/terraform/examples/bigquery_job_load_table_reference.tf.erb rename to mmv1/templates/terraform/examples/bigquery_job_load_table_reference.tf.erb diff --git a/templates/terraform/examples/bigquery_job_query.tf.erb b/mmv1/templates/terraform/examples/bigquery_job_query.tf.erb similarity index 100% rename from templates/terraform/examples/bigquery_job_query.tf.erb rename to mmv1/templates/terraform/examples/bigquery_job_query.tf.erb diff --git a/templates/terraform/examples/bigquery_job_query_table_reference.tf.erb b/mmv1/templates/terraform/examples/bigquery_job_query_table_reference.tf.erb similarity index 100% rename from templates/terraform/examples/bigquery_job_query_table_reference.tf.erb rename to mmv1/templates/terraform/examples/bigquery_job_query_table_reference.tf.erb diff --git a/templates/terraform/examples/bigquery_reservation_basic.tf.erb b/mmv1/templates/terraform/examples/bigquery_reservation_basic.tf.erb similarity index 100% rename from templates/terraform/examples/bigquery_reservation_basic.tf.erb rename to mmv1/templates/terraform/examples/bigquery_reservation_basic.tf.erb diff --git a/templates/terraform/examples/bigquerydatatransfer_config_scheduled_query.tf.erb b/mmv1/templates/terraform/examples/bigquerydatatransfer_config_scheduled_query.tf.erb similarity index 100% rename from templates/terraform/examples/bigquerydatatransfer_config_scheduled_query.tf.erb rename to mmv1/templates/terraform/examples/bigquerydatatransfer_config_scheduled_query.tf.erb diff --git a/templates/terraform/examples/bigtable_app_profile_multicluster.tf.erb b/mmv1/templates/terraform/examples/bigtable_app_profile_multicluster.tf.erb similarity index 100% rename from templates/terraform/examples/bigtable_app_profile_multicluster.tf.erb rename to mmv1/templates/terraform/examples/bigtable_app_profile_multicluster.tf.erb diff --git a/templates/terraform/examples/bigtable_app_profile_singlecluster.tf.erb b/mmv1/templates/terraform/examples/bigtable_app_profile_singlecluster.tf.erb similarity index 100% rename from templates/terraform/examples/bigtable_app_profile_singlecluster.tf.erb rename to mmv1/templates/terraform/examples/bigtable_app_profile_singlecluster.tf.erb diff --git a/templates/terraform/examples/billing_budget_basic.tf.erb b/mmv1/templates/terraform/examples/billing_budget_basic.tf.erb similarity index 100% rename from templates/terraform/examples/billing_budget_basic.tf.erb rename to mmv1/templates/terraform/examples/billing_budget_basic.tf.erb diff --git a/templates/terraform/examples/billing_budget_filter.tf.erb b/mmv1/templates/terraform/examples/billing_budget_filter.tf.erb similarity index 100% rename from templates/terraform/examples/billing_budget_filter.tf.erb rename to mmv1/templates/terraform/examples/billing_budget_filter.tf.erb diff --git a/templates/terraform/examples/billing_budget_lastperiod.tf.erb b/mmv1/templates/terraform/examples/billing_budget_lastperiod.tf.erb similarity index 100% rename from templates/terraform/examples/billing_budget_lastperiod.tf.erb rename to mmv1/templates/terraform/examples/billing_budget_lastperiod.tf.erb diff --git a/templates/terraform/examples/billing_budget_notify.tf.erb b/mmv1/templates/terraform/examples/billing_budget_notify.tf.erb similarity index 100% rename from templates/terraform/examples/billing_budget_notify.tf.erb rename to mmv1/templates/terraform/examples/billing_budget_notify.tf.erb diff --git a/templates/terraform/examples/binary_authorization_attestor_basic.tf.erb b/mmv1/templates/terraform/examples/binary_authorization_attestor_basic.tf.erb similarity index 100% rename from templates/terraform/examples/binary_authorization_attestor_basic.tf.erb rename to mmv1/templates/terraform/examples/binary_authorization_attestor_basic.tf.erb diff --git a/templates/terraform/examples/binary_authorization_attestor_kms.tf.erb b/mmv1/templates/terraform/examples/binary_authorization_attestor_kms.tf.erb similarity index 100% rename from templates/terraform/examples/binary_authorization_attestor_kms.tf.erb rename to mmv1/templates/terraform/examples/binary_authorization_attestor_kms.tf.erb diff --git a/templates/terraform/examples/binary_authorization_policy_basic.tf.erb b/mmv1/templates/terraform/examples/binary_authorization_policy_basic.tf.erb similarity index 100% rename from templates/terraform/examples/binary_authorization_policy_basic.tf.erb rename to mmv1/templates/terraform/examples/binary_authorization_policy_basic.tf.erb diff --git a/templates/terraform/examples/binary_authorization_policy_global_evaluation.tf.erb b/mmv1/templates/terraform/examples/binary_authorization_policy_global_evaluation.tf.erb similarity index 100% rename from templates/terraform/examples/binary_authorization_policy_global_evaluation.tf.erb rename to mmv1/templates/terraform/examples/binary_authorization_policy_global_evaluation.tf.erb diff --git a/templates/terraform/examples/cloud_asset_folder_feed.tf.erb b/mmv1/templates/terraform/examples/cloud_asset_folder_feed.tf.erb similarity index 100% rename from templates/terraform/examples/cloud_asset_folder_feed.tf.erb rename to mmv1/templates/terraform/examples/cloud_asset_folder_feed.tf.erb diff --git a/templates/terraform/examples/cloud_asset_organization_feed.tf.erb b/mmv1/templates/terraform/examples/cloud_asset_organization_feed.tf.erb similarity index 100% rename from templates/terraform/examples/cloud_asset_organization_feed.tf.erb rename to mmv1/templates/terraform/examples/cloud_asset_organization_feed.tf.erb diff --git a/templates/terraform/examples/cloud_asset_project_feed.tf.erb b/mmv1/templates/terraform/examples/cloud_asset_project_feed.tf.erb similarity index 100% rename from templates/terraform/examples/cloud_asset_project_feed.tf.erb rename to mmv1/templates/terraform/examples/cloud_asset_project_feed.tf.erb diff --git a/templates/terraform/examples/cloud_identity_group_membership.tf.erb b/mmv1/templates/terraform/examples/cloud_identity_group_membership.tf.erb similarity index 100% rename from templates/terraform/examples/cloud_identity_group_membership.tf.erb rename to mmv1/templates/terraform/examples/cloud_identity_group_membership.tf.erb diff --git a/templates/terraform/examples/cloud_identity_group_membership_user.tf.erb b/mmv1/templates/terraform/examples/cloud_identity_group_membership_user.tf.erb similarity index 100% rename from templates/terraform/examples/cloud_identity_group_membership_user.tf.erb rename to mmv1/templates/terraform/examples/cloud_identity_group_membership_user.tf.erb diff --git a/templates/terraform/examples/cloud_identity_groups_basic.tf.erb b/mmv1/templates/terraform/examples/cloud_identity_groups_basic.tf.erb similarity index 100% rename from templates/terraform/examples/cloud_identity_groups_basic.tf.erb rename to mmv1/templates/terraform/examples/cloud_identity_groups_basic.tf.erb diff --git a/templates/terraform/examples/cloud_run_domain_mapping_basic.tf.erb b/mmv1/templates/terraform/examples/cloud_run_domain_mapping_basic.tf.erb similarity index 100% rename from templates/terraform/examples/cloud_run_domain_mapping_basic.tf.erb rename to mmv1/templates/terraform/examples/cloud_run_domain_mapping_basic.tf.erb diff --git a/templates/terraform/examples/cloud_run_service_basic.tf.erb b/mmv1/templates/terraform/examples/cloud_run_service_basic.tf.erb similarity index 100% rename from templates/terraform/examples/cloud_run_service_basic.tf.erb rename to mmv1/templates/terraform/examples/cloud_run_service_basic.tf.erb diff --git a/templates/terraform/examples/cloud_run_service_multiple_environment_variables.tf.erb b/mmv1/templates/terraform/examples/cloud_run_service_multiple_environment_variables.tf.erb similarity index 100% rename from templates/terraform/examples/cloud_run_service_multiple_environment_variables.tf.erb rename to mmv1/templates/terraform/examples/cloud_run_service_multiple_environment_variables.tf.erb diff --git a/templates/terraform/examples/cloud_run_service_noauth.tf.erb b/mmv1/templates/terraform/examples/cloud_run_service_noauth.tf.erb similarity index 100% rename from templates/terraform/examples/cloud_run_service_noauth.tf.erb rename to mmv1/templates/terraform/examples/cloud_run_service_noauth.tf.erb diff --git a/templates/terraform/examples/cloud_run_service_sql.tf.erb b/mmv1/templates/terraform/examples/cloud_run_service_sql.tf.erb similarity index 100% rename from templates/terraform/examples/cloud_run_service_sql.tf.erb rename to mmv1/templates/terraform/examples/cloud_run_service_sql.tf.erb diff --git a/templates/terraform/examples/cloud_run_service_traffic_split.tf.erb b/mmv1/templates/terraform/examples/cloud_run_service_traffic_split.tf.erb similarity index 100% rename from templates/terraform/examples/cloud_run_service_traffic_split.tf.erb rename to mmv1/templates/terraform/examples/cloud_run_service_traffic_split.tf.erb diff --git a/templates/terraform/examples/cloud_tasks_queue_advanced.tf.erb b/mmv1/templates/terraform/examples/cloud_tasks_queue_advanced.tf.erb similarity index 100% rename from templates/terraform/examples/cloud_tasks_queue_advanced.tf.erb rename to mmv1/templates/terraform/examples/cloud_tasks_queue_advanced.tf.erb diff --git a/templates/terraform/examples/cloudbuild_trigger_build.tf.erb b/mmv1/templates/terraform/examples/cloudbuild_trigger_build.tf.erb similarity index 100% rename from templates/terraform/examples/cloudbuild_trigger_build.tf.erb rename to mmv1/templates/terraform/examples/cloudbuild_trigger_build.tf.erb diff --git a/templates/terraform/examples/cloudbuild_trigger_filename.tf.erb b/mmv1/templates/terraform/examples/cloudbuild_trigger_filename.tf.erb similarity index 100% rename from templates/terraform/examples/cloudbuild_trigger_filename.tf.erb rename to mmv1/templates/terraform/examples/cloudbuild_trigger_filename.tf.erb diff --git a/templates/terraform/examples/cloudbuild_trigger_github.tf.erb b/mmv1/templates/terraform/examples/cloudbuild_trigger_github.tf.erb similarity index 100% rename from templates/terraform/examples/cloudbuild_trigger_github.tf.erb rename to mmv1/templates/terraform/examples/cloudbuild_trigger_github.tf.erb diff --git a/templates/terraform/examples/cloudfunctions_cloud_function.tf.erb b/mmv1/templates/terraform/examples/cloudfunctions_cloud_function.tf.erb similarity index 100% rename from templates/terraform/examples/cloudfunctions_cloud_function.tf.erb rename to mmv1/templates/terraform/examples/cloudfunctions_cloud_function.tf.erb diff --git a/templates/terraform/examples/cloudiot_device_basic.tf.erb b/mmv1/templates/terraform/examples/cloudiot_device_basic.tf.erb similarity index 100% rename from templates/terraform/examples/cloudiot_device_basic.tf.erb rename to mmv1/templates/terraform/examples/cloudiot_device_basic.tf.erb diff --git a/templates/terraform/examples/cloudiot_device_full.tf.erb b/mmv1/templates/terraform/examples/cloudiot_device_full.tf.erb similarity index 100% rename from templates/terraform/examples/cloudiot_device_full.tf.erb rename to mmv1/templates/terraform/examples/cloudiot_device_full.tf.erb diff --git a/templates/terraform/examples/cloudiot_device_registry_basic.tf.erb b/mmv1/templates/terraform/examples/cloudiot_device_registry_basic.tf.erb similarity index 100% rename from templates/terraform/examples/cloudiot_device_registry_basic.tf.erb rename to mmv1/templates/terraform/examples/cloudiot_device_registry_basic.tf.erb diff --git a/templates/terraform/examples/cloudiot_device_registry_full.tf.erb b/mmv1/templates/terraform/examples/cloudiot_device_registry_full.tf.erb similarity index 100% rename from templates/terraform/examples/cloudiot_device_registry_full.tf.erb rename to mmv1/templates/terraform/examples/cloudiot_device_registry_full.tf.erb diff --git a/templates/terraform/examples/cloudiot_device_registry_single_event_notification_configs.tf.erb b/mmv1/templates/terraform/examples/cloudiot_device_registry_single_event_notification_configs.tf.erb similarity index 100% rename from templates/terraform/examples/cloudiot_device_registry_single_event_notification_configs.tf.erb rename to mmv1/templates/terraform/examples/cloudiot_device_registry_single_event_notification_configs.tf.erb diff --git a/templates/terraform/examples/compute_packet_mirroring_full.tf.erb b/mmv1/templates/terraform/examples/compute_packet_mirroring_full.tf.erb similarity index 100% rename from templates/terraform/examples/compute_packet_mirroring_full.tf.erb rename to mmv1/templates/terraform/examples/compute_packet_mirroring_full.tf.erb diff --git a/templates/terraform/examples/consumer_quota_override.tf.erb b/mmv1/templates/terraform/examples/consumer_quota_override.tf.erb similarity index 100% rename from templates/terraform/examples/consumer_quota_override.tf.erb rename to mmv1/templates/terraform/examples/consumer_quota_override.tf.erb diff --git a/templates/terraform/examples/container_analysis_note_attestation_full.tf.erb b/mmv1/templates/terraform/examples/container_analysis_note_attestation_full.tf.erb similarity index 100% rename from templates/terraform/examples/container_analysis_note_attestation_full.tf.erb rename to mmv1/templates/terraform/examples/container_analysis_note_attestation_full.tf.erb diff --git a/templates/terraform/examples/container_analysis_note_basic.tf.erb b/mmv1/templates/terraform/examples/container_analysis_note_basic.tf.erb similarity index 100% rename from templates/terraform/examples/container_analysis_note_basic.tf.erb rename to mmv1/templates/terraform/examples/container_analysis_note_basic.tf.erb diff --git a/templates/terraform/examples/container_analysis_occurence_attestation.tf.erb b/mmv1/templates/terraform/examples/container_analysis_occurence_attestation.tf.erb similarity index 100% rename from templates/terraform/examples/container_analysis_occurence_attestation.tf.erb rename to mmv1/templates/terraform/examples/container_analysis_occurence_attestation.tf.erb diff --git a/templates/terraform/examples/container_analysis_occurrence_kms.tf.erb b/mmv1/templates/terraform/examples/container_analysis_occurrence_kms.tf.erb similarity index 100% rename from templates/terraform/examples/container_analysis_occurrence_kms.tf.erb rename to mmv1/templates/terraform/examples/container_analysis_occurrence_kms.tf.erb diff --git a/templates/terraform/examples/data_catalog_entry_basic.tf.erb b/mmv1/templates/terraform/examples/data_catalog_entry_basic.tf.erb similarity index 100% rename from templates/terraform/examples/data_catalog_entry_basic.tf.erb rename to mmv1/templates/terraform/examples/data_catalog_entry_basic.tf.erb diff --git a/templates/terraform/examples/data_catalog_entry_fileset.tf.erb b/mmv1/templates/terraform/examples/data_catalog_entry_fileset.tf.erb similarity index 100% rename from templates/terraform/examples/data_catalog_entry_fileset.tf.erb rename to mmv1/templates/terraform/examples/data_catalog_entry_fileset.tf.erb diff --git a/templates/terraform/examples/data_catalog_entry_full.tf.erb b/mmv1/templates/terraform/examples/data_catalog_entry_full.tf.erb similarity index 100% rename from templates/terraform/examples/data_catalog_entry_full.tf.erb rename to mmv1/templates/terraform/examples/data_catalog_entry_full.tf.erb diff --git a/templates/terraform/examples/data_catalog_entry_group_basic.tf.erb b/mmv1/templates/terraform/examples/data_catalog_entry_group_basic.tf.erb similarity index 100% rename from templates/terraform/examples/data_catalog_entry_group_basic.tf.erb rename to mmv1/templates/terraform/examples/data_catalog_entry_group_basic.tf.erb diff --git a/templates/terraform/examples/data_catalog_entry_group_full.tf.erb b/mmv1/templates/terraform/examples/data_catalog_entry_group_full.tf.erb similarity index 100% rename from templates/terraform/examples/data_catalog_entry_group_full.tf.erb rename to mmv1/templates/terraform/examples/data_catalog_entry_group_full.tf.erb diff --git a/templates/terraform/examples/data_catalog_entry_group_tag.tf.erb b/mmv1/templates/terraform/examples/data_catalog_entry_group_tag.tf.erb similarity index 100% rename from templates/terraform/examples/data_catalog_entry_group_tag.tf.erb rename to mmv1/templates/terraform/examples/data_catalog_entry_group_tag.tf.erb diff --git a/templates/terraform/examples/data_catalog_entry_tag_basic.tf.erb b/mmv1/templates/terraform/examples/data_catalog_entry_tag_basic.tf.erb similarity index 100% rename from templates/terraform/examples/data_catalog_entry_tag_basic.tf.erb rename to mmv1/templates/terraform/examples/data_catalog_entry_tag_basic.tf.erb diff --git a/templates/terraform/examples/data_catalog_entry_tag_false.tf.erb b/mmv1/templates/terraform/examples/data_catalog_entry_tag_false.tf.erb similarity index 100% rename from templates/terraform/examples/data_catalog_entry_tag_false.tf.erb rename to mmv1/templates/terraform/examples/data_catalog_entry_tag_false.tf.erb diff --git a/templates/terraform/examples/data_catalog_entry_tag_full.tf.erb b/mmv1/templates/terraform/examples/data_catalog_entry_tag_full.tf.erb similarity index 100% rename from templates/terraform/examples/data_catalog_entry_tag_full.tf.erb rename to mmv1/templates/terraform/examples/data_catalog_entry_tag_full.tf.erb diff --git a/templates/terraform/examples/data_catalog_tag_template_basic.tf.erb b/mmv1/templates/terraform/examples/data_catalog_tag_template_basic.tf.erb similarity index 100% rename from templates/terraform/examples/data_catalog_tag_template_basic.tf.erb rename to mmv1/templates/terraform/examples/data_catalog_tag_template_basic.tf.erb diff --git a/templates/terraform/examples/data_catalog_taxonomies_policy_tag_basic.tf.erb b/mmv1/templates/terraform/examples/data_catalog_taxonomies_policy_tag_basic.tf.erb similarity index 100% rename from templates/terraform/examples/data_catalog_taxonomies_policy_tag_basic.tf.erb rename to mmv1/templates/terraform/examples/data_catalog_taxonomies_policy_tag_basic.tf.erb diff --git a/templates/terraform/examples/data_catalog_taxonomies_policy_tag_child_policies.tf.erb b/mmv1/templates/terraform/examples/data_catalog_taxonomies_policy_tag_child_policies.tf.erb similarity index 100% rename from templates/terraform/examples/data_catalog_taxonomies_policy_tag_child_policies.tf.erb rename to mmv1/templates/terraform/examples/data_catalog_taxonomies_policy_tag_child_policies.tf.erb diff --git a/templates/terraform/examples/data_catalog_taxonomy_basic.tf.erb b/mmv1/templates/terraform/examples/data_catalog_taxonomy_basic.tf.erb similarity index 100% rename from templates/terraform/examples/data_catalog_taxonomy_basic.tf.erb rename to mmv1/templates/terraform/examples/data_catalog_taxonomy_basic.tf.erb diff --git a/templates/terraform/examples/data_fusion_instance_basic.tf.erb b/mmv1/templates/terraform/examples/data_fusion_instance_basic.tf.erb similarity index 100% rename from templates/terraform/examples/data_fusion_instance_basic.tf.erb rename to mmv1/templates/terraform/examples/data_fusion_instance_basic.tf.erb diff --git a/templates/terraform/examples/data_fusion_instance_full.tf.erb b/mmv1/templates/terraform/examples/data_fusion_instance_full.tf.erb similarity index 100% rename from templates/terraform/examples/data_fusion_instance_full.tf.erb rename to mmv1/templates/terraform/examples/data_fusion_instance_full.tf.erb diff --git a/templates/terraform/examples/dataproc_autoscaling_policy.tf.erb b/mmv1/templates/terraform/examples/dataproc_autoscaling_policy.tf.erb similarity index 100% rename from templates/terraform/examples/dataproc_autoscaling_policy.tf.erb rename to mmv1/templates/terraform/examples/dataproc_autoscaling_policy.tf.erb diff --git a/templates/terraform/examples/datastore_index.tf.erb b/mmv1/templates/terraform/examples/datastore_index.tf.erb similarity index 100% rename from templates/terraform/examples/datastore_index.tf.erb rename to mmv1/templates/terraform/examples/datastore_index.tf.erb diff --git a/templates/terraform/examples/deployment_manager_deployment_basic.tf.erb b/mmv1/templates/terraform/examples/deployment_manager_deployment_basic.tf.erb similarity index 100% rename from templates/terraform/examples/deployment_manager_deployment_basic.tf.erb rename to mmv1/templates/terraform/examples/deployment_manager_deployment_basic.tf.erb diff --git a/templates/terraform/examples/deployment_manager_deployment_imports.tf.erb b/mmv1/templates/terraform/examples/deployment_manager_deployment_imports.tf.erb similarity index 100% rename from templates/terraform/examples/deployment_manager_deployment_imports.tf.erb rename to mmv1/templates/terraform/examples/deployment_manager_deployment_imports.tf.erb diff --git a/templates/terraform/examples/dialogflow_agent_full.tf.erb b/mmv1/templates/terraform/examples/dialogflow_agent_full.tf.erb similarity index 100% rename from templates/terraform/examples/dialogflow_agent_full.tf.erb rename to mmv1/templates/terraform/examples/dialogflow_agent_full.tf.erb diff --git a/templates/terraform/examples/dialogflow_entity_type_basic.tf.erb b/mmv1/templates/terraform/examples/dialogflow_entity_type_basic.tf.erb similarity index 100% rename from templates/terraform/examples/dialogflow_entity_type_basic.tf.erb rename to mmv1/templates/terraform/examples/dialogflow_entity_type_basic.tf.erb diff --git a/templates/terraform/examples/dialogflow_intent_basic.tf.erb b/mmv1/templates/terraform/examples/dialogflow_intent_basic.tf.erb similarity index 100% rename from templates/terraform/examples/dialogflow_intent_basic.tf.erb rename to mmv1/templates/terraform/examples/dialogflow_intent_basic.tf.erb diff --git a/templates/terraform/examples/dialogflow_intent_full.tf.erb b/mmv1/templates/terraform/examples/dialogflow_intent_full.tf.erb similarity index 100% rename from templates/terraform/examples/dialogflow_intent_full.tf.erb rename to mmv1/templates/terraform/examples/dialogflow_intent_full.tf.erb diff --git a/templates/terraform/examples/disk_basic.tf.erb b/mmv1/templates/terraform/examples/disk_basic.tf.erb similarity index 100% rename from templates/terraform/examples/disk_basic.tf.erb rename to mmv1/templates/terraform/examples/disk_basic.tf.erb diff --git a/templates/terraform/examples/disk_resource_policy_attachment_basic.tf.erb b/mmv1/templates/terraform/examples/disk_resource_policy_attachment_basic.tf.erb similarity index 100% rename from templates/terraform/examples/disk_resource_policy_attachment_basic.tf.erb rename to mmv1/templates/terraform/examples/disk_resource_policy_attachment_basic.tf.erb diff --git a/templates/terraform/examples/dlp_deidentify_template_basic.tf.erb b/mmv1/templates/terraform/examples/dlp_deidentify_template_basic.tf.erb similarity index 100% rename from templates/terraform/examples/dlp_deidentify_template_basic.tf.erb rename to mmv1/templates/terraform/examples/dlp_deidentify_template_basic.tf.erb diff --git a/templates/terraform/examples/dlp_inspect_template_basic.tf.erb b/mmv1/templates/terraform/examples/dlp_inspect_template_basic.tf.erb similarity index 100% rename from templates/terraform/examples/dlp_inspect_template_basic.tf.erb rename to mmv1/templates/terraform/examples/dlp_inspect_template_basic.tf.erb diff --git a/templates/terraform/examples/dlp_inspect_template_custom_type.tf.erb b/mmv1/templates/terraform/examples/dlp_inspect_template_custom_type.tf.erb similarity index 100% rename from templates/terraform/examples/dlp_inspect_template_custom_type.tf.erb rename to mmv1/templates/terraform/examples/dlp_inspect_template_custom_type.tf.erb diff --git a/templates/terraform/examples/dlp_job_trigger_basic.tf.erb b/mmv1/templates/terraform/examples/dlp_job_trigger_basic.tf.erb similarity index 100% rename from templates/terraform/examples/dlp_job_trigger_basic.tf.erb rename to mmv1/templates/terraform/examples/dlp_job_trigger_basic.tf.erb diff --git a/templates/terraform/examples/dlp_stored_info_type_basic.tf.erb b/mmv1/templates/terraform/examples/dlp_stored_info_type_basic.tf.erb similarity index 100% rename from templates/terraform/examples/dlp_stored_info_type_basic.tf.erb rename to mmv1/templates/terraform/examples/dlp_stored_info_type_basic.tf.erb diff --git a/templates/terraform/examples/dlp_stored_info_type_dictionary.tf.erb b/mmv1/templates/terraform/examples/dlp_stored_info_type_dictionary.tf.erb similarity index 100% rename from templates/terraform/examples/dlp_stored_info_type_dictionary.tf.erb rename to mmv1/templates/terraform/examples/dlp_stored_info_type_dictionary.tf.erb diff --git a/templates/terraform/examples/dlp_stored_info_type_large_custom_dictionary.tf.erb b/mmv1/templates/terraform/examples/dlp_stored_info_type_large_custom_dictionary.tf.erb similarity index 100% rename from templates/terraform/examples/dlp_stored_info_type_large_custom_dictionary.tf.erb rename to mmv1/templates/terraform/examples/dlp_stored_info_type_large_custom_dictionary.tf.erb diff --git a/templates/terraform/examples/dns_managed_zone_basic.tf.erb b/mmv1/templates/terraform/examples/dns_managed_zone_basic.tf.erb similarity index 100% rename from templates/terraform/examples/dns_managed_zone_basic.tf.erb rename to mmv1/templates/terraform/examples/dns_managed_zone_basic.tf.erb diff --git a/templates/terraform/examples/dns_managed_zone_private.tf.erb b/mmv1/templates/terraform/examples/dns_managed_zone_private.tf.erb similarity index 100% rename from templates/terraform/examples/dns_managed_zone_private.tf.erb rename to mmv1/templates/terraform/examples/dns_managed_zone_private.tf.erb diff --git a/templates/terraform/examples/dns_managed_zone_private_forwarding.tf.erb b/mmv1/templates/terraform/examples/dns_managed_zone_private_forwarding.tf.erb similarity index 100% rename from templates/terraform/examples/dns_managed_zone_private_forwarding.tf.erb rename to mmv1/templates/terraform/examples/dns_managed_zone_private_forwarding.tf.erb diff --git a/templates/terraform/examples/dns_managed_zone_private_peering.tf.erb b/mmv1/templates/terraform/examples/dns_managed_zone_private_peering.tf.erb similarity index 100% rename from templates/terraform/examples/dns_managed_zone_private_peering.tf.erb rename to mmv1/templates/terraform/examples/dns_managed_zone_private_peering.tf.erb diff --git a/templates/terraform/examples/dns_managed_zone_service_directory.tf.erb b/mmv1/templates/terraform/examples/dns_managed_zone_service_directory.tf.erb similarity index 100% rename from templates/terraform/examples/dns_managed_zone_service_directory.tf.erb rename to mmv1/templates/terraform/examples/dns_managed_zone_service_directory.tf.erb diff --git a/templates/terraform/examples/dns_policy_basic.tf.erb b/mmv1/templates/terraform/examples/dns_policy_basic.tf.erb similarity index 100% rename from templates/terraform/examples/dns_policy_basic.tf.erb rename to mmv1/templates/terraform/examples/dns_policy_basic.tf.erb diff --git a/templates/terraform/examples/endpoints_iam.tf.erb b/mmv1/templates/terraform/examples/endpoints_iam.tf.erb similarity index 100% rename from templates/terraform/examples/endpoints_iam.tf.erb rename to mmv1/templates/terraform/examples/endpoints_iam.tf.erb diff --git a/templates/terraform/examples/external_vpn_gateway.tf.erb b/mmv1/templates/terraform/examples/external_vpn_gateway.tf.erb similarity index 100% rename from templates/terraform/examples/external_vpn_gateway.tf.erb rename to mmv1/templates/terraform/examples/external_vpn_gateway.tf.erb diff --git a/templates/terraform/examples/filestore_instance_basic.tf.erb b/mmv1/templates/terraform/examples/filestore_instance_basic.tf.erb similarity index 100% rename from templates/terraform/examples/filestore_instance_basic.tf.erb rename to mmv1/templates/terraform/examples/filestore_instance_basic.tf.erb diff --git a/templates/terraform/examples/filestore_instance_full.tf.erb b/mmv1/templates/terraform/examples/filestore_instance_full.tf.erb similarity index 100% rename from templates/terraform/examples/filestore_instance_full.tf.erb rename to mmv1/templates/terraform/examples/filestore_instance_full.tf.erb diff --git a/templates/terraform/examples/firebase_project_basic.tf.erb b/mmv1/templates/terraform/examples/firebase_project_basic.tf.erb similarity index 100% rename from templates/terraform/examples/firebase_project_basic.tf.erb rename to mmv1/templates/terraform/examples/firebase_project_basic.tf.erb diff --git a/templates/terraform/examples/firebase_project_location_basic.tf.erb b/mmv1/templates/terraform/examples/firebase_project_location_basic.tf.erb similarity index 100% rename from templates/terraform/examples/firebase_project_location_basic.tf.erb rename to mmv1/templates/terraform/examples/firebase_project_location_basic.tf.erb diff --git a/templates/terraform/examples/firebase_web_app_basic.tf.erb b/mmv1/templates/terraform/examples/firebase_web_app_basic.tf.erb similarity index 100% rename from templates/terraform/examples/firebase_web_app_basic.tf.erb rename to mmv1/templates/terraform/examples/firebase_web_app_basic.tf.erb diff --git a/templates/terraform/examples/firestore_document_basic.tf.erb b/mmv1/templates/terraform/examples/firestore_document_basic.tf.erb similarity index 100% rename from templates/terraform/examples/firestore_document_basic.tf.erb rename to mmv1/templates/terraform/examples/firestore_document_basic.tf.erb diff --git a/templates/terraform/examples/firestore_document_nested_document.tf.erb b/mmv1/templates/terraform/examples/firestore_document_nested_document.tf.erb similarity index 100% rename from templates/terraform/examples/firestore_document_nested_document.tf.erb rename to mmv1/templates/terraform/examples/firestore_document_nested_document.tf.erb diff --git a/templates/terraform/examples/firestore_index_basic.tf.erb b/mmv1/templates/terraform/examples/firestore_index_basic.tf.erb similarity index 100% rename from templates/terraform/examples/firestore_index_basic.tf.erb rename to mmv1/templates/terraform/examples/firestore_index_basic.tf.erb diff --git a/templates/terraform/examples/firewall_basic.tf.erb b/mmv1/templates/terraform/examples/firewall_basic.tf.erb similarity index 100% rename from templates/terraform/examples/firewall_basic.tf.erb rename to mmv1/templates/terraform/examples/firewall_basic.tf.erb diff --git a/templates/terraform/examples/folder_access_approval_full.tf.erb b/mmv1/templates/terraform/examples/folder_access_approval_full.tf.erb similarity index 100% rename from templates/terraform/examples/folder_access_approval_full.tf.erb rename to mmv1/templates/terraform/examples/folder_access_approval_full.tf.erb diff --git a/templates/terraform/examples/forwarding_rule_basic.tf.erb b/mmv1/templates/terraform/examples/forwarding_rule_basic.tf.erb similarity index 100% rename from templates/terraform/examples/forwarding_rule_basic.tf.erb rename to mmv1/templates/terraform/examples/forwarding_rule_basic.tf.erb diff --git a/templates/terraform/examples/forwarding_rule_externallb.tf.erb b/mmv1/templates/terraform/examples/forwarding_rule_externallb.tf.erb similarity index 100% rename from templates/terraform/examples/forwarding_rule_externallb.tf.erb rename to mmv1/templates/terraform/examples/forwarding_rule_externallb.tf.erb diff --git a/templates/terraform/examples/forwarding_rule_global_internallb.tf.erb b/mmv1/templates/terraform/examples/forwarding_rule_global_internallb.tf.erb similarity index 100% rename from templates/terraform/examples/forwarding_rule_global_internallb.tf.erb rename to mmv1/templates/terraform/examples/forwarding_rule_global_internallb.tf.erb diff --git a/templates/terraform/examples/forwarding_rule_http_lb.tf.erb b/mmv1/templates/terraform/examples/forwarding_rule_http_lb.tf.erb similarity index 100% rename from templates/terraform/examples/forwarding_rule_http_lb.tf.erb rename to mmv1/templates/terraform/examples/forwarding_rule_http_lb.tf.erb diff --git a/templates/terraform/examples/forwarding_rule_internallb.tf.erb b/mmv1/templates/terraform/examples/forwarding_rule_internallb.tf.erb similarity index 100% rename from templates/terraform/examples/forwarding_rule_internallb.tf.erb rename to mmv1/templates/terraform/examples/forwarding_rule_internallb.tf.erb diff --git a/templates/terraform/examples/game_service_cluster_basic.tf.erb b/mmv1/templates/terraform/examples/game_service_cluster_basic.tf.erb similarity index 100% rename from templates/terraform/examples/game_service_cluster_basic.tf.erb rename to mmv1/templates/terraform/examples/game_service_cluster_basic.tf.erb diff --git a/templates/terraform/examples/game_service_config_basic.tf.erb b/mmv1/templates/terraform/examples/game_service_config_basic.tf.erb similarity index 100% rename from templates/terraform/examples/game_service_config_basic.tf.erb rename to mmv1/templates/terraform/examples/game_service_config_basic.tf.erb diff --git a/templates/terraform/examples/game_service_deployment_basic.tf.erb b/mmv1/templates/terraform/examples/game_service_deployment_basic.tf.erb similarity index 100% rename from templates/terraform/examples/game_service_deployment_basic.tf.erb rename to mmv1/templates/terraform/examples/game_service_deployment_basic.tf.erb diff --git a/templates/terraform/examples/game_service_deployment_rollout_basic.tf.erb b/mmv1/templates/terraform/examples/game_service_deployment_rollout_basic.tf.erb similarity index 100% rename from templates/terraform/examples/game_service_deployment_rollout_basic.tf.erb rename to mmv1/templates/terraform/examples/game_service_deployment_rollout_basic.tf.erb diff --git a/templates/terraform/examples/game_service_realm_basic.tf.erb b/mmv1/templates/terraform/examples/game_service_realm_basic.tf.erb similarity index 100% rename from templates/terraform/examples/game_service_realm_basic.tf.erb rename to mmv1/templates/terraform/examples/game_service_realm_basic.tf.erb diff --git a/templates/terraform/examples/global_address_basic.tf.erb b/mmv1/templates/terraform/examples/global_address_basic.tf.erb similarity index 100% rename from templates/terraform/examples/global_address_basic.tf.erb rename to mmv1/templates/terraform/examples/global_address_basic.tf.erb diff --git a/templates/terraform/examples/global_forwarding_rule_http.tf.erb b/mmv1/templates/terraform/examples/global_forwarding_rule_http.tf.erb similarity index 100% rename from templates/terraform/examples/global_forwarding_rule_http.tf.erb rename to mmv1/templates/terraform/examples/global_forwarding_rule_http.tf.erb diff --git a/templates/terraform/examples/global_forwarding_rule_internal.tf.erb b/mmv1/templates/terraform/examples/global_forwarding_rule_internal.tf.erb similarity index 100% rename from templates/terraform/examples/global_forwarding_rule_internal.tf.erb rename to mmv1/templates/terraform/examples/global_forwarding_rule_internal.tf.erb diff --git a/templates/terraform/examples/global_network_endpoint.tf.erb b/mmv1/templates/terraform/examples/global_network_endpoint.tf.erb similarity index 100% rename from templates/terraform/examples/global_network_endpoint.tf.erb rename to mmv1/templates/terraform/examples/global_network_endpoint.tf.erb diff --git a/templates/terraform/examples/global_network_endpoint_group.tf.erb b/mmv1/templates/terraform/examples/global_network_endpoint_group.tf.erb similarity index 100% rename from templates/terraform/examples/global_network_endpoint_group.tf.erb rename to mmv1/templates/terraform/examples/global_network_endpoint_group.tf.erb diff --git a/templates/terraform/examples/global_network_endpoint_group_ip_address.tf.erb b/mmv1/templates/terraform/examples/global_network_endpoint_group_ip_address.tf.erb similarity index 100% rename from templates/terraform/examples/global_network_endpoint_group_ip_address.tf.erb rename to mmv1/templates/terraform/examples/global_network_endpoint_group_ip_address.tf.erb diff --git a/templates/terraform/examples/ha_vpn_gateway_basic.tf.erb b/mmv1/templates/terraform/examples/ha_vpn_gateway_basic.tf.erb similarity index 100% rename from templates/terraform/examples/ha_vpn_gateway_basic.tf.erb rename to mmv1/templates/terraform/examples/ha_vpn_gateway_basic.tf.erb diff --git a/templates/terraform/examples/ha_vpn_gateway_gcp_to_gcp.tf.erb b/mmv1/templates/terraform/examples/ha_vpn_gateway_gcp_to_gcp.tf.erb similarity index 100% rename from templates/terraform/examples/ha_vpn_gateway_gcp_to_gcp.tf.erb rename to mmv1/templates/terraform/examples/ha_vpn_gateway_gcp_to_gcp.tf.erb diff --git a/templates/terraform/examples/health_check_grpc.tf.erb b/mmv1/templates/terraform/examples/health_check_grpc.tf.erb similarity index 100% rename from templates/terraform/examples/health_check_grpc.tf.erb rename to mmv1/templates/terraform/examples/health_check_grpc.tf.erb diff --git a/templates/terraform/examples/health_check_grpc_full.tf.erb b/mmv1/templates/terraform/examples/health_check_grpc_full.tf.erb similarity index 100% rename from templates/terraform/examples/health_check_grpc_full.tf.erb rename to mmv1/templates/terraform/examples/health_check_grpc_full.tf.erb diff --git a/templates/terraform/examples/health_check_http.tf.erb b/mmv1/templates/terraform/examples/health_check_http.tf.erb similarity index 100% rename from templates/terraform/examples/health_check_http.tf.erb rename to mmv1/templates/terraform/examples/health_check_http.tf.erb diff --git a/templates/terraform/examples/health_check_http2.tf.erb b/mmv1/templates/terraform/examples/health_check_http2.tf.erb similarity index 100% rename from templates/terraform/examples/health_check_http2.tf.erb rename to mmv1/templates/terraform/examples/health_check_http2.tf.erb diff --git a/templates/terraform/examples/health_check_http2_full.tf.erb b/mmv1/templates/terraform/examples/health_check_http2_full.tf.erb similarity index 100% rename from templates/terraform/examples/health_check_http2_full.tf.erb rename to mmv1/templates/terraform/examples/health_check_http2_full.tf.erb diff --git a/templates/terraform/examples/health_check_http_full.tf.erb b/mmv1/templates/terraform/examples/health_check_http_full.tf.erb similarity index 100% rename from templates/terraform/examples/health_check_http_full.tf.erb rename to mmv1/templates/terraform/examples/health_check_http_full.tf.erb diff --git a/templates/terraform/examples/health_check_https.tf.erb b/mmv1/templates/terraform/examples/health_check_https.tf.erb similarity index 100% rename from templates/terraform/examples/health_check_https.tf.erb rename to mmv1/templates/terraform/examples/health_check_https.tf.erb diff --git a/templates/terraform/examples/health_check_https_full.tf.erb b/mmv1/templates/terraform/examples/health_check_https_full.tf.erb similarity index 100% rename from templates/terraform/examples/health_check_https_full.tf.erb rename to mmv1/templates/terraform/examples/health_check_https_full.tf.erb diff --git a/templates/terraform/examples/health_check_ssl.tf.erb b/mmv1/templates/terraform/examples/health_check_ssl.tf.erb similarity index 100% rename from templates/terraform/examples/health_check_ssl.tf.erb rename to mmv1/templates/terraform/examples/health_check_ssl.tf.erb diff --git a/templates/terraform/examples/health_check_ssl_full.tf.erb b/mmv1/templates/terraform/examples/health_check_ssl_full.tf.erb similarity index 100% rename from templates/terraform/examples/health_check_ssl_full.tf.erb rename to mmv1/templates/terraform/examples/health_check_ssl_full.tf.erb diff --git a/templates/terraform/examples/health_check_tcp.tf.erb b/mmv1/templates/terraform/examples/health_check_tcp.tf.erb similarity index 100% rename from templates/terraform/examples/health_check_tcp.tf.erb rename to mmv1/templates/terraform/examples/health_check_tcp.tf.erb diff --git a/templates/terraform/examples/health_check_tcp_full.tf.erb b/mmv1/templates/terraform/examples/health_check_tcp_full.tf.erb similarity index 100% rename from templates/terraform/examples/health_check_tcp_full.tf.erb rename to mmv1/templates/terraform/examples/health_check_tcp_full.tf.erb diff --git a/templates/terraform/examples/health_check_with_logging.tf.erb b/mmv1/templates/terraform/examples/health_check_with_logging.tf.erb similarity index 100% rename from templates/terraform/examples/health_check_with_logging.tf.erb rename to mmv1/templates/terraform/examples/health_check_with_logging.tf.erb diff --git a/templates/terraform/examples/healthcare_consent_store_basic.tf.erb b/mmv1/templates/terraform/examples/healthcare_consent_store_basic.tf.erb similarity index 100% rename from templates/terraform/examples/healthcare_consent_store_basic.tf.erb rename to mmv1/templates/terraform/examples/healthcare_consent_store_basic.tf.erb diff --git a/templates/terraform/examples/healthcare_consent_store_full.tf.erb b/mmv1/templates/terraform/examples/healthcare_consent_store_full.tf.erb similarity index 100% rename from templates/terraform/examples/healthcare_consent_store_full.tf.erb rename to mmv1/templates/terraform/examples/healthcare_consent_store_full.tf.erb diff --git a/templates/terraform/examples/healthcare_consent_store_iam.tf.erb b/mmv1/templates/terraform/examples/healthcare_consent_store_iam.tf.erb similarity index 100% rename from templates/terraform/examples/healthcare_consent_store_iam.tf.erb rename to mmv1/templates/terraform/examples/healthcare_consent_store_iam.tf.erb diff --git a/templates/terraform/examples/healthcare_dataset_basic.tf.erb b/mmv1/templates/terraform/examples/healthcare_dataset_basic.tf.erb similarity index 100% rename from templates/terraform/examples/healthcare_dataset_basic.tf.erb rename to mmv1/templates/terraform/examples/healthcare_dataset_basic.tf.erb diff --git a/templates/terraform/examples/healthcare_dicom_store_basic.tf.erb b/mmv1/templates/terraform/examples/healthcare_dicom_store_basic.tf.erb similarity index 100% rename from templates/terraform/examples/healthcare_dicom_store_basic.tf.erb rename to mmv1/templates/terraform/examples/healthcare_dicom_store_basic.tf.erb diff --git a/templates/terraform/examples/healthcare_fhir_store_basic.tf.erb b/mmv1/templates/terraform/examples/healthcare_fhir_store_basic.tf.erb similarity index 100% rename from templates/terraform/examples/healthcare_fhir_store_basic.tf.erb rename to mmv1/templates/terraform/examples/healthcare_fhir_store_basic.tf.erb diff --git a/templates/terraform/examples/healthcare_fhir_store_streaming_config.tf.erb b/mmv1/templates/terraform/examples/healthcare_fhir_store_streaming_config.tf.erb similarity index 100% rename from templates/terraform/examples/healthcare_fhir_store_streaming_config.tf.erb rename to mmv1/templates/terraform/examples/healthcare_fhir_store_streaming_config.tf.erb diff --git a/templates/terraform/examples/healthcare_hl7_v2_store_basic.tf.erb b/mmv1/templates/terraform/examples/healthcare_hl7_v2_store_basic.tf.erb similarity index 100% rename from templates/terraform/examples/healthcare_hl7_v2_store_basic.tf.erb rename to mmv1/templates/terraform/examples/healthcare_hl7_v2_store_basic.tf.erb diff --git a/templates/terraform/examples/healthcare_hl7_v2_store_parser_config.tf.erb b/mmv1/templates/terraform/examples/healthcare_hl7_v2_store_parser_config.tf.erb similarity index 100% rename from templates/terraform/examples/healthcare_hl7_v2_store_parser_config.tf.erb rename to mmv1/templates/terraform/examples/healthcare_hl7_v2_store_parser_config.tf.erb diff --git a/templates/terraform/examples/healthcare_hl7_v2_store_unschematized.tf.erb b/mmv1/templates/terraform/examples/healthcare_hl7_v2_store_unschematized.tf.erb similarity index 100% rename from templates/terraform/examples/healthcare_hl7_v2_store_unschematized.tf.erb rename to mmv1/templates/terraform/examples/healthcare_hl7_v2_store_unschematized.tf.erb diff --git a/templates/terraform/examples/http_health_check_basic.tf.erb b/mmv1/templates/terraform/examples/http_health_check_basic.tf.erb similarity index 100% rename from templates/terraform/examples/http_health_check_basic.tf.erb rename to mmv1/templates/terraform/examples/http_health_check_basic.tf.erb diff --git a/templates/terraform/examples/https_health_check_basic.tf.erb b/mmv1/templates/terraform/examples/https_health_check_basic.tf.erb similarity index 100% rename from templates/terraform/examples/https_health_check_basic.tf.erb rename to mmv1/templates/terraform/examples/https_health_check_basic.tf.erb diff --git a/templates/terraform/examples/iam_workload_identity_pool_basic.tf.erb b/mmv1/templates/terraform/examples/iam_workload_identity_pool_basic.tf.erb similarity index 100% rename from templates/terraform/examples/iam_workload_identity_pool_basic.tf.erb rename to mmv1/templates/terraform/examples/iam_workload_identity_pool_basic.tf.erb diff --git a/templates/terraform/examples/iam_workload_identity_pool_full.tf.erb b/mmv1/templates/terraform/examples/iam_workload_identity_pool_full.tf.erb similarity index 100% rename from templates/terraform/examples/iam_workload_identity_pool_full.tf.erb rename to mmv1/templates/terraform/examples/iam_workload_identity_pool_full.tf.erb diff --git a/templates/terraform/examples/iam_workload_identity_pool_provider_aws_basic.tf.erb b/mmv1/templates/terraform/examples/iam_workload_identity_pool_provider_aws_basic.tf.erb similarity index 100% rename from templates/terraform/examples/iam_workload_identity_pool_provider_aws_basic.tf.erb rename to mmv1/templates/terraform/examples/iam_workload_identity_pool_provider_aws_basic.tf.erb diff --git a/templates/terraform/examples/iam_workload_identity_pool_provider_aws_full.tf.erb b/mmv1/templates/terraform/examples/iam_workload_identity_pool_provider_aws_full.tf.erb similarity index 100% rename from templates/terraform/examples/iam_workload_identity_pool_provider_aws_full.tf.erb rename to mmv1/templates/terraform/examples/iam_workload_identity_pool_provider_aws_full.tf.erb diff --git a/templates/terraform/examples/iam_workload_identity_pool_provider_oidc_basic.tf.erb b/mmv1/templates/terraform/examples/iam_workload_identity_pool_provider_oidc_basic.tf.erb similarity index 100% rename from templates/terraform/examples/iam_workload_identity_pool_provider_oidc_basic.tf.erb rename to mmv1/templates/terraform/examples/iam_workload_identity_pool_provider_oidc_basic.tf.erb diff --git a/templates/terraform/examples/iam_workload_identity_pool_provider_oidc_full.tf.erb b/mmv1/templates/terraform/examples/iam_workload_identity_pool_provider_oidc_full.tf.erb similarity index 100% rename from templates/terraform/examples/iam_workload_identity_pool_provider_oidc_full.tf.erb rename to mmv1/templates/terraform/examples/iam_workload_identity_pool_provider_oidc_full.tf.erb diff --git a/templates/terraform/examples/iap_app_engine_service.tf.erb b/mmv1/templates/terraform/examples/iap_app_engine_service.tf.erb similarity index 100% rename from templates/terraform/examples/iap_app_engine_service.tf.erb rename to mmv1/templates/terraform/examples/iap_app_engine_service.tf.erb diff --git a/templates/terraform/examples/iap_app_engine_version.tf.erb b/mmv1/templates/terraform/examples/iap_app_engine_version.tf.erb similarity index 100% rename from templates/terraform/examples/iap_app_engine_version.tf.erb rename to mmv1/templates/terraform/examples/iap_app_engine_version.tf.erb diff --git a/templates/terraform/examples/iap_appengine.tf.erb b/mmv1/templates/terraform/examples/iap_appengine.tf.erb similarity index 100% rename from templates/terraform/examples/iap_appengine.tf.erb rename to mmv1/templates/terraform/examples/iap_appengine.tf.erb diff --git a/templates/terraform/examples/iap_brand.tf.erb b/mmv1/templates/terraform/examples/iap_brand.tf.erb similarity index 100% rename from templates/terraform/examples/iap_brand.tf.erb rename to mmv1/templates/terraform/examples/iap_brand.tf.erb diff --git a/templates/terraform/examples/iap_client.tf.erb b/mmv1/templates/terraform/examples/iap_client.tf.erb similarity index 100% rename from templates/terraform/examples/iap_client.tf.erb rename to mmv1/templates/terraform/examples/iap_client.tf.erb diff --git a/templates/terraform/examples/iap_project.tf.erb b/mmv1/templates/terraform/examples/iap_project.tf.erb similarity index 100% rename from templates/terraform/examples/iap_project.tf.erb rename to mmv1/templates/terraform/examples/iap_project.tf.erb diff --git a/templates/terraform/examples/identity_platform_default_supported_idp_config_basic.tf.erb b/mmv1/templates/terraform/examples/identity_platform_default_supported_idp_config_basic.tf.erb similarity index 100% rename from templates/terraform/examples/identity_platform_default_supported_idp_config_basic.tf.erb rename to mmv1/templates/terraform/examples/identity_platform_default_supported_idp_config_basic.tf.erb diff --git a/templates/terraform/examples/identity_platform_inbound_saml_config_basic.tf.erb b/mmv1/templates/terraform/examples/identity_platform_inbound_saml_config_basic.tf.erb similarity index 100% rename from templates/terraform/examples/identity_platform_inbound_saml_config_basic.tf.erb rename to mmv1/templates/terraform/examples/identity_platform_inbound_saml_config_basic.tf.erb diff --git a/templates/terraform/examples/identity_platform_oauth_idp_config_basic.tf.erb b/mmv1/templates/terraform/examples/identity_platform_oauth_idp_config_basic.tf.erb similarity index 100% rename from templates/terraform/examples/identity_platform_oauth_idp_config_basic.tf.erb rename to mmv1/templates/terraform/examples/identity_platform_oauth_idp_config_basic.tf.erb diff --git a/templates/terraform/examples/identity_platform_tenant_basic.tf.erb b/mmv1/templates/terraform/examples/identity_platform_tenant_basic.tf.erb similarity index 100% rename from templates/terraform/examples/identity_platform_tenant_basic.tf.erb rename to mmv1/templates/terraform/examples/identity_platform_tenant_basic.tf.erb diff --git a/templates/terraform/examples/identity_platform_tenant_default_supported_idp_config_basic.tf.erb b/mmv1/templates/terraform/examples/identity_platform_tenant_default_supported_idp_config_basic.tf.erb similarity index 100% rename from templates/terraform/examples/identity_platform_tenant_default_supported_idp_config_basic.tf.erb rename to mmv1/templates/terraform/examples/identity_platform_tenant_default_supported_idp_config_basic.tf.erb diff --git a/templates/terraform/examples/identity_platform_tenant_inbound_saml_config_basic.tf.erb b/mmv1/templates/terraform/examples/identity_platform_tenant_inbound_saml_config_basic.tf.erb similarity index 100% rename from templates/terraform/examples/identity_platform_tenant_inbound_saml_config_basic.tf.erb rename to mmv1/templates/terraform/examples/identity_platform_tenant_inbound_saml_config_basic.tf.erb diff --git a/templates/terraform/examples/identity_platform_tenant_oauth_idp_config_basic.tf.erb b/mmv1/templates/terraform/examples/identity_platform_tenant_oauth_idp_config_basic.tf.erb similarity index 100% rename from templates/terraform/examples/identity_platform_tenant_oauth_idp_config_basic.tf.erb rename to mmv1/templates/terraform/examples/identity_platform_tenant_oauth_idp_config_basic.tf.erb diff --git a/templates/terraform/examples/image_basic.tf.erb b/mmv1/templates/terraform/examples/image_basic.tf.erb similarity index 100% rename from templates/terraform/examples/image_basic.tf.erb rename to mmv1/templates/terraform/examples/image_basic.tf.erb diff --git a/templates/terraform/examples/image_guest_os.tf.erb b/mmv1/templates/terraform/examples/image_guest_os.tf.erb similarity index 100% rename from templates/terraform/examples/image_guest_os.tf.erb rename to mmv1/templates/terraform/examples/image_guest_os.tf.erb diff --git a/templates/terraform/examples/instance_basic.tf.erb b/mmv1/templates/terraform/examples/instance_basic.tf.erb similarity index 100% rename from templates/terraform/examples/instance_basic.tf.erb rename to mmv1/templates/terraform/examples/instance_basic.tf.erb diff --git a/templates/terraform/examples/instance_group_named_port_gke.tf.erb b/mmv1/templates/terraform/examples/instance_group_named_port_gke.tf.erb similarity index 100% rename from templates/terraform/examples/instance_group_named_port_gke.tf.erb rename to mmv1/templates/terraform/examples/instance_group_named_port_gke.tf.erb diff --git a/templates/terraform/examples/instance_with_ip.tf.erb b/mmv1/templates/terraform/examples/instance_with_ip.tf.erb similarity index 100% rename from templates/terraform/examples/instance_with_ip.tf.erb rename to mmv1/templates/terraform/examples/instance_with_ip.tf.erb diff --git a/templates/terraform/examples/interconnect_attachment_basic.tf.erb b/mmv1/templates/terraform/examples/interconnect_attachment_basic.tf.erb similarity index 100% rename from templates/terraform/examples/interconnect_attachment_basic.tf.erb rename to mmv1/templates/terraform/examples/interconnect_attachment_basic.tf.erb diff --git a/templates/terraform/examples/kms_crypto_key_asymmetric_sign.tf.erb b/mmv1/templates/terraform/examples/kms_crypto_key_asymmetric_sign.tf.erb similarity index 100% rename from templates/terraform/examples/kms_crypto_key_asymmetric_sign.tf.erb rename to mmv1/templates/terraform/examples/kms_crypto_key_asymmetric_sign.tf.erb diff --git a/templates/terraform/examples/kms_crypto_key_basic.tf.erb b/mmv1/templates/terraform/examples/kms_crypto_key_basic.tf.erb similarity index 100% rename from templates/terraform/examples/kms_crypto_key_basic.tf.erb rename to mmv1/templates/terraform/examples/kms_crypto_key_basic.tf.erb diff --git a/templates/terraform/examples/kms_key_ring_basic.tf.erb b/mmv1/templates/terraform/examples/kms_key_ring_basic.tf.erb similarity index 100% rename from templates/terraform/examples/kms_key_ring_basic.tf.erb rename to mmv1/templates/terraform/examples/kms_key_ring_basic.tf.erb diff --git a/templates/terraform/examples/kms_key_ring_import_job.tf.erb b/mmv1/templates/terraform/examples/kms_key_ring_import_job.tf.erb similarity index 100% rename from templates/terraform/examples/kms_key_ring_import_job.tf.erb rename to mmv1/templates/terraform/examples/kms_key_ring_import_job.tf.erb diff --git a/templates/terraform/examples/kms_secret_ciphertext_basic.tf.erb b/mmv1/templates/terraform/examples/kms_secret_ciphertext_basic.tf.erb similarity index 100% rename from templates/terraform/examples/kms_secret_ciphertext_basic.tf.erb rename to mmv1/templates/terraform/examples/kms_secret_ciphertext_basic.tf.erb diff --git a/templates/terraform/examples/logging_metric_basic.tf.erb b/mmv1/templates/terraform/examples/logging_metric_basic.tf.erb similarity index 100% rename from templates/terraform/examples/logging_metric_basic.tf.erb rename to mmv1/templates/terraform/examples/logging_metric_basic.tf.erb diff --git a/templates/terraform/examples/logging_metric_counter_basic.tf.erb b/mmv1/templates/terraform/examples/logging_metric_counter_basic.tf.erb similarity index 100% rename from templates/terraform/examples/logging_metric_counter_basic.tf.erb rename to mmv1/templates/terraform/examples/logging_metric_counter_basic.tf.erb diff --git a/templates/terraform/examples/logging_metric_counter_labels.tf.erb b/mmv1/templates/terraform/examples/logging_metric_counter_labels.tf.erb similarity index 100% rename from templates/terraform/examples/logging_metric_counter_labels.tf.erb rename to mmv1/templates/terraform/examples/logging_metric_counter_labels.tf.erb diff --git a/templates/terraform/examples/machine_image_basic.tf.erb b/mmv1/templates/terraform/examples/machine_image_basic.tf.erb similarity index 100% rename from templates/terraform/examples/machine_image_basic.tf.erb rename to mmv1/templates/terraform/examples/machine_image_basic.tf.erb diff --git a/templates/terraform/examples/managed_ssl_certificate_basic.tf.erb b/mmv1/templates/terraform/examples/managed_ssl_certificate_basic.tf.erb similarity index 100% rename from templates/terraform/examples/managed_ssl_certificate_basic.tf.erb rename to mmv1/templates/terraform/examples/managed_ssl_certificate_basic.tf.erb diff --git a/templates/terraform/examples/managed_ssl_certificate_recreation.tf.erb b/mmv1/templates/terraform/examples/managed_ssl_certificate_recreation.tf.erb similarity index 100% rename from templates/terraform/examples/managed_ssl_certificate_recreation.tf.erb rename to mmv1/templates/terraform/examples/managed_ssl_certificate_recreation.tf.erb diff --git a/templates/terraform/examples/memcache_instance_basic.tf.erb b/mmv1/templates/terraform/examples/memcache_instance_basic.tf.erb similarity index 100% rename from templates/terraform/examples/memcache_instance_basic.tf.erb rename to mmv1/templates/terraform/examples/memcache_instance_basic.tf.erb diff --git a/templates/terraform/examples/ml_model_basic.tf.erb b/mmv1/templates/terraform/examples/ml_model_basic.tf.erb similarity index 100% rename from templates/terraform/examples/ml_model_basic.tf.erb rename to mmv1/templates/terraform/examples/ml_model_basic.tf.erb diff --git a/templates/terraform/examples/ml_model_full.tf.erb b/mmv1/templates/terraform/examples/ml_model_full.tf.erb similarity index 100% rename from templates/terraform/examples/ml_model_full.tf.erb rename to mmv1/templates/terraform/examples/ml_model_full.tf.erb diff --git a/templates/terraform/examples/monitoring_alert_policy_basic.tf.erb b/mmv1/templates/terraform/examples/monitoring_alert_policy_basic.tf.erb similarity index 100% rename from templates/terraform/examples/monitoring_alert_policy_basic.tf.erb rename to mmv1/templates/terraform/examples/monitoring_alert_policy_basic.tf.erb diff --git a/templates/terraform/examples/monitoring_group_basic.tf.erb b/mmv1/templates/terraform/examples/monitoring_group_basic.tf.erb similarity index 100% rename from templates/terraform/examples/monitoring_group_basic.tf.erb rename to mmv1/templates/terraform/examples/monitoring_group_basic.tf.erb diff --git a/templates/terraform/examples/monitoring_group_subgroup.tf.erb b/mmv1/templates/terraform/examples/monitoring_group_subgroup.tf.erb similarity index 100% rename from templates/terraform/examples/monitoring_group_subgroup.tf.erb rename to mmv1/templates/terraform/examples/monitoring_group_subgroup.tf.erb diff --git a/templates/terraform/examples/monitoring_metric_descriptor_alert.tf.erb b/mmv1/templates/terraform/examples/monitoring_metric_descriptor_alert.tf.erb similarity index 100% rename from templates/terraform/examples/monitoring_metric_descriptor_alert.tf.erb rename to mmv1/templates/terraform/examples/monitoring_metric_descriptor_alert.tf.erb diff --git a/templates/terraform/examples/monitoring_metric_descriptor_basic.tf.erb b/mmv1/templates/terraform/examples/monitoring_metric_descriptor_basic.tf.erb similarity index 100% rename from templates/terraform/examples/monitoring_metric_descriptor_basic.tf.erb rename to mmv1/templates/terraform/examples/monitoring_metric_descriptor_basic.tf.erb diff --git a/templates/terraform/examples/monitoring_service_custom.tf.erb b/mmv1/templates/terraform/examples/monitoring_service_custom.tf.erb similarity index 100% rename from templates/terraform/examples/monitoring_service_custom.tf.erb rename to mmv1/templates/terraform/examples/monitoring_service_custom.tf.erb diff --git a/templates/terraform/examples/monitoring_slo_appengine.tf.erb b/mmv1/templates/terraform/examples/monitoring_slo_appengine.tf.erb similarity index 100% rename from templates/terraform/examples/monitoring_slo_appengine.tf.erb rename to mmv1/templates/terraform/examples/monitoring_slo_appengine.tf.erb diff --git a/templates/terraform/examples/monitoring_slo_request_based.tf.erb b/mmv1/templates/terraform/examples/monitoring_slo_request_based.tf.erb similarity index 100% rename from templates/terraform/examples/monitoring_slo_request_based.tf.erb rename to mmv1/templates/terraform/examples/monitoring_slo_request_based.tf.erb diff --git a/templates/terraform/examples/monitoring_slo_windows_based_good_bad_metric_filter.tf.erb b/mmv1/templates/terraform/examples/monitoring_slo_windows_based_good_bad_metric_filter.tf.erb similarity index 100% rename from templates/terraform/examples/monitoring_slo_windows_based_good_bad_metric_filter.tf.erb rename to mmv1/templates/terraform/examples/monitoring_slo_windows_based_good_bad_metric_filter.tf.erb diff --git a/templates/terraform/examples/monitoring_slo_windows_based_metric_mean.tf.erb b/mmv1/templates/terraform/examples/monitoring_slo_windows_based_metric_mean.tf.erb similarity index 100% rename from templates/terraform/examples/monitoring_slo_windows_based_metric_mean.tf.erb rename to mmv1/templates/terraform/examples/monitoring_slo_windows_based_metric_mean.tf.erb diff --git a/templates/terraform/examples/monitoring_slo_windows_based_metric_sum.tf.erb b/mmv1/templates/terraform/examples/monitoring_slo_windows_based_metric_sum.tf.erb similarity index 100% rename from templates/terraform/examples/monitoring_slo_windows_based_metric_sum.tf.erb rename to mmv1/templates/terraform/examples/monitoring_slo_windows_based_metric_sum.tf.erb diff --git a/templates/terraform/examples/monitoring_slo_windows_based_ratio_threshold.tf.erb b/mmv1/templates/terraform/examples/monitoring_slo_windows_based_ratio_threshold.tf.erb similarity index 100% rename from templates/terraform/examples/monitoring_slo_windows_based_ratio_threshold.tf.erb rename to mmv1/templates/terraform/examples/monitoring_slo_windows_based_ratio_threshold.tf.erb diff --git a/templates/terraform/examples/network_basic.tf.erb b/mmv1/templates/terraform/examples/network_basic.tf.erb similarity index 100% rename from templates/terraform/examples/network_basic.tf.erb rename to mmv1/templates/terraform/examples/network_basic.tf.erb diff --git a/templates/terraform/examples/network_custom_mtu.tf.erb b/mmv1/templates/terraform/examples/network_custom_mtu.tf.erb similarity index 100% rename from templates/terraform/examples/network_custom_mtu.tf.erb rename to mmv1/templates/terraform/examples/network_custom_mtu.tf.erb diff --git a/templates/terraform/examples/network_endpoint.tf.erb b/mmv1/templates/terraform/examples/network_endpoint.tf.erb similarity index 100% rename from templates/terraform/examples/network_endpoint.tf.erb rename to mmv1/templates/terraform/examples/network_endpoint.tf.erb diff --git a/templates/terraform/examples/network_endpoint_group.tf.erb b/mmv1/templates/terraform/examples/network_endpoint_group.tf.erb similarity index 100% rename from templates/terraform/examples/network_endpoint_group.tf.erb rename to mmv1/templates/terraform/examples/network_endpoint_group.tf.erb diff --git a/templates/terraform/examples/network_management_connectivity_test_addresses.tf.erb b/mmv1/templates/terraform/examples/network_management_connectivity_test_addresses.tf.erb similarity index 100% rename from templates/terraform/examples/network_management_connectivity_test_addresses.tf.erb rename to mmv1/templates/terraform/examples/network_management_connectivity_test_addresses.tf.erb diff --git a/templates/terraform/examples/network_management_connectivity_test_instances.tf.erb b/mmv1/templates/terraform/examples/network_management_connectivity_test_instances.tf.erb similarity index 100% rename from templates/terraform/examples/network_management_connectivity_test_instances.tf.erb rename to mmv1/templates/terraform/examples/network_management_connectivity_test_instances.tf.erb diff --git a/templates/terraform/examples/network_peering_routes_config_basic.tf.erb b/mmv1/templates/terraform/examples/network_peering_routes_config_basic.tf.erb similarity index 100% rename from templates/terraform/examples/network_peering_routes_config_basic.tf.erb rename to mmv1/templates/terraform/examples/network_peering_routes_config_basic.tf.erb diff --git a/templates/terraform/examples/network_peering_routes_config_gke.tf.erb b/mmv1/templates/terraform/examples/network_peering_routes_config_gke.tf.erb similarity index 100% rename from templates/terraform/examples/network_peering_routes_config_gke.tf.erb rename to mmv1/templates/terraform/examples/network_peering_routes_config_gke.tf.erb diff --git a/templates/terraform/examples/node_group_autoscaling_policy.tf.erb b/mmv1/templates/terraform/examples/node_group_autoscaling_policy.tf.erb similarity index 100% rename from templates/terraform/examples/node_group_autoscaling_policy.tf.erb rename to mmv1/templates/terraform/examples/node_group_autoscaling_policy.tf.erb diff --git a/templates/terraform/examples/node_group_basic.tf.erb b/mmv1/templates/terraform/examples/node_group_basic.tf.erb similarity index 100% rename from templates/terraform/examples/node_group_basic.tf.erb rename to mmv1/templates/terraform/examples/node_group_basic.tf.erb diff --git a/templates/terraform/examples/node_template_basic.tf.erb b/mmv1/templates/terraform/examples/node_template_basic.tf.erb similarity index 100% rename from templates/terraform/examples/node_template_basic.tf.erb rename to mmv1/templates/terraform/examples/node_template_basic.tf.erb diff --git a/templates/terraform/examples/node_template_server_binding.tf.erb b/mmv1/templates/terraform/examples/node_template_server_binding.tf.erb similarity index 100% rename from templates/terraform/examples/node_template_server_binding.tf.erb rename to mmv1/templates/terraform/examples/node_template_server_binding.tf.erb diff --git a/templates/terraform/examples/notebook_environment_basic.tf.erb b/mmv1/templates/terraform/examples/notebook_environment_basic.tf.erb similarity index 100% rename from templates/terraform/examples/notebook_environment_basic.tf.erb rename to mmv1/templates/terraform/examples/notebook_environment_basic.tf.erb diff --git a/templates/terraform/examples/notebook_instance_basic.tf.erb b/mmv1/templates/terraform/examples/notebook_instance_basic.tf.erb similarity index 100% rename from templates/terraform/examples/notebook_instance_basic.tf.erb rename to mmv1/templates/terraform/examples/notebook_instance_basic.tf.erb diff --git a/templates/terraform/examples/notebook_instance_basic_container.tf.erb b/mmv1/templates/terraform/examples/notebook_instance_basic_container.tf.erb similarity index 100% rename from templates/terraform/examples/notebook_instance_basic_container.tf.erb rename to mmv1/templates/terraform/examples/notebook_instance_basic_container.tf.erb diff --git a/templates/terraform/examples/notebook_instance_basic_gpu.tf.erb b/mmv1/templates/terraform/examples/notebook_instance_basic_gpu.tf.erb similarity index 100% rename from templates/terraform/examples/notebook_instance_basic_gpu.tf.erb rename to mmv1/templates/terraform/examples/notebook_instance_basic_gpu.tf.erb diff --git a/templates/terraform/examples/notebook_instance_full.tf.erb b/mmv1/templates/terraform/examples/notebook_instance_full.tf.erb similarity index 100% rename from templates/terraform/examples/notebook_instance_full.tf.erb rename to mmv1/templates/terraform/examples/notebook_instance_full.tf.erb diff --git a/templates/terraform/examples/notification_channel_basic.tf.erb b/mmv1/templates/terraform/examples/notification_channel_basic.tf.erb similarity index 100% rename from templates/terraform/examples/notification_channel_basic.tf.erb rename to mmv1/templates/terraform/examples/notification_channel_basic.tf.erb diff --git a/templates/terraform/examples/notification_channel_sensitive.tf.erb b/mmv1/templates/terraform/examples/notification_channel_sensitive.tf.erb similarity index 100% rename from templates/terraform/examples/notification_channel_sensitive.tf.erb rename to mmv1/templates/terraform/examples/notification_channel_sensitive.tf.erb diff --git a/templates/terraform/examples/organization_access_approval_full.tf.erb b/mmv1/templates/terraform/examples/organization_access_approval_full.tf.erb similarity index 100% rename from templates/terraform/examples/organization_access_approval_full.tf.erb rename to mmv1/templates/terraform/examples/organization_access_approval_full.tf.erb diff --git a/templates/terraform/examples/organization_security_policy_association_basic.tf.erb b/mmv1/templates/terraform/examples/organization_security_policy_association_basic.tf.erb similarity index 100% rename from templates/terraform/examples/organization_security_policy_association_basic.tf.erb rename to mmv1/templates/terraform/examples/organization_security_policy_association_basic.tf.erb diff --git a/templates/terraform/examples/organization_security_policy_basic.tf.erb b/mmv1/templates/terraform/examples/organization_security_policy_basic.tf.erb similarity index 100% rename from templates/terraform/examples/organization_security_policy_basic.tf.erb rename to mmv1/templates/terraform/examples/organization_security_policy_basic.tf.erb diff --git a/templates/terraform/examples/organization_security_policy_rule_basic.tf.erb b/mmv1/templates/terraform/examples/organization_security_policy_rule_basic.tf.erb similarity index 100% rename from templates/terraform/examples/organization_security_policy_rule_basic.tf.erb rename to mmv1/templates/terraform/examples/organization_security_policy_rule_basic.tf.erb diff --git a/templates/terraform/examples/os_config_guest_policies_basic.tf.erb b/mmv1/templates/terraform/examples/os_config_guest_policies_basic.tf.erb similarity index 100% rename from templates/terraform/examples/os_config_guest_policies_basic.tf.erb rename to mmv1/templates/terraform/examples/os_config_guest_policies_basic.tf.erb diff --git a/templates/terraform/examples/os_config_guest_policies_packages.tf.erb b/mmv1/templates/terraform/examples/os_config_guest_policies_packages.tf.erb similarity index 100% rename from templates/terraform/examples/os_config_guest_policies_packages.tf.erb rename to mmv1/templates/terraform/examples/os_config_guest_policies_packages.tf.erb diff --git a/templates/terraform/examples/os_config_guest_policies_recipes.tf.erb b/mmv1/templates/terraform/examples/os_config_guest_policies_recipes.tf.erb similarity index 100% rename from templates/terraform/examples/os_config_guest_policies_recipes.tf.erb rename to mmv1/templates/terraform/examples/os_config_guest_policies_recipes.tf.erb diff --git a/templates/terraform/examples/os_config_patch_deployment_basic.tf.erb b/mmv1/templates/terraform/examples/os_config_patch_deployment_basic.tf.erb similarity index 100% rename from templates/terraform/examples/os_config_patch_deployment_basic.tf.erb rename to mmv1/templates/terraform/examples/os_config_patch_deployment_basic.tf.erb diff --git a/templates/terraform/examples/os_config_patch_deployment_full.tf.erb b/mmv1/templates/terraform/examples/os_config_patch_deployment_full.tf.erb similarity index 100% rename from templates/terraform/examples/os_config_patch_deployment_full.tf.erb rename to mmv1/templates/terraform/examples/os_config_patch_deployment_full.tf.erb diff --git a/templates/terraform/examples/os_config_patch_deployment_instance.tf.erb b/mmv1/templates/terraform/examples/os_config_patch_deployment_instance.tf.erb similarity index 100% rename from templates/terraform/examples/os_config_patch_deployment_instance.tf.erb rename to mmv1/templates/terraform/examples/os_config_patch_deployment_instance.tf.erb diff --git a/templates/terraform/examples/os_login_ssh_key_basic.tf.erb b/mmv1/templates/terraform/examples/os_login_ssh_key_basic.tf.erb similarity index 100% rename from templates/terraform/examples/os_login_ssh_key_basic.tf.erb rename to mmv1/templates/terraform/examples/os_login_ssh_key_basic.tf.erb diff --git a/templates/terraform/examples/privateca_certificate_authority_basic.tf.erb b/mmv1/templates/terraform/examples/privateca_certificate_authority_basic.tf.erb similarity index 100% rename from templates/terraform/examples/privateca_certificate_authority_basic.tf.erb rename to mmv1/templates/terraform/examples/privateca_certificate_authority_basic.tf.erb diff --git a/templates/terraform/examples/privateca_certificate_authority_cmek.tf.erb b/mmv1/templates/terraform/examples/privateca_certificate_authority_cmek.tf.erb similarity index 100% rename from templates/terraform/examples/privateca_certificate_authority_cmek.tf.erb rename to mmv1/templates/terraform/examples/privateca_certificate_authority_cmek.tf.erb diff --git a/templates/terraform/examples/privateca_certificate_authority_full.tf.erb b/mmv1/templates/terraform/examples/privateca_certificate_authority_full.tf.erb similarity index 100% rename from templates/terraform/examples/privateca_certificate_authority_full.tf.erb rename to mmv1/templates/terraform/examples/privateca_certificate_authority_full.tf.erb diff --git a/templates/terraform/examples/project_access_approval_full.tf.erb b/mmv1/templates/terraform/examples/project_access_approval_full.tf.erb similarity index 100% rename from templates/terraform/examples/project_access_approval_full.tf.erb rename to mmv1/templates/terraform/examples/project_access_approval_full.tf.erb diff --git a/templates/terraform/examples/pubsub_lite_subscription_basic.tf.erb b/mmv1/templates/terraform/examples/pubsub_lite_subscription_basic.tf.erb similarity index 100% rename from templates/terraform/examples/pubsub_lite_subscription_basic.tf.erb rename to mmv1/templates/terraform/examples/pubsub_lite_subscription_basic.tf.erb diff --git a/templates/terraform/examples/pubsub_lite_topic_basic.tf.erb b/mmv1/templates/terraform/examples/pubsub_lite_topic_basic.tf.erb similarity index 100% rename from templates/terraform/examples/pubsub_lite_topic_basic.tf.erb rename to mmv1/templates/terraform/examples/pubsub_lite_topic_basic.tf.erb diff --git a/templates/terraform/examples/pubsub_subscription_dead_letter.tf.erb b/mmv1/templates/terraform/examples/pubsub_subscription_dead_letter.tf.erb similarity index 100% rename from templates/terraform/examples/pubsub_subscription_dead_letter.tf.erb rename to mmv1/templates/terraform/examples/pubsub_subscription_dead_letter.tf.erb diff --git a/templates/terraform/examples/pubsub_subscription_different_project.tf.erb b/mmv1/templates/terraform/examples/pubsub_subscription_different_project.tf.erb similarity index 100% rename from templates/terraform/examples/pubsub_subscription_different_project.tf.erb rename to mmv1/templates/terraform/examples/pubsub_subscription_different_project.tf.erb diff --git a/templates/terraform/examples/pubsub_subscription_pull.tf.erb b/mmv1/templates/terraform/examples/pubsub_subscription_pull.tf.erb similarity index 100% rename from templates/terraform/examples/pubsub_subscription_pull.tf.erb rename to mmv1/templates/terraform/examples/pubsub_subscription_pull.tf.erb diff --git a/templates/terraform/examples/pubsub_subscription_push.tf.erb b/mmv1/templates/terraform/examples/pubsub_subscription_push.tf.erb similarity index 100% rename from templates/terraform/examples/pubsub_subscription_push.tf.erb rename to mmv1/templates/terraform/examples/pubsub_subscription_push.tf.erb diff --git a/templates/terraform/examples/pubsub_topic_basic.tf.erb b/mmv1/templates/terraform/examples/pubsub_topic_basic.tf.erb similarity index 100% rename from templates/terraform/examples/pubsub_topic_basic.tf.erb rename to mmv1/templates/terraform/examples/pubsub_topic_basic.tf.erb diff --git a/templates/terraform/examples/pubsub_topic_cmek.tf.erb b/mmv1/templates/terraform/examples/pubsub_topic_cmek.tf.erb similarity index 100% rename from templates/terraform/examples/pubsub_topic_cmek.tf.erb rename to mmv1/templates/terraform/examples/pubsub_topic_cmek.tf.erb diff --git a/templates/terraform/examples/pubsub_topic_geo_restricted.tf.erb b/mmv1/templates/terraform/examples/pubsub_topic_geo_restricted.tf.erb similarity index 100% rename from templates/terraform/examples/pubsub_topic_geo_restricted.tf.erb rename to mmv1/templates/terraform/examples/pubsub_topic_geo_restricted.tf.erb diff --git a/templates/terraform/examples/queue_basic.tf.erb b/mmv1/templates/terraform/examples/queue_basic.tf.erb similarity index 100% rename from templates/terraform/examples/queue_basic.tf.erb rename to mmv1/templates/terraform/examples/queue_basic.tf.erb diff --git a/templates/terraform/examples/redis_instance_basic.tf.erb b/mmv1/templates/terraform/examples/redis_instance_basic.tf.erb similarity index 100% rename from templates/terraform/examples/redis_instance_basic.tf.erb rename to mmv1/templates/terraform/examples/redis_instance_basic.tf.erb diff --git a/templates/terraform/examples/redis_instance_full.tf.erb b/mmv1/templates/terraform/examples/redis_instance_full.tf.erb similarity index 100% rename from templates/terraform/examples/redis_instance_full.tf.erb rename to mmv1/templates/terraform/examples/redis_instance_full.tf.erb diff --git a/templates/terraform/examples/redis_instance_private_service.tf.erb b/mmv1/templates/terraform/examples/redis_instance_private_service.tf.erb similarity index 100% rename from templates/terraform/examples/redis_instance_private_service.tf.erb rename to mmv1/templates/terraform/examples/redis_instance_private_service.tf.erb diff --git a/templates/terraform/examples/region_autoscaler_basic.tf.erb b/mmv1/templates/terraform/examples/region_autoscaler_basic.tf.erb similarity index 100% rename from templates/terraform/examples/region_autoscaler_basic.tf.erb rename to mmv1/templates/terraform/examples/region_autoscaler_basic.tf.erb diff --git a/templates/terraform/examples/region_backend_service_balancing_mode.tf.erb b/mmv1/templates/terraform/examples/region_backend_service_balancing_mode.tf.erb similarity index 100% rename from templates/terraform/examples/region_backend_service_balancing_mode.tf.erb rename to mmv1/templates/terraform/examples/region_backend_service_balancing_mode.tf.erb diff --git a/templates/terraform/examples/region_backend_service_basic.tf.erb b/mmv1/templates/terraform/examples/region_backend_service_basic.tf.erb similarity index 100% rename from templates/terraform/examples/region_backend_service_basic.tf.erb rename to mmv1/templates/terraform/examples/region_backend_service_basic.tf.erb diff --git a/templates/terraform/examples/region_backend_service_cache.tf.erb b/mmv1/templates/terraform/examples/region_backend_service_cache.tf.erb similarity index 100% rename from templates/terraform/examples/region_backend_service_cache.tf.erb rename to mmv1/templates/terraform/examples/region_backend_service_cache.tf.erb diff --git a/templates/terraform/examples/region_backend_service_external.tf.erb b/mmv1/templates/terraform/examples/region_backend_service_external.tf.erb similarity index 100% rename from templates/terraform/examples/region_backend_service_external.tf.erb rename to mmv1/templates/terraform/examples/region_backend_service_external.tf.erb diff --git a/templates/terraform/examples/region_backend_service_ilb_ring_hash.tf.erb b/mmv1/templates/terraform/examples/region_backend_service_ilb_ring_hash.tf.erb similarity index 100% rename from templates/terraform/examples/region_backend_service_ilb_ring_hash.tf.erb rename to mmv1/templates/terraform/examples/region_backend_service_ilb_ring_hash.tf.erb diff --git a/templates/terraform/examples/region_backend_service_ilb_round_robin.tf.erb b/mmv1/templates/terraform/examples/region_backend_service_ilb_round_robin.tf.erb similarity index 100% rename from templates/terraform/examples/region_backend_service_ilb_round_robin.tf.erb rename to mmv1/templates/terraform/examples/region_backend_service_ilb_round_robin.tf.erb diff --git a/templates/terraform/examples/region_disk_basic.tf.erb b/mmv1/templates/terraform/examples/region_disk_basic.tf.erb similarity index 100% rename from templates/terraform/examples/region_disk_basic.tf.erb rename to mmv1/templates/terraform/examples/region_disk_basic.tf.erb diff --git a/templates/terraform/examples/region_disk_resource_policy_attachment_basic.tf.erb b/mmv1/templates/terraform/examples/region_disk_resource_policy_attachment_basic.tf.erb similarity index 100% rename from templates/terraform/examples/region_disk_resource_policy_attachment_basic.tf.erb rename to mmv1/templates/terraform/examples/region_disk_resource_policy_attachment_basic.tf.erb diff --git a/templates/terraform/examples/region_health_check_grpc.tf.erb b/mmv1/templates/terraform/examples/region_health_check_grpc.tf.erb similarity index 100% rename from templates/terraform/examples/region_health_check_grpc.tf.erb rename to mmv1/templates/terraform/examples/region_health_check_grpc.tf.erb diff --git a/templates/terraform/examples/region_health_check_grpc_full.tf.erb b/mmv1/templates/terraform/examples/region_health_check_grpc_full.tf.erb similarity index 100% rename from templates/terraform/examples/region_health_check_grpc_full.tf.erb rename to mmv1/templates/terraform/examples/region_health_check_grpc_full.tf.erb diff --git a/templates/terraform/examples/region_health_check_http.tf.erb b/mmv1/templates/terraform/examples/region_health_check_http.tf.erb similarity index 100% rename from templates/terraform/examples/region_health_check_http.tf.erb rename to mmv1/templates/terraform/examples/region_health_check_http.tf.erb diff --git a/templates/terraform/examples/region_health_check_http2.tf.erb b/mmv1/templates/terraform/examples/region_health_check_http2.tf.erb similarity index 100% rename from templates/terraform/examples/region_health_check_http2.tf.erb rename to mmv1/templates/terraform/examples/region_health_check_http2.tf.erb diff --git a/templates/terraform/examples/region_health_check_http2_full.tf.erb b/mmv1/templates/terraform/examples/region_health_check_http2_full.tf.erb similarity index 100% rename from templates/terraform/examples/region_health_check_http2_full.tf.erb rename to mmv1/templates/terraform/examples/region_health_check_http2_full.tf.erb diff --git a/templates/terraform/examples/region_health_check_http_full.tf.erb b/mmv1/templates/terraform/examples/region_health_check_http_full.tf.erb similarity index 100% rename from templates/terraform/examples/region_health_check_http_full.tf.erb rename to mmv1/templates/terraform/examples/region_health_check_http_full.tf.erb diff --git a/templates/terraform/examples/region_health_check_http_logs.tf.erb b/mmv1/templates/terraform/examples/region_health_check_http_logs.tf.erb similarity index 100% rename from templates/terraform/examples/region_health_check_http_logs.tf.erb rename to mmv1/templates/terraform/examples/region_health_check_http_logs.tf.erb diff --git a/templates/terraform/examples/region_health_check_https.tf.erb b/mmv1/templates/terraform/examples/region_health_check_https.tf.erb similarity index 100% rename from templates/terraform/examples/region_health_check_https.tf.erb rename to mmv1/templates/terraform/examples/region_health_check_https.tf.erb diff --git a/templates/terraform/examples/region_health_check_https_full.tf.erb b/mmv1/templates/terraform/examples/region_health_check_https_full.tf.erb similarity index 100% rename from templates/terraform/examples/region_health_check_https_full.tf.erb rename to mmv1/templates/terraform/examples/region_health_check_https_full.tf.erb diff --git a/templates/terraform/examples/region_health_check_ssl.tf.erb b/mmv1/templates/terraform/examples/region_health_check_ssl.tf.erb similarity index 100% rename from templates/terraform/examples/region_health_check_ssl.tf.erb rename to mmv1/templates/terraform/examples/region_health_check_ssl.tf.erb diff --git a/templates/terraform/examples/region_health_check_ssl_full.tf.erb b/mmv1/templates/terraform/examples/region_health_check_ssl_full.tf.erb similarity index 100% rename from templates/terraform/examples/region_health_check_ssl_full.tf.erb rename to mmv1/templates/terraform/examples/region_health_check_ssl_full.tf.erb diff --git a/templates/terraform/examples/region_health_check_tcp.tf.erb b/mmv1/templates/terraform/examples/region_health_check_tcp.tf.erb similarity index 100% rename from templates/terraform/examples/region_health_check_tcp.tf.erb rename to mmv1/templates/terraform/examples/region_health_check_tcp.tf.erb diff --git a/templates/terraform/examples/region_health_check_tcp_full.tf.erb b/mmv1/templates/terraform/examples/region_health_check_tcp_full.tf.erb similarity index 100% rename from templates/terraform/examples/region_health_check_tcp_full.tf.erb rename to mmv1/templates/terraform/examples/region_health_check_tcp_full.tf.erb diff --git a/templates/terraform/examples/region_network_endpoint_group_appengine.tf.erb b/mmv1/templates/terraform/examples/region_network_endpoint_group_appengine.tf.erb similarity index 100% rename from templates/terraform/examples/region_network_endpoint_group_appengine.tf.erb rename to mmv1/templates/terraform/examples/region_network_endpoint_group_appengine.tf.erb diff --git a/templates/terraform/examples/region_network_endpoint_group_cloudrun.tf.erb b/mmv1/templates/terraform/examples/region_network_endpoint_group_cloudrun.tf.erb similarity index 100% rename from templates/terraform/examples/region_network_endpoint_group_cloudrun.tf.erb rename to mmv1/templates/terraform/examples/region_network_endpoint_group_cloudrun.tf.erb diff --git a/templates/terraform/examples/region_network_endpoint_group_functions.tf.erb b/mmv1/templates/terraform/examples/region_network_endpoint_group_functions.tf.erb similarity index 100% rename from templates/terraform/examples/region_network_endpoint_group_functions.tf.erb rename to mmv1/templates/terraform/examples/region_network_endpoint_group_functions.tf.erb diff --git a/templates/terraform/examples/region_ssl_certificate_basic.tf.erb b/mmv1/templates/terraform/examples/region_ssl_certificate_basic.tf.erb similarity index 100% rename from templates/terraform/examples/region_ssl_certificate_basic.tf.erb rename to mmv1/templates/terraform/examples/region_ssl_certificate_basic.tf.erb diff --git a/templates/terraform/examples/region_ssl_certificate_random_provider.tf.erb b/mmv1/templates/terraform/examples/region_ssl_certificate_random_provider.tf.erb similarity index 100% rename from templates/terraform/examples/region_ssl_certificate_random_provider.tf.erb rename to mmv1/templates/terraform/examples/region_ssl_certificate_random_provider.tf.erb diff --git a/templates/terraform/examples/region_ssl_certificate_target_https_proxies.tf.erb b/mmv1/templates/terraform/examples/region_ssl_certificate_target_https_proxies.tf.erb similarity index 100% rename from templates/terraform/examples/region_ssl_certificate_target_https_proxies.tf.erb rename to mmv1/templates/terraform/examples/region_ssl_certificate_target_https_proxies.tf.erb diff --git a/templates/terraform/examples/region_target_http_proxy_basic.tf.erb b/mmv1/templates/terraform/examples/region_target_http_proxy_basic.tf.erb similarity index 100% rename from templates/terraform/examples/region_target_http_proxy_basic.tf.erb rename to mmv1/templates/terraform/examples/region_target_http_proxy_basic.tf.erb diff --git a/templates/terraform/examples/region_target_http_proxy_https_redirect.tf.erb b/mmv1/templates/terraform/examples/region_target_http_proxy_https_redirect.tf.erb similarity index 100% rename from templates/terraform/examples/region_target_http_proxy_https_redirect.tf.erb rename to mmv1/templates/terraform/examples/region_target_http_proxy_https_redirect.tf.erb diff --git a/templates/terraform/examples/region_target_https_proxy_basic.tf.erb b/mmv1/templates/terraform/examples/region_target_https_proxy_basic.tf.erb similarity index 100% rename from templates/terraform/examples/region_target_https_proxy_basic.tf.erb rename to mmv1/templates/terraform/examples/region_target_https_proxy_basic.tf.erb diff --git a/templates/terraform/examples/region_url_map_basic.tf.erb b/mmv1/templates/terraform/examples/region_url_map_basic.tf.erb similarity index 100% rename from templates/terraform/examples/region_url_map_basic.tf.erb rename to mmv1/templates/terraform/examples/region_url_map_basic.tf.erb diff --git a/templates/terraform/examples/region_url_map_l7_ilb_path.tf.erb b/mmv1/templates/terraform/examples/region_url_map_l7_ilb_path.tf.erb similarity index 100% rename from templates/terraform/examples/region_url_map_l7_ilb_path.tf.erb rename to mmv1/templates/terraform/examples/region_url_map_l7_ilb_path.tf.erb diff --git a/templates/terraform/examples/region_url_map_l7_ilb_path_partial.tf.erb b/mmv1/templates/terraform/examples/region_url_map_l7_ilb_path_partial.tf.erb similarity index 100% rename from templates/terraform/examples/region_url_map_l7_ilb_path_partial.tf.erb rename to mmv1/templates/terraform/examples/region_url_map_l7_ilb_path_partial.tf.erb diff --git a/templates/terraform/examples/region_url_map_l7_ilb_route.tf.erb b/mmv1/templates/terraform/examples/region_url_map_l7_ilb_route.tf.erb similarity index 100% rename from templates/terraform/examples/region_url_map_l7_ilb_route.tf.erb rename to mmv1/templates/terraform/examples/region_url_map_l7_ilb_route.tf.erb diff --git a/templates/terraform/examples/region_url_map_l7_ilb_route_partial.tf.erb b/mmv1/templates/terraform/examples/region_url_map_l7_ilb_route_partial.tf.erb similarity index 100% rename from templates/terraform/examples/region_url_map_l7_ilb_route_partial.tf.erb rename to mmv1/templates/terraform/examples/region_url_map_l7_ilb_route_partial.tf.erb diff --git a/templates/terraform/examples/reservation_basic.tf.erb b/mmv1/templates/terraform/examples/reservation_basic.tf.erb similarity index 100% rename from templates/terraform/examples/reservation_basic.tf.erb rename to mmv1/templates/terraform/examples/reservation_basic.tf.erb diff --git a/templates/terraform/examples/resource_manager_lien.tf.erb b/mmv1/templates/terraform/examples/resource_manager_lien.tf.erb similarity index 100% rename from templates/terraform/examples/resource_manager_lien.tf.erb rename to mmv1/templates/terraform/examples/resource_manager_lien.tf.erb diff --git a/templates/terraform/examples/resource_policy_basic.tf.erb b/mmv1/templates/terraform/examples/resource_policy_basic.tf.erb similarity index 100% rename from templates/terraform/examples/resource_policy_basic.tf.erb rename to mmv1/templates/terraform/examples/resource_policy_basic.tf.erb diff --git a/templates/terraform/examples/resource_policy_full.tf.erb b/mmv1/templates/terraform/examples/resource_policy_full.tf.erb similarity index 100% rename from templates/terraform/examples/resource_policy_full.tf.erb rename to mmv1/templates/terraform/examples/resource_policy_full.tf.erb diff --git a/templates/terraform/examples/resource_policy_placement_policy.tf.erb b/mmv1/templates/terraform/examples/resource_policy_placement_policy.tf.erb similarity index 100% rename from templates/terraform/examples/resource_policy_placement_policy.tf.erb rename to mmv1/templates/terraform/examples/resource_policy_placement_policy.tf.erb diff --git a/templates/terraform/examples/route_basic.tf.erb b/mmv1/templates/terraform/examples/route_basic.tf.erb similarity index 100% rename from templates/terraform/examples/route_basic.tf.erb rename to mmv1/templates/terraform/examples/route_basic.tf.erb diff --git a/templates/terraform/examples/route_ilb.tf.erb b/mmv1/templates/terraform/examples/route_ilb.tf.erb similarity index 100% rename from templates/terraform/examples/route_ilb.tf.erb rename to mmv1/templates/terraform/examples/route_ilb.tf.erb diff --git a/templates/terraform/examples/router_basic.tf.erb b/mmv1/templates/terraform/examples/router_basic.tf.erb similarity index 100% rename from templates/terraform/examples/router_basic.tf.erb rename to mmv1/templates/terraform/examples/router_basic.tf.erb diff --git a/templates/terraform/examples/router_nat_basic.tf.erb b/mmv1/templates/terraform/examples/router_nat_basic.tf.erb similarity index 100% rename from templates/terraform/examples/router_nat_basic.tf.erb rename to mmv1/templates/terraform/examples/router_nat_basic.tf.erb diff --git a/templates/terraform/examples/router_nat_manual_ips.tf.erb b/mmv1/templates/terraform/examples/router_nat_manual_ips.tf.erb similarity index 100% rename from templates/terraform/examples/router_nat_manual_ips.tf.erb rename to mmv1/templates/terraform/examples/router_nat_manual_ips.tf.erb diff --git a/templates/terraform/examples/router_peer_basic.tf.erb b/mmv1/templates/terraform/examples/router_peer_basic.tf.erb similarity index 100% rename from templates/terraform/examples/router_peer_basic.tf.erb rename to mmv1/templates/terraform/examples/router_peer_basic.tf.erb diff --git a/templates/terraform/examples/runtimeconfig_config_basic.tf.erb b/mmv1/templates/terraform/examples/runtimeconfig_config_basic.tf.erb similarity index 100% rename from templates/terraform/examples/runtimeconfig_config_basic.tf.erb rename to mmv1/templates/terraform/examples/runtimeconfig_config_basic.tf.erb diff --git a/templates/terraform/examples/scan_config_basic.tf.erb b/mmv1/templates/terraform/examples/scan_config_basic.tf.erb similarity index 100% rename from templates/terraform/examples/scan_config_basic.tf.erb rename to mmv1/templates/terraform/examples/scan_config_basic.tf.erb diff --git a/templates/terraform/examples/scc_source_basic.tf.erb b/mmv1/templates/terraform/examples/scc_source_basic.tf.erb similarity index 100% rename from templates/terraform/examples/scc_source_basic.tf.erb rename to mmv1/templates/terraform/examples/scc_source_basic.tf.erb diff --git a/templates/terraform/examples/scheduler_job_app_engine.tf.erb b/mmv1/templates/terraform/examples/scheduler_job_app_engine.tf.erb similarity index 100% rename from templates/terraform/examples/scheduler_job_app_engine.tf.erb rename to mmv1/templates/terraform/examples/scheduler_job_app_engine.tf.erb diff --git a/templates/terraform/examples/scheduler_job_http.tf.erb b/mmv1/templates/terraform/examples/scheduler_job_http.tf.erb similarity index 100% rename from templates/terraform/examples/scheduler_job_http.tf.erb rename to mmv1/templates/terraform/examples/scheduler_job_http.tf.erb diff --git a/templates/terraform/examples/scheduler_job_oauth.tf.erb b/mmv1/templates/terraform/examples/scheduler_job_oauth.tf.erb similarity index 100% rename from templates/terraform/examples/scheduler_job_oauth.tf.erb rename to mmv1/templates/terraform/examples/scheduler_job_oauth.tf.erb diff --git a/templates/terraform/examples/scheduler_job_oidc.tf.erb b/mmv1/templates/terraform/examples/scheduler_job_oidc.tf.erb similarity index 100% rename from templates/terraform/examples/scheduler_job_oidc.tf.erb rename to mmv1/templates/terraform/examples/scheduler_job_oidc.tf.erb diff --git a/templates/terraform/examples/scheduler_job_pubsub.tf.erb b/mmv1/templates/terraform/examples/scheduler_job_pubsub.tf.erb similarity index 100% rename from templates/terraform/examples/scheduler_job_pubsub.tf.erb rename to mmv1/templates/terraform/examples/scheduler_job_pubsub.tf.erb diff --git a/templates/terraform/examples/secret_config_basic.tf.erb b/mmv1/templates/terraform/examples/secret_config_basic.tf.erb similarity index 100% rename from templates/terraform/examples/secret_config_basic.tf.erb rename to mmv1/templates/terraform/examples/secret_config_basic.tf.erb diff --git a/templates/terraform/examples/secret_version_basic.tf.erb b/mmv1/templates/terraform/examples/secret_version_basic.tf.erb similarity index 100% rename from templates/terraform/examples/secret_version_basic.tf.erb rename to mmv1/templates/terraform/examples/secret_version_basic.tf.erb diff --git a/templates/terraform/examples/service_directory_endpoint_basic.tf.erb b/mmv1/templates/terraform/examples/service_directory_endpoint_basic.tf.erb similarity index 100% rename from templates/terraform/examples/service_directory_endpoint_basic.tf.erb rename to mmv1/templates/terraform/examples/service_directory_endpoint_basic.tf.erb diff --git a/templates/terraform/examples/service_directory_namespace_basic.tf.erb b/mmv1/templates/terraform/examples/service_directory_namespace_basic.tf.erb similarity index 100% rename from templates/terraform/examples/service_directory_namespace_basic.tf.erb rename to mmv1/templates/terraform/examples/service_directory_namespace_basic.tf.erb diff --git a/templates/terraform/examples/service_directory_service_basic.tf.erb b/mmv1/templates/terraform/examples/service_directory_service_basic.tf.erb similarity index 100% rename from templates/terraform/examples/service_directory_service_basic.tf.erb rename to mmv1/templates/terraform/examples/service_directory_service_basic.tf.erb diff --git a/templates/terraform/examples/snapshot_basic.tf.erb b/mmv1/templates/terraform/examples/snapshot_basic.tf.erb similarity index 100% rename from templates/terraform/examples/snapshot_basic.tf.erb rename to mmv1/templates/terraform/examples/snapshot_basic.tf.erb diff --git a/templates/terraform/examples/sourcerepo_repository_basic.tf.erb b/mmv1/templates/terraform/examples/sourcerepo_repository_basic.tf.erb similarity index 100% rename from templates/terraform/examples/sourcerepo_repository_basic.tf.erb rename to mmv1/templates/terraform/examples/sourcerepo_repository_basic.tf.erb diff --git a/templates/terraform/examples/sourcerepo_repository_full.tf.erb b/mmv1/templates/terraform/examples/sourcerepo_repository_full.tf.erb similarity index 100% rename from templates/terraform/examples/sourcerepo_repository_full.tf.erb rename to mmv1/templates/terraform/examples/sourcerepo_repository_full.tf.erb diff --git a/templates/terraform/examples/spanner_database_basic.tf.erb b/mmv1/templates/terraform/examples/spanner_database_basic.tf.erb similarity index 100% rename from templates/terraform/examples/spanner_database_basic.tf.erb rename to mmv1/templates/terraform/examples/spanner_database_basic.tf.erb diff --git a/templates/terraform/examples/spanner_instance_basic.tf.erb b/mmv1/templates/terraform/examples/spanner_instance_basic.tf.erb similarity index 100% rename from templates/terraform/examples/spanner_instance_basic.tf.erb rename to mmv1/templates/terraform/examples/spanner_instance_basic.tf.erb diff --git a/templates/terraform/examples/spanner_instance_multi_regional.tf.erb b/mmv1/templates/terraform/examples/spanner_instance_multi_regional.tf.erb similarity index 100% rename from templates/terraform/examples/spanner_instance_multi_regional.tf.erb rename to mmv1/templates/terraform/examples/spanner_instance_multi_regional.tf.erb diff --git a/templates/terraform/examples/sql_database_basic.tf.erb b/mmv1/templates/terraform/examples/sql_database_basic.tf.erb similarity index 100% rename from templates/terraform/examples/sql_database_basic.tf.erb rename to mmv1/templates/terraform/examples/sql_database_basic.tf.erb diff --git a/templates/terraform/examples/sql_source_representation_instance_basic.tf.erb b/mmv1/templates/terraform/examples/sql_source_representation_instance_basic.tf.erb similarity index 100% rename from templates/terraform/examples/sql_source_representation_instance_basic.tf.erb rename to mmv1/templates/terraform/examples/sql_source_representation_instance_basic.tf.erb diff --git a/templates/terraform/examples/ssl_certificate_basic.tf.erb b/mmv1/templates/terraform/examples/ssl_certificate_basic.tf.erb similarity index 100% rename from templates/terraform/examples/ssl_certificate_basic.tf.erb rename to mmv1/templates/terraform/examples/ssl_certificate_basic.tf.erb diff --git a/templates/terraform/examples/ssl_certificate_random_provider.tf.erb b/mmv1/templates/terraform/examples/ssl_certificate_random_provider.tf.erb similarity index 100% rename from templates/terraform/examples/ssl_certificate_random_provider.tf.erb rename to mmv1/templates/terraform/examples/ssl_certificate_random_provider.tf.erb diff --git a/templates/terraform/examples/ssl_certificate_target_https_proxies.tf.erb b/mmv1/templates/terraform/examples/ssl_certificate_target_https_proxies.tf.erb similarity index 100% rename from templates/terraform/examples/ssl_certificate_target_https_proxies.tf.erb rename to mmv1/templates/terraform/examples/ssl_certificate_target_https_proxies.tf.erb diff --git a/templates/terraform/examples/ssl_policy_basic.tf.erb b/mmv1/templates/terraform/examples/ssl_policy_basic.tf.erb similarity index 100% rename from templates/terraform/examples/ssl_policy_basic.tf.erb rename to mmv1/templates/terraform/examples/ssl_policy_basic.tf.erb diff --git a/templates/terraform/examples/stateful_igm.tf.erb b/mmv1/templates/terraform/examples/stateful_igm.tf.erb similarity index 100% rename from templates/terraform/examples/stateful_igm.tf.erb rename to mmv1/templates/terraform/examples/stateful_igm.tf.erb diff --git a/templates/terraform/examples/stateful_rigm.tf.erb b/mmv1/templates/terraform/examples/stateful_rigm.tf.erb similarity index 100% rename from templates/terraform/examples/stateful_rigm.tf.erb rename to mmv1/templates/terraform/examples/stateful_rigm.tf.erb diff --git a/templates/terraform/examples/static/motd b/mmv1/templates/terraform/examples/static/motd similarity index 100% rename from templates/terraform/examples/static/motd rename to mmv1/templates/terraform/examples/static/motd diff --git a/templates/terraform/examples/storage_bucket_access_control_public_bucket.tf.erb b/mmv1/templates/terraform/examples/storage_bucket_access_control_public_bucket.tf.erb similarity index 100% rename from templates/terraform/examples/storage_bucket_access_control_public_bucket.tf.erb rename to mmv1/templates/terraform/examples/storage_bucket_access_control_public_bucket.tf.erb diff --git a/templates/terraform/examples/storage_bucket_basic.tf.erb b/mmv1/templates/terraform/examples/storage_bucket_basic.tf.erb similarity index 100% rename from templates/terraform/examples/storage_bucket_basic.tf.erb rename to mmv1/templates/terraform/examples/storage_bucket_basic.tf.erb diff --git a/templates/terraform/examples/storage_bucket_storage_class.tf.erb b/mmv1/templates/terraform/examples/storage_bucket_storage_class.tf.erb similarity index 100% rename from templates/terraform/examples/storage_bucket_storage_class.tf.erb rename to mmv1/templates/terraform/examples/storage_bucket_storage_class.tf.erb diff --git a/templates/terraform/examples/storage_default_object_access_control_public.tf.erb b/mmv1/templates/terraform/examples/storage_default_object_access_control_public.tf.erb similarity index 100% rename from templates/terraform/examples/storage_default_object_access_control_public.tf.erb rename to mmv1/templates/terraform/examples/storage_default_object_access_control_public.tf.erb diff --git a/templates/terraform/examples/storage_hmac_key.tf.erb b/mmv1/templates/terraform/examples/storage_hmac_key.tf.erb similarity index 100% rename from templates/terraform/examples/storage_hmac_key.tf.erb rename to mmv1/templates/terraform/examples/storage_hmac_key.tf.erb diff --git a/templates/terraform/examples/storage_object_access_control_public_object.tf.erb b/mmv1/templates/terraform/examples/storage_object_access_control_public_object.tf.erb similarity index 100% rename from templates/terraform/examples/storage_object_access_control_public_object.tf.erb rename to mmv1/templates/terraform/examples/storage_object_access_control_public_object.tf.erb diff --git a/templates/terraform/examples/subnetwork_basic.tf.erb b/mmv1/templates/terraform/examples/subnetwork_basic.tf.erb similarity index 100% rename from templates/terraform/examples/subnetwork_basic.tf.erb rename to mmv1/templates/terraform/examples/subnetwork_basic.tf.erb diff --git a/templates/terraform/examples/subnetwork_internal_l7lb.tf.erb b/mmv1/templates/terraform/examples/subnetwork_internal_l7lb.tf.erb similarity index 100% rename from templates/terraform/examples/subnetwork_internal_l7lb.tf.erb rename to mmv1/templates/terraform/examples/subnetwork_internal_l7lb.tf.erb diff --git a/templates/terraform/examples/subnetwork_logging_config.tf.erb b/mmv1/templates/terraform/examples/subnetwork_logging_config.tf.erb similarity index 100% rename from templates/terraform/examples/subnetwork_logging_config.tf.erb rename to mmv1/templates/terraform/examples/subnetwork_logging_config.tf.erb diff --git a/templates/terraform/examples/target_grpc_proxy_basic.tf.erb b/mmv1/templates/terraform/examples/target_grpc_proxy_basic.tf.erb similarity index 100% rename from templates/terraform/examples/target_grpc_proxy_basic.tf.erb rename to mmv1/templates/terraform/examples/target_grpc_proxy_basic.tf.erb diff --git a/templates/terraform/examples/target_http_proxy_basic.tf.erb b/mmv1/templates/terraform/examples/target_http_proxy_basic.tf.erb similarity index 100% rename from templates/terraform/examples/target_http_proxy_basic.tf.erb rename to mmv1/templates/terraform/examples/target_http_proxy_basic.tf.erb diff --git a/templates/terraform/examples/target_http_proxy_https_redirect.tf.erb b/mmv1/templates/terraform/examples/target_http_proxy_https_redirect.tf.erb similarity index 100% rename from templates/terraform/examples/target_http_proxy_https_redirect.tf.erb rename to mmv1/templates/terraform/examples/target_http_proxy_https_redirect.tf.erb diff --git a/templates/terraform/examples/target_https_proxy_basic.tf.erb b/mmv1/templates/terraform/examples/target_https_proxy_basic.tf.erb similarity index 100% rename from templates/terraform/examples/target_https_proxy_basic.tf.erb rename to mmv1/templates/terraform/examples/target_https_proxy_basic.tf.erb diff --git a/templates/terraform/examples/target_instance_basic.tf.erb b/mmv1/templates/terraform/examples/target_instance_basic.tf.erb similarity index 100% rename from templates/terraform/examples/target_instance_basic.tf.erb rename to mmv1/templates/terraform/examples/target_instance_basic.tf.erb diff --git a/templates/terraform/examples/target_instance_custom_network.tf.erb b/mmv1/templates/terraform/examples/target_instance_custom_network.tf.erb similarity index 100% rename from templates/terraform/examples/target_instance_custom_network.tf.erb rename to mmv1/templates/terraform/examples/target_instance_custom_network.tf.erb diff --git a/templates/terraform/examples/target_ssl_proxy_basic.tf.erb b/mmv1/templates/terraform/examples/target_ssl_proxy_basic.tf.erb similarity index 100% rename from templates/terraform/examples/target_ssl_proxy_basic.tf.erb rename to mmv1/templates/terraform/examples/target_ssl_proxy_basic.tf.erb diff --git a/templates/terraform/examples/target_tcp_proxy_basic.tf.erb b/mmv1/templates/terraform/examples/target_tcp_proxy_basic.tf.erb similarity index 100% rename from templates/terraform/examples/target_tcp_proxy_basic.tf.erb rename to mmv1/templates/terraform/examples/target_tcp_proxy_basic.tf.erb diff --git a/templates/terraform/examples/target_vpn_gateway_basic.tf.erb b/mmv1/templates/terraform/examples/target_vpn_gateway_basic.tf.erb similarity index 100% rename from templates/terraform/examples/target_vpn_gateway_basic.tf.erb rename to mmv1/templates/terraform/examples/target_vpn_gateway_basic.tf.erb diff --git a/templates/terraform/examples/tpu_node_basic.tf.erb b/mmv1/templates/terraform/examples/tpu_node_basic.tf.erb similarity index 100% rename from templates/terraform/examples/tpu_node_basic.tf.erb rename to mmv1/templates/terraform/examples/tpu_node_basic.tf.erb diff --git a/templates/terraform/examples/tpu_node_full.tf.erb b/mmv1/templates/terraform/examples/tpu_node_full.tf.erb similarity index 100% rename from templates/terraform/examples/tpu_node_full.tf.erb rename to mmv1/templates/terraform/examples/tpu_node_full.tf.erb diff --git a/templates/terraform/examples/uptime_check_config_http.tf.erb b/mmv1/templates/terraform/examples/uptime_check_config_http.tf.erb similarity index 100% rename from templates/terraform/examples/uptime_check_config_http.tf.erb rename to mmv1/templates/terraform/examples/uptime_check_config_http.tf.erb diff --git a/templates/terraform/examples/uptime_check_config_https.tf.erb b/mmv1/templates/terraform/examples/uptime_check_config_https.tf.erb similarity index 100% rename from templates/terraform/examples/uptime_check_config_https.tf.erb rename to mmv1/templates/terraform/examples/uptime_check_config_https.tf.erb diff --git a/templates/terraform/examples/uptime_check_tcp.tf.erb b/mmv1/templates/terraform/examples/uptime_check_tcp.tf.erb similarity index 100% rename from templates/terraform/examples/uptime_check_tcp.tf.erb rename to mmv1/templates/terraform/examples/uptime_check_tcp.tf.erb diff --git a/templates/terraform/examples/url_map_basic.tf.erb b/mmv1/templates/terraform/examples/url_map_basic.tf.erb similarity index 100% rename from templates/terraform/examples/url_map_basic.tf.erb rename to mmv1/templates/terraform/examples/url_map_basic.tf.erb diff --git a/templates/terraform/examples/url_map_header_based_routing.tf.erb b/mmv1/templates/terraform/examples/url_map_header_based_routing.tf.erb similarity index 100% rename from templates/terraform/examples/url_map_header_based_routing.tf.erb rename to mmv1/templates/terraform/examples/url_map_header_based_routing.tf.erb diff --git a/templates/terraform/examples/url_map_parameter_based_routing.tf.erb b/mmv1/templates/terraform/examples/url_map_parameter_based_routing.tf.erb similarity index 100% rename from templates/terraform/examples/url_map_parameter_based_routing.tf.erb rename to mmv1/templates/terraform/examples/url_map_parameter_based_routing.tf.erb diff --git a/templates/terraform/examples/url_map_traffic_director_path.tf.erb b/mmv1/templates/terraform/examples/url_map_traffic_director_path.tf.erb similarity index 100% rename from templates/terraform/examples/url_map_traffic_director_path.tf.erb rename to mmv1/templates/terraform/examples/url_map_traffic_director_path.tf.erb diff --git a/templates/terraform/examples/url_map_traffic_director_path_partial.tf.erb b/mmv1/templates/terraform/examples/url_map_traffic_director_path_partial.tf.erb similarity index 100% rename from templates/terraform/examples/url_map_traffic_director_path_partial.tf.erb rename to mmv1/templates/terraform/examples/url_map_traffic_director_path_partial.tf.erb diff --git a/templates/terraform/examples/url_map_traffic_director_route.tf.erb b/mmv1/templates/terraform/examples/url_map_traffic_director_route.tf.erb similarity index 100% rename from templates/terraform/examples/url_map_traffic_director_route.tf.erb rename to mmv1/templates/terraform/examples/url_map_traffic_director_route.tf.erb diff --git a/templates/terraform/examples/url_map_traffic_director_route_partial.tf.erb b/mmv1/templates/terraform/examples/url_map_traffic_director_route_partial.tf.erb similarity index 100% rename from templates/terraform/examples/url_map_traffic_director_route_partial.tf.erb rename to mmv1/templates/terraform/examples/url_map_traffic_director_route_partial.tf.erb diff --git a/templates/terraform/examples/vpc_access_connector.tf.erb b/mmv1/templates/terraform/examples/vpc_access_connector.tf.erb similarity index 100% rename from templates/terraform/examples/vpc_access_connector.tf.erb rename to mmv1/templates/terraform/examples/vpc_access_connector.tf.erb diff --git a/templates/terraform/examples/vpn_tunnel_basic.tf.erb b/mmv1/templates/terraform/examples/vpn_tunnel_basic.tf.erb similarity index 100% rename from templates/terraform/examples/vpn_tunnel_basic.tf.erb rename to mmv1/templates/terraform/examples/vpn_tunnel_basic.tf.erb diff --git a/templates/terraform/examples/vpn_tunnel_beta.tf.erb b/mmv1/templates/terraform/examples/vpn_tunnel_beta.tf.erb similarity index 100% rename from templates/terraform/examples/vpn_tunnel_beta.tf.erb rename to mmv1/templates/terraform/examples/vpn_tunnel_beta.tf.erb diff --git a/templates/terraform/expand_property_method.erb b/mmv1/templates/terraform/expand_property_method.erb similarity index 100% rename from templates/terraform/expand_property_method.erb rename to mmv1/templates/terraform/expand_property_method.erb diff --git a/templates/terraform/expand_resource_ref.erb b/mmv1/templates/terraform/expand_resource_ref.erb similarity index 100% rename from templates/terraform/expand_resource_ref.erb rename to mmv1/templates/terraform/expand_resource_ref.erb diff --git a/templates/terraform/extra_schema_entry/api_config.erb b/mmv1/templates/terraform/extra_schema_entry/api_config.erb similarity index 100% rename from templates/terraform/extra_schema_entry/api_config.erb rename to mmv1/templates/terraform/extra_schema_entry/api_config.erb diff --git a/templates/terraform/extra_schema_entry/bigquery_dataset_access.go.erb b/mmv1/templates/terraform/extra_schema_entry/bigquery_dataset_access.go.erb similarity index 100% rename from templates/terraform/extra_schema_entry/bigquery_dataset_access.go.erb rename to mmv1/templates/terraform/extra_schema_entry/bigquery_dataset_access.go.erb diff --git a/templates/terraform/extra_schema_entry/cloudiot_device_registry.go.erb b/mmv1/templates/terraform/extra_schema_entry/cloudiot_device_registry.go.erb similarity index 100% rename from templates/terraform/extra_schema_entry/cloudiot_device_registry.go.erb rename to mmv1/templates/terraform/extra_schema_entry/cloudiot_device_registry.go.erb diff --git a/templates/terraform/extra_schema_entry/firewall.erb b/mmv1/templates/terraform/extra_schema_entry/firewall.erb similarity index 100% rename from templates/terraform/extra_schema_entry/firewall.erb rename to mmv1/templates/terraform/extra_schema_entry/firewall.erb diff --git a/templates/terraform/extra_schema_entry/kms_self_link.erb b/mmv1/templates/terraform/extra_schema_entry/kms_self_link.erb similarity index 100% rename from templates/terraform/extra_schema_entry/kms_self_link.erb rename to mmv1/templates/terraform/extra_schema_entry/kms_self_link.erb diff --git a/templates/terraform/extra_schema_entry/pubsub_subscription_path.erb b/mmv1/templates/terraform/extra_schema_entry/pubsub_subscription_path.erb similarity index 100% rename from templates/terraform/extra_schema_entry/pubsub_subscription_path.erb rename to mmv1/templates/terraform/extra_schema_entry/pubsub_subscription_path.erb diff --git a/templates/terraform/extra_schema_entry/redis_instance.erb b/mmv1/templates/terraform/extra_schema_entry/redis_instance.erb similarity index 100% rename from templates/terraform/extra_schema_entry/redis_instance.erb rename to mmv1/templates/terraform/extra_schema_entry/redis_instance.erb diff --git a/templates/terraform/extra_schema_entry/route.erb b/mmv1/templates/terraform/extra_schema_entry/route.erb similarity index 100% rename from templates/terraform/extra_schema_entry/route.erb rename to mmv1/templates/terraform/extra_schema_entry/route.erb diff --git a/templates/terraform/extra_schema_entry/snapshot.erb b/mmv1/templates/terraform/extra_schema_entry/snapshot.erb similarity index 100% rename from templates/terraform/extra_schema_entry/snapshot.erb rename to mmv1/templates/terraform/extra_schema_entry/snapshot.erb diff --git a/templates/terraform/extra_schema_entry/ssl_certificate.erb b/mmv1/templates/terraform/extra_schema_entry/ssl_certificate.erb similarity index 100% rename from templates/terraform/extra_schema_entry/ssl_certificate.erb rename to mmv1/templates/terraform/extra_schema_entry/ssl_certificate.erb diff --git a/templates/terraform/extra_schema_entry/subnetwork.erb b/mmv1/templates/terraform/extra_schema_entry/subnetwork.erb similarity index 100% rename from templates/terraform/extra_schema_entry/subnetwork.erb rename to mmv1/templates/terraform/extra_schema_entry/subnetwork.erb diff --git a/templates/terraform/flatten_property_method.erb b/mmv1/templates/terraform/flatten_property_method.erb similarity index 100% rename from templates/terraform/flatten_property_method.erb rename to mmv1/templates/terraform/flatten_property_method.erb diff --git a/templates/terraform/iam/example_config_body/api_gateway_api_config.tf.erb b/mmv1/templates/terraform/iam/example_config_body/api_gateway_api_config.tf.erb similarity index 100% rename from templates/terraform/iam/example_config_body/api_gateway_api_config.tf.erb rename to mmv1/templates/terraform/iam/example_config_body/api_gateway_api_config.tf.erb diff --git a/templates/terraform/iam/example_config_body/app_engine_service.tf.erb b/mmv1/templates/terraform/iam/example_config_body/app_engine_service.tf.erb similarity index 100% rename from templates/terraform/iam/example_config_body/app_engine_service.tf.erb rename to mmv1/templates/terraform/iam/example_config_body/app_engine_service.tf.erb diff --git a/templates/terraform/iam/example_config_body/app_engine_version.tf.erb b/mmv1/templates/terraform/iam/example_config_body/app_engine_version.tf.erb similarity index 100% rename from templates/terraform/iam/example_config_body/app_engine_version.tf.erb rename to mmv1/templates/terraform/iam/example_config_body/app_engine_version.tf.erb diff --git a/templates/terraform/iam/example_config_body/privateca_certificate_authority.tf.erb b/mmv1/templates/terraform/iam/example_config_body/privateca_certificate_authority.tf.erb similarity index 100% rename from templates/terraform/iam/example_config_body/privateca_certificate_authority.tf.erb rename to mmv1/templates/terraform/iam/example_config_body/privateca_certificate_authority.tf.erb diff --git a/templates/terraform/iam/iam_attributes.tf.erb b/mmv1/templates/terraform/iam/iam_attributes.tf.erb similarity index 100% rename from templates/terraform/iam/iam_attributes.tf.erb rename to mmv1/templates/terraform/iam/iam_attributes.tf.erb diff --git a/templates/terraform/iam/iam_context.go.erb b/mmv1/templates/terraform/iam/iam_context.go.erb similarity index 100% rename from templates/terraform/iam/iam_context.go.erb rename to mmv1/templates/terraform/iam/iam_context.go.erb diff --git a/templates/terraform/iam/iap_web_appengine_diff_suppress.go.erb b/mmv1/templates/terraform/iam/iap_web_appengine_diff_suppress.go.erb similarity index 100% rename from templates/terraform/iam/iap_web_appengine_diff_suppress.go.erb rename to mmv1/templates/terraform/iam/iap_web_appengine_diff_suppress.go.erb diff --git a/templates/terraform/iam/sourcerepo_diff_suppress.go.erb b/mmv1/templates/terraform/iam/sourcerepo_diff_suppress.go.erb similarity index 100% rename from templates/terraform/iam/sourcerepo_diff_suppress.go.erb rename to mmv1/templates/terraform/iam/sourcerepo_diff_suppress.go.erb diff --git a/templates/terraform/iam/storage_bucket_diff_suppress.go.erb b/mmv1/templates/terraform/iam/storage_bucket_diff_suppress.go.erb similarity index 100% rename from templates/terraform/iam/storage_bucket_diff_suppress.go.erb rename to mmv1/templates/terraform/iam/storage_bucket_diff_suppress.go.erb diff --git a/templates/terraform/iam_policy.go.erb b/mmv1/templates/terraform/iam_policy.go.erb similarity index 100% rename from templates/terraform/iam_policy.go.erb rename to mmv1/templates/terraform/iam_policy.go.erb diff --git a/templates/terraform/nested_property_documentation.erb b/mmv1/templates/terraform/nested_property_documentation.erb similarity index 100% rename from templates/terraform/nested_property_documentation.erb rename to mmv1/templates/terraform/nested_property_documentation.erb diff --git a/templates/terraform/nested_query.go.erb b/mmv1/templates/terraform/nested_query.go.erb similarity index 100% rename from templates/terraform/nested_query.go.erb rename to mmv1/templates/terraform/nested_query.go.erb diff --git a/templates/terraform/objectlib/base.go.erb b/mmv1/templates/terraform/objectlib/base.go.erb similarity index 100% rename from templates/terraform/objectlib/base.go.erb rename to mmv1/templates/terraform/objectlib/base.go.erb diff --git a/templates/terraform/operation.go.erb b/mmv1/templates/terraform/operation.go.erb similarity index 100% rename from templates/terraform/operation.go.erb rename to mmv1/templates/terraform/operation.go.erb diff --git a/templates/terraform/post_create/accesspolicy.erb b/mmv1/templates/terraform/post_create/accesspolicy.erb similarity index 100% rename from templates/terraform/post_create/accesspolicy.erb rename to mmv1/templates/terraform/post_create/accesspolicy.erb diff --git a/templates/terraform/post_create/bigquery_connection_id.go.erb b/mmv1/templates/terraform/post_create/bigquery_connection_id.go.erb similarity index 100% rename from templates/terraform/post_create/bigquery_connection_id.go.erb rename to mmv1/templates/terraform/post_create/bigquery_connection_id.go.erb diff --git a/templates/terraform/post_create/bigquery_dataset_access.go.erb b/mmv1/templates/terraform/post_create/bigquery_dataset_access.go.erb similarity index 100% rename from templates/terraform/post_create/bigquery_dataset_access.go.erb rename to mmv1/templates/terraform/post_create/bigquery_dataset_access.go.erb diff --git a/templates/terraform/post_create/cloud_asset_feed.go.erb b/mmv1/templates/terraform/post_create/cloud_asset_feed.go.erb similarity index 100% rename from templates/terraform/post_create/cloud_asset_feed.go.erb rename to mmv1/templates/terraform/post_create/cloud_asset_feed.go.erb diff --git a/templates/terraform/post_create/cloudbuild_trigger_id.go.erb b/mmv1/templates/terraform/post_create/cloudbuild_trigger_id.go.erb similarity index 100% rename from templates/terraform/post_create/cloudbuild_trigger_id.go.erb rename to mmv1/templates/terraform/post_create/cloudbuild_trigger_id.go.erb diff --git a/templates/terraform/post_create/compute_backend_service_security_policy.go.erb b/mmv1/templates/terraform/post_create/compute_backend_service_security_policy.go.erb similarity index 100% rename from templates/terraform/post_create/compute_backend_service_security_policy.go.erb rename to mmv1/templates/terraform/post_create/compute_backend_service_security_policy.go.erb diff --git a/templates/terraform/post_create/compute_network_delete_default_route.erb b/mmv1/templates/terraform/post_create/compute_network_delete_default_route.erb similarity index 100% rename from templates/terraform/post_create/compute_network_delete_default_route.erb rename to mmv1/templates/terraform/post_create/compute_network_delete_default_route.erb diff --git a/templates/terraform/post_create/gcip_tenant.go.erb b/mmv1/templates/terraform/post_create/gcip_tenant.go.erb similarity index 100% rename from templates/terraform/post_create/gcip_tenant.go.erb rename to mmv1/templates/terraform/post_create/gcip_tenant.go.erb diff --git a/templates/terraform/post_create/global_network_endpoint_group.go.erb b/mmv1/templates/terraform/post_create/global_network_endpoint_group.go.erb similarity index 100% rename from templates/terraform/post_create/global_network_endpoint_group.go.erb rename to mmv1/templates/terraform/post_create/global_network_endpoint_group.go.erb diff --git a/templates/terraform/post_create/group.erb b/mmv1/templates/terraform/post_create/group.erb similarity index 100% rename from templates/terraform/post_create/group.erb rename to mmv1/templates/terraform/post_create/group.erb diff --git a/templates/terraform/post_create/iap_client.go.erb b/mmv1/templates/terraform/post_create/iap_client.go.erb similarity index 100% rename from templates/terraform/post_create/iap_client.go.erb rename to mmv1/templates/terraform/post_create/iap_client.go.erb diff --git a/templates/terraform/post_create/index.go.erb b/mmv1/templates/terraform/post_create/index.go.erb similarity index 100% rename from templates/terraform/post_create/index.go.erb rename to mmv1/templates/terraform/post_create/index.go.erb diff --git a/templates/terraform/post_create/interconnect_attachment.go.erb b/mmv1/templates/terraform/post_create/interconnect_attachment.go.erb similarity index 100% rename from templates/terraform/post_create/interconnect_attachment.go.erb rename to mmv1/templates/terraform/post_create/interconnect_attachment.go.erb diff --git a/templates/terraform/post_create/kms_secret_ciphertext.go.erb b/mmv1/templates/terraform/post_create/kms_secret_ciphertext.go.erb similarity index 100% rename from templates/terraform/post_create/kms_secret_ciphertext.go.erb rename to mmv1/templates/terraform/post_create/kms_secret_ciphertext.go.erb diff --git a/templates/terraform/post_create/labels.erb b/mmv1/templates/terraform/post_create/labels.erb similarity index 100% rename from templates/terraform/post_create/labels.erb rename to mmv1/templates/terraform/post_create/labels.erb diff --git a/templates/terraform/post_create/lien.erb b/mmv1/templates/terraform/post_create/lien.erb similarity index 100% rename from templates/terraform/post_create/lien.erb rename to mmv1/templates/terraform/post_create/lien.erb diff --git a/templates/terraform/post_create/org_security_policy.go.erb b/mmv1/templates/terraform/post_create/org_security_policy.go.erb similarity index 100% rename from templates/terraform/post_create/org_security_policy.go.erb rename to mmv1/templates/terraform/post_create/org_security_policy.go.erb diff --git a/templates/terraform/post_create/org_security_policy_association.go.erb b/mmv1/templates/terraform/post_create/org_security_policy_association.go.erb similarity index 100% rename from templates/terraform/post_create/org_security_policy_association.go.erb rename to mmv1/templates/terraform/post_create/org_security_policy_association.go.erb diff --git a/templates/terraform/post_create/org_security_policy_rule.go.erb b/mmv1/templates/terraform/post_create/org_security_policy_rule.go.erb similarity index 100% rename from templates/terraform/post_create/org_security_policy_rule.go.erb rename to mmv1/templates/terraform/post_create/org_security_policy_rule.go.erb diff --git a/templates/terraform/post_create/secret_version.go.erb b/mmv1/templates/terraform/post_create/secret_version.go.erb similarity index 100% rename from templates/terraform/post_create/secret_version.go.erb rename to mmv1/templates/terraform/post_create/secret_version.go.erb diff --git a/templates/terraform/post_create/set_computed_name.erb b/mmv1/templates/terraform/post_create/set_computed_name.erb similarity index 100% rename from templates/terraform/post_create/set_computed_name.erb rename to mmv1/templates/terraform/post_create/set_computed_name.erb diff --git a/templates/terraform/post_create/sleep.go.erb b/mmv1/templates/terraform/post_create/sleep.go.erb similarity index 100% rename from templates/terraform/post_create/sleep.go.erb rename to mmv1/templates/terraform/post_create/sleep.go.erb diff --git a/templates/terraform/post_create/source_repo_repository_update.go.erb b/mmv1/templates/terraform/post_create/source_repo_repository_update.go.erb similarity index 100% rename from templates/terraform/post_create/source_repo_repository_update.go.erb rename to mmv1/templates/terraform/post_create/source_repo_repository_update.go.erb diff --git a/templates/terraform/post_create/sshkeyfingerprint.go.erb b/mmv1/templates/terraform/post_create/sshkeyfingerprint.go.erb similarity index 100% rename from templates/terraform/post_create/sshkeyfingerprint.go.erb rename to mmv1/templates/terraform/post_create/sshkeyfingerprint.go.erb diff --git a/templates/terraform/post_create/storage_hmac_key.go.erb b/mmv1/templates/terraform/post_create/storage_hmac_key.go.erb similarity index 100% rename from templates/terraform/post_create/storage_hmac_key.go.erb rename to mmv1/templates/terraform/post_create/storage_hmac_key.go.erb diff --git a/templates/terraform/post_create_failure/delete_on_failure.go.erb b/mmv1/templates/terraform/post_create_failure/delete_on_failure.go.erb similarity index 100% rename from templates/terraform/post_create_failure/delete_on_failure.go.erb rename to mmv1/templates/terraform/post_create_failure/delete_on_failure.go.erb diff --git a/templates/terraform/post_delete/org_security_policy.go.erb b/mmv1/templates/terraform/post_delete/org_security_policy.go.erb similarity index 100% rename from templates/terraform/post_delete/org_security_policy.go.erb rename to mmv1/templates/terraform/post_delete/org_security_policy.go.erb diff --git a/templates/terraform/post_import/lien_import.erb b/mmv1/templates/terraform/post_import/lien_import.erb similarity index 100% rename from templates/terraform/post_import/lien_import.erb rename to mmv1/templates/terraform/post_import/lien_import.erb diff --git a/templates/terraform/post_update/compute_per_instance_config.go.erb b/mmv1/templates/terraform/post_update/compute_per_instance_config.go.erb similarity index 100% rename from templates/terraform/post_update/compute_per_instance_config.go.erb rename to mmv1/templates/terraform/post_update/compute_per_instance_config.go.erb diff --git a/templates/terraform/post_update/compute_region_per_instance_config.go.erb b/mmv1/templates/terraform/post_update/compute_region_per_instance_config.go.erb similarity index 100% rename from templates/terraform/post_update/compute_region_per_instance_config.go.erb rename to mmv1/templates/terraform/post_update/compute_region_per_instance_config.go.erb diff --git a/templates/terraform/post_update/org_security_policy.go.erb b/mmv1/templates/terraform/post_update/org_security_policy.go.erb similarity index 100% rename from templates/terraform/post_update/org_security_policy.go.erb rename to mmv1/templates/terraform/post_update/org_security_policy.go.erb diff --git a/templates/terraform/pre_create/access_approval_settings.go.erb b/mmv1/templates/terraform/pre_create/access_approval_settings.go.erb similarity index 100% rename from templates/terraform/pre_create/access_approval_settings.go.erb rename to mmv1/templates/terraform/pre_create/access_approval_settings.go.erb diff --git a/templates/terraform/pre_create/cloud_asset_feed.go.erb b/mmv1/templates/terraform/pre_create/cloud_asset_feed.go.erb similarity index 100% rename from templates/terraform/pre_create/cloud_asset_feed.go.erb rename to mmv1/templates/terraform/pre_create/cloud_asset_feed.go.erb diff --git a/templates/terraform/pre_create/os_login_ssh_public_key.go.erb b/mmv1/templates/terraform/pre_create/os_login_ssh_public_key.go.erb similarity index 100% rename from templates/terraform/pre_create/os_login_ssh_public_key.go.erb rename to mmv1/templates/terraform/pre_create/os_login_ssh_public_key.go.erb diff --git a/templates/terraform/pre_delete/compute_disk_resource_policies_attachment.go.erb b/mmv1/templates/terraform/pre_delete/compute_disk_resource_policies_attachment.go.erb similarity index 100% rename from templates/terraform/pre_delete/compute_disk_resource_policies_attachment.go.erb rename to mmv1/templates/terraform/pre_delete/compute_disk_resource_policies_attachment.go.erb diff --git a/templates/terraform/pre_delete/compute_global_network_endpoint.go.erb b/mmv1/templates/terraform/pre_delete/compute_global_network_endpoint.go.erb similarity index 100% rename from templates/terraform/pre_delete/compute_global_network_endpoint.go.erb rename to mmv1/templates/terraform/pre_delete/compute_global_network_endpoint.go.erb diff --git a/templates/terraform/pre_delete/compute_network_endpoint.go.erb b/mmv1/templates/terraform/pre_delete/compute_network_endpoint.go.erb similarity index 100% rename from templates/terraform/pre_delete/compute_network_endpoint.go.erb rename to mmv1/templates/terraform/pre_delete/compute_network_endpoint.go.erb diff --git a/templates/terraform/pre_delete/compute_per_instance_config.go.erb b/mmv1/templates/terraform/pre_delete/compute_per_instance_config.go.erb similarity index 100% rename from templates/terraform/pre_delete/compute_per_instance_config.go.erb rename to mmv1/templates/terraform/pre_delete/compute_per_instance_config.go.erb diff --git a/templates/terraform/pre_delete/compute_region_disk_resource_policies_attachment.go.erb b/mmv1/templates/terraform/pre_delete/compute_region_disk_resource_policies_attachment.go.erb similarity index 100% rename from templates/terraform/pre_delete/compute_region_disk_resource_policies_attachment.go.erb rename to mmv1/templates/terraform/pre_delete/compute_region_disk_resource_policies_attachment.go.erb diff --git a/templates/terraform/pre_delete/detach_disk.erb b/mmv1/templates/terraform/pre_delete/detach_disk.erb similarity index 100% rename from templates/terraform/pre_delete/detach_disk.erb rename to mmv1/templates/terraform/pre_delete/detach_disk.erb diff --git a/templates/terraform/pre_delete/detach_network.erb b/mmv1/templates/terraform/pre_delete/detach_network.erb similarity index 100% rename from templates/terraform/pre_delete/detach_network.erb rename to mmv1/templates/terraform/pre_delete/detach_network.erb diff --git a/templates/terraform/pre_delete/interconnect_attachment.go.erb b/mmv1/templates/terraform/pre_delete/interconnect_attachment.go.erb similarity index 100% rename from templates/terraform/pre_delete/interconnect_attachment.go.erb rename to mmv1/templates/terraform/pre_delete/interconnect_attachment.go.erb diff --git a/templates/terraform/pre_delete/managed_dns_zone.go.erb b/mmv1/templates/terraform/pre_delete/managed_dns_zone.go.erb similarity index 100% rename from templates/terraform/pre_delete/managed_dns_zone.go.erb rename to mmv1/templates/terraform/pre_delete/managed_dns_zone.go.erb diff --git a/templates/terraform/pre_delete/modify_delete_url.erb b/mmv1/templates/terraform/pre_delete/modify_delete_url.erb similarity index 100% rename from templates/terraform/pre_delete/modify_delete_url.erb rename to mmv1/templates/terraform/pre_delete/modify_delete_url.erb diff --git a/templates/terraform/pre_delete/privateca_certificate_authority.go.erb b/mmv1/templates/terraform/pre_delete/privateca_certificate_authority.go.erb similarity index 100% rename from templates/terraform/pre_delete/privateca_certificate_authority.go.erb rename to mmv1/templates/terraform/pre_delete/privateca_certificate_authority.go.erb diff --git a/templates/terraform/pre_delete/resource_spanner_database.go b/mmv1/templates/terraform/pre_delete/resource_spanner_database.go similarity index 100% rename from templates/terraform/pre_delete/resource_spanner_database.go rename to mmv1/templates/terraform/pre_delete/resource_spanner_database.go diff --git a/templates/terraform/pre_delete/restore_default_binaryauthorization_policy.erb b/mmv1/templates/terraform/pre_delete/restore_default_binaryauthorization_policy.erb similarity index 100% rename from templates/terraform/pre_delete/restore_default_binaryauthorization_policy.erb rename to mmv1/templates/terraform/pre_delete/restore_default_binaryauthorization_policy.erb diff --git a/templates/terraform/pre_delete/storage_hmac_key.go.erb b/mmv1/templates/terraform/pre_delete/storage_hmac_key.go.erb similarity index 100% rename from templates/terraform/pre_delete/storage_hmac_key.go.erb rename to mmv1/templates/terraform/pre_delete/storage_hmac_key.go.erb diff --git a/templates/terraform/pre_update/cloudbuild_trigger.go.erb b/mmv1/templates/terraform/pre_update/cloudbuild_trigger.go.erb similarity index 100% rename from templates/terraform/pre_update/cloudbuild_trigger.go.erb rename to mmv1/templates/terraform/pre_update/cloudbuild_trigger.go.erb diff --git a/templates/terraform/pre_update/cloudiot_device_registry.go.erb b/mmv1/templates/terraform/pre_update/cloudiot_device_registry.go.erb similarity index 100% rename from templates/terraform/pre_update/cloudiot_device_registry.go.erb rename to mmv1/templates/terraform/pre_update/cloudiot_device_registry.go.erb diff --git a/templates/terraform/pre_update/containeranalysis_note.erb b/mmv1/templates/terraform/pre_update/containeranalysis_note.erb similarity index 100% rename from templates/terraform/pre_update/containeranalysis_note.erb rename to mmv1/templates/terraform/pre_update/containeranalysis_note.erb diff --git a/templates/terraform/property_documentation.erb b/mmv1/templates/terraform/property_documentation.erb similarity index 100% rename from templates/terraform/property_documentation.erb rename to mmv1/templates/terraform/property_documentation.erb diff --git a/templates/terraform/resource.erb b/mmv1/templates/terraform/resource.erb similarity index 100% rename from templates/terraform/resource.erb rename to mmv1/templates/terraform/resource.erb diff --git a/templates/terraform/resource.html.markdown.erb b/mmv1/templates/terraform/resource.html.markdown.erb similarity index 100% rename from templates/terraform/resource.html.markdown.erb rename to mmv1/templates/terraform/resource.html.markdown.erb diff --git a/templates/terraform/resource_definition/backend_service.go.erb b/mmv1/templates/terraform/resource_definition/backend_service.go.erb similarity index 100% rename from templates/terraform/resource_definition/backend_service.go.erb rename to mmv1/templates/terraform/resource_definition/backend_service.go.erb diff --git a/templates/terraform/resource_definition/bigquery_data_transfer.go.erb b/mmv1/templates/terraform/resource_definition/bigquery_data_transfer.go.erb similarity index 100% rename from templates/terraform/resource_definition/bigquery_data_transfer.go.erb rename to mmv1/templates/terraform/resource_definition/bigquery_data_transfer.go.erb diff --git a/templates/terraform/resource_definition/cloud_run_service.go.erb b/mmv1/templates/terraform/resource_definition/cloud_run_service.go.erb similarity index 100% rename from templates/terraform/resource_definition/cloud_run_service.go.erb rename to mmv1/templates/terraform/resource_definition/cloud_run_service.go.erb diff --git a/templates/terraform/resource_definition/cloudbuild_trigger.go.erb b/mmv1/templates/terraform/resource_definition/cloudbuild_trigger.go.erb similarity index 100% rename from templates/terraform/resource_definition/cloudbuild_trigger.go.erb rename to mmv1/templates/terraform/resource_definition/cloudbuild_trigger.go.erb diff --git a/templates/terraform/resource_definition/deployment_manager_deployment.go.erb b/mmv1/templates/terraform/resource_definition/deployment_manager_deployment.go.erb similarity index 100% rename from templates/terraform/resource_definition/deployment_manager_deployment.go.erb rename to mmv1/templates/terraform/resource_definition/deployment_manager_deployment.go.erb diff --git a/templates/terraform/resource_definition/disk.erb b/mmv1/templates/terraform/resource_definition/disk.erb similarity index 100% rename from templates/terraform/resource_definition/disk.erb rename to mmv1/templates/terraform/resource_definition/disk.erb diff --git a/templates/terraform/resource_definition/firewall.erb b/mmv1/templates/terraform/resource_definition/firewall.erb similarity index 100% rename from templates/terraform/resource_definition/firewall.erb rename to mmv1/templates/terraform/resource_definition/firewall.erb diff --git a/templates/terraform/resource_definition/health_check.erb b/mmv1/templates/terraform/resource_definition/health_check.erb similarity index 100% rename from templates/terraform/resource_definition/health_check.erb rename to mmv1/templates/terraform/resource_definition/health_check.erb diff --git a/templates/terraform/resource_definition/monitoring_notification_channel.erb b/mmv1/templates/terraform/resource_definition/monitoring_notification_channel.erb similarity index 100% rename from templates/terraform/resource_definition/monitoring_notification_channel.erb rename to mmv1/templates/terraform/resource_definition/monitoring_notification_channel.erb diff --git a/templates/terraform/resource_definition/region_backend_service.go.erb b/mmv1/templates/terraform/resource_definition/region_backend_service.go.erb similarity index 100% rename from templates/terraform/resource_definition/region_backend_service.go.erb rename to mmv1/templates/terraform/resource_definition/region_backend_service.go.erb diff --git a/templates/terraform/resource_definition/router.go.erb b/mmv1/templates/terraform/resource_definition/router.go.erb similarity index 100% rename from templates/terraform/resource_definition/router.go.erb rename to mmv1/templates/terraform/resource_definition/router.go.erb diff --git a/templates/terraform/resource_definition/router_nat.go.erb b/mmv1/templates/terraform/resource_definition/router_nat.go.erb similarity index 100% rename from templates/terraform/resource_definition/router_nat.go.erb rename to mmv1/templates/terraform/resource_definition/router_nat.go.erb diff --git a/templates/terraform/resource_definition/scheduler_auth.erb b/mmv1/templates/terraform/resource_definition/scheduler_auth.erb similarity index 100% rename from templates/terraform/resource_definition/scheduler_auth.erb rename to mmv1/templates/terraform/resource_definition/scheduler_auth.erb diff --git a/templates/terraform/resource_definition/secret_version.go.erb b/mmv1/templates/terraform/resource_definition/secret_version.go.erb similarity index 100% rename from templates/terraform/resource_definition/secret_version.go.erb rename to mmv1/templates/terraform/resource_definition/secret_version.go.erb diff --git a/templates/terraform/resource_definition/spanner_database.go.erb b/mmv1/templates/terraform/resource_definition/spanner_database.go.erb similarity index 100% rename from templates/terraform/resource_definition/spanner_database.go.erb rename to mmv1/templates/terraform/resource_definition/spanner_database.go.erb diff --git a/templates/terraform/resource_definition/ssl_policy.erb b/mmv1/templates/terraform/resource_definition/ssl_policy.erb similarity index 100% rename from templates/terraform/resource_definition/ssl_policy.erb rename to mmv1/templates/terraform/resource_definition/ssl_policy.erb diff --git a/templates/terraform/resource_definition/subnetwork.erb b/mmv1/templates/terraform/resource_definition/subnetwork.erb similarity index 100% rename from templates/terraform/resource_definition/subnetwork.erb rename to mmv1/templates/terraform/resource_definition/subnetwork.erb diff --git a/templates/terraform/resource_definition/tpu_node.erb b/mmv1/templates/terraform/resource_definition/tpu_node.erb similarity index 100% rename from templates/terraform/resource_definition/tpu_node.erb rename to mmv1/templates/terraform/resource_definition/tpu_node.erb diff --git a/templates/terraform/resource_iam.html.markdown.erb b/mmv1/templates/terraform/resource_iam.html.markdown.erb similarity index 100% rename from templates/terraform/resource_iam.html.markdown.erb rename to mmv1/templates/terraform/resource_iam.html.markdown.erb diff --git a/templates/terraform/schema_property.erb b/mmv1/templates/terraform/schema_property.erb similarity index 100% rename from templates/terraform/schema_property.erb rename to mmv1/templates/terraform/schema_property.erb diff --git a/templates/terraform/schema_subresource.erb b/mmv1/templates/terraform/schema_subresource.erb similarity index 100% rename from templates/terraform/schema_subresource.erb rename to mmv1/templates/terraform/schema_subresource.erb diff --git a/templates/terraform/self_link_query.erb b/mmv1/templates/terraform/self_link_query.erb similarity index 100% rename from templates/terraform/self_link_query.erb rename to mmv1/templates/terraform/self_link_query.erb diff --git a/templates/terraform/state_migrations/kms_crypto_key.go.erb b/mmv1/templates/terraform/state_migrations/kms_crypto_key.go.erb similarity index 100% rename from templates/terraform/state_migrations/kms_crypto_key.go.erb rename to mmv1/templates/terraform/state_migrations/kms_crypto_key.go.erb diff --git a/templates/terraform/sweeper_file.go.erb b/mmv1/templates/terraform/sweeper_file.go.erb similarity index 100% rename from templates/terraform/sweeper_file.go.erb rename to mmv1/templates/terraform/sweeper_file.go.erb diff --git a/templates/terraform/unordered_list_customize_diff.erb b/mmv1/templates/terraform/unordered_list_customize_diff.erb similarity index 100% rename from templates/terraform/unordered_list_customize_diff.erb rename to mmv1/templates/terraform/unordered_list_customize_diff.erb diff --git a/templates/terraform/update_encoder/active_directory_domain_trust.go.erb b/mmv1/templates/terraform/update_encoder/active_directory_domain_trust.go.erb similarity index 100% rename from templates/terraform/update_encoder/active_directory_domain_trust.go.erb rename to mmv1/templates/terraform/update_encoder/active_directory_domain_trust.go.erb diff --git a/templates/terraform/update_encoder/compute_per_instance_config.go.erb b/mmv1/templates/terraform/update_encoder/compute_per_instance_config.go.erb similarity index 100% rename from templates/terraform/update_encoder/compute_per_instance_config.go.erb rename to mmv1/templates/terraform/update_encoder/compute_per_instance_config.go.erb diff --git a/templates/terraform/update_encoder/containeranalysis_occurrence.go.erb b/mmv1/templates/terraform/update_encoder/containeranalysis_occurrence.go.erb similarity index 100% rename from templates/terraform/update_encoder/containeranalysis_occurrence.go.erb rename to mmv1/templates/terraform/update_encoder/containeranalysis_occurrence.go.erb diff --git a/templates/terraform/update_encoder/kms_crypto_key.go.erb b/mmv1/templates/terraform/update_encoder/kms_crypto_key.go.erb similarity index 100% rename from templates/terraform/update_encoder/kms_crypto_key.go.erb rename to mmv1/templates/terraform/update_encoder/kms_crypto_key.go.erb diff --git a/templates/terraform/update_encoder/pubsub_subscription.erb b/mmv1/templates/terraform/update_encoder/pubsub_subscription.erb similarity index 100% rename from templates/terraform/update_encoder/pubsub_subscription.erb rename to mmv1/templates/terraform/update_encoder/pubsub_subscription.erb diff --git a/templates/terraform/update_encoder/pubsub_topic.erb b/mmv1/templates/terraform/update_encoder/pubsub_topic.erb similarity index 100% rename from templates/terraform/update_encoder/pubsub_topic.erb rename to mmv1/templates/terraform/update_encoder/pubsub_topic.erb diff --git a/templates/terraform/update_encoder/reservation.go.erb b/mmv1/templates/terraform/update_encoder/reservation.go.erb similarity index 100% rename from templates/terraform/update_encoder/reservation.go.erb rename to mmv1/templates/terraform/update_encoder/reservation.go.erb diff --git a/templates/terraform/update_encoder/source_repo_repository.erb b/mmv1/templates/terraform/update_encoder/source_repo_repository.erb similarity index 100% rename from templates/terraform/update_encoder/source_repo_repository.erb rename to mmv1/templates/terraform/update_encoder/source_repo_repository.erb diff --git a/templates/terraform/update_encoder/spanner_database.go.erb b/mmv1/templates/terraform/update_encoder/spanner_database.go.erb similarity index 100% rename from templates/terraform/update_encoder/spanner_database.go.erb rename to mmv1/templates/terraform/update_encoder/spanner_database.go.erb diff --git a/templates/terraform/update_encoder/ssl_policy.erb b/mmv1/templates/terraform/update_encoder/ssl_policy.erb similarity index 100% rename from templates/terraform/update_encoder/ssl_policy.erb rename to mmv1/templates/terraform/update_encoder/ssl_policy.erb diff --git a/templates/terraform/update_mask.erb b/mmv1/templates/terraform/update_mask.erb similarity index 100% rename from templates/terraform/update_mask.erb rename to mmv1/templates/terraform/update_mask.erb diff --git a/third_party/inspec/custom_functions/alert_policy.erb b/mmv1/third_party/inspec/custom_functions/alert_policy.erb similarity index 100% rename from third_party/inspec/custom_functions/alert_policy.erb rename to mmv1/third_party/inspec/custom_functions/alert_policy.erb diff --git a/third_party/inspec/custom_functions/bigquery_dataset_name.erb b/mmv1/third_party/inspec/custom_functions/bigquery_dataset_name.erb similarity index 100% rename from third_party/inspec/custom_functions/bigquery_dataset_name.erb rename to mmv1/third_party/inspec/custom_functions/bigquery_dataset_name.erb diff --git a/third_party/inspec/custom_functions/bucket_name_from_params.erb b/mmv1/third_party/inspec/custom_functions/bucket_name_from_params.erb similarity index 100% rename from third_party/inspec/custom_functions/bucket_name_from_params.erb rename to mmv1/third_party/inspec/custom_functions/bucket_name_from_params.erb diff --git a/third_party/inspec/custom_functions/bucket_object.erb b/mmv1/third_party/inspec/custom_functions/bucket_object.erb similarity index 100% rename from third_party/inspec/custom_functions/bucket_object.erb rename to mmv1/third_party/inspec/custom_functions/bucket_object.erb diff --git a/third_party/inspec/custom_functions/compute_image_custom_constructor.erb b/mmv1/third_party/inspec/custom_functions/compute_image_custom_constructor.erb similarity index 100% rename from third_party/inspec/custom_functions/compute_image_custom_constructor.erb rename to mmv1/third_party/inspec/custom_functions/compute_image_custom_constructor.erb diff --git a/third_party/inspec/custom_functions/dns_managed_zone.erb b/mmv1/third_party/inspec/custom_functions/dns_managed_zone.erb similarity index 100% rename from third_party/inspec/custom_functions/dns_managed_zone.erb rename to mmv1/third_party/inspec/custom_functions/dns_managed_zone.erb diff --git a/third_party/inspec/custom_functions/dns_managed_zones.erb b/mmv1/third_party/inspec/custom_functions/dns_managed_zones.erb similarity index 100% rename from third_party/inspec/custom_functions/dns_managed_zones.erb rename to mmv1/third_party/inspec/custom_functions/dns_managed_zones.erb diff --git a/third_party/inspec/custom_functions/google_compute_address.erb b/mmv1/third_party/inspec/custom_functions/google_compute_address.erb similarity index 100% rename from third_party/inspec/custom_functions/google_compute_address.erb rename to mmv1/third_party/inspec/custom_functions/google_compute_address.erb diff --git a/third_party/inspec/custom_functions/google_compute_firewall.erb b/mmv1/third_party/inspec/custom_functions/google_compute_firewall.erb similarity index 100% rename from third_party/inspec/custom_functions/google_compute_firewall.erb rename to mmv1/third_party/inspec/custom_functions/google_compute_firewall.erb diff --git a/third_party/inspec/custom_functions/google_compute_instance.erb b/mmv1/third_party/inspec/custom_functions/google_compute_instance.erb similarity index 100% rename from third_party/inspec/custom_functions/google_compute_instance.erb rename to mmv1/third_party/inspec/custom_functions/google_compute_instance.erb diff --git a/third_party/inspec/custom_functions/google_compute_instance_group.erb b/mmv1/third_party/inspec/custom_functions/google_compute_instance_group.erb similarity index 100% rename from third_party/inspec/custom_functions/google_compute_instance_group.erb rename to mmv1/third_party/inspec/custom_functions/google_compute_instance_group.erb diff --git a/third_party/inspec/custom_functions/google_compute_network.erb b/mmv1/third_party/inspec/custom_functions/google_compute_network.erb similarity index 100% rename from third_party/inspec/custom_functions/google_compute_network.erb rename to mmv1/third_party/inspec/custom_functions/google_compute_network.erb diff --git a/third_party/inspec/custom_functions/google_compute_project_info.erb b/mmv1/third_party/inspec/custom_functions/google_compute_project_info.erb similarity index 100% rename from third_party/inspec/custom_functions/google_compute_project_info.erb rename to mmv1/third_party/inspec/custom_functions/google_compute_project_info.erb diff --git a/third_party/inspec/custom_functions/google_compute_region.erb b/mmv1/third_party/inspec/custom_functions/google_compute_region.erb similarity index 100% rename from third_party/inspec/custom_functions/google_compute_region.erb rename to mmv1/third_party/inspec/custom_functions/google_compute_region.erb diff --git a/third_party/inspec/custom_functions/google_compute_region_instance_group_manager.erb b/mmv1/third_party/inspec/custom_functions/google_compute_region_instance_group_manager.erb similarity index 100% rename from third_party/inspec/custom_functions/google_compute_region_instance_group_manager.erb rename to mmv1/third_party/inspec/custom_functions/google_compute_region_instance_group_manager.erb diff --git a/third_party/inspec/custom_functions/google_compute_subnetwork.erb b/mmv1/third_party/inspec/custom_functions/google_compute_subnetwork.erb similarity index 100% rename from third_party/inspec/custom_functions/google_compute_subnetwork.erb rename to mmv1/third_party/inspec/custom_functions/google_compute_subnetwork.erb diff --git a/third_party/inspec/custom_functions/google_compute_target_pool.erb b/mmv1/third_party/inspec/custom_functions/google_compute_target_pool.erb similarity index 100% rename from third_party/inspec/custom_functions/google_compute_target_pool.erb rename to mmv1/third_party/inspec/custom_functions/google_compute_target_pool.erb diff --git a/third_party/inspec/custom_functions/google_compute_zone.erb b/mmv1/third_party/inspec/custom_functions/google_compute_zone.erb similarity index 100% rename from third_party/inspec/custom_functions/google_compute_zone.erb rename to mmv1/third_party/inspec/custom_functions/google_compute_zone.erb diff --git a/third_party/inspec/custom_functions/google_container_cluster.erb b/mmv1/third_party/inspec/custom_functions/google_container_cluster.erb similarity index 100% rename from third_party/inspec/custom_functions/google_container_cluster.erb rename to mmv1/third_party/inspec/custom_functions/google_container_cluster.erb diff --git a/third_party/inspec/custom_functions/google_project.erb b/mmv1/third_party/inspec/custom_functions/google_project.erb similarity index 100% rename from third_party/inspec/custom_functions/google_project.erb rename to mmv1/third_party/inspec/custom_functions/google_project.erb diff --git a/third_party/inspec/custom_functions/google_project_metrics.erb b/mmv1/third_party/inspec/custom_functions/google_project_metrics.erb similarity index 100% rename from third_party/inspec/custom_functions/google_project_metrics.erb rename to mmv1/third_party/inspec/custom_functions/google_project_metrics.erb diff --git a/third_party/inspec/custom_functions/google_sql_database_instance.erb b/mmv1/third_party/inspec/custom_functions/google_sql_database_instance.erb similarity index 100% rename from third_party/inspec/custom_functions/google_sql_database_instance.erb rename to mmv1/third_party/inspec/custom_functions/google_sql_database_instance.erb diff --git a/third_party/inspec/custom_functions/google_storage_bucket.erb b/mmv1/third_party/inspec/custom_functions/google_storage_bucket.erb similarity index 100% rename from third_party/inspec/custom_functions/google_storage_bucket.erb rename to mmv1/third_party/inspec/custom_functions/google_storage_bucket.erb diff --git a/third_party/inspec/custom_functions/kms_crypto_key.erb b/mmv1/third_party/inspec/custom_functions/kms_crypto_key.erb similarity index 100% rename from third_party/inspec/custom_functions/kms_crypto_key.erb rename to mmv1/third_party/inspec/custom_functions/kms_crypto_key.erb diff --git a/third_party/inspec/custom_functions/kms_key_ring.erb b/mmv1/third_party/inspec/custom_functions/kms_key_ring.erb similarity index 100% rename from third_party/inspec/custom_functions/kms_key_ring.erb rename to mmv1/third_party/inspec/custom_functions/kms_key_ring.erb diff --git a/third_party/inspec/custom_functions/kms_key_ring_name.erb b/mmv1/third_party/inspec/custom_functions/kms_key_ring_name.erb similarity index 100% rename from third_party/inspec/custom_functions/kms_key_ring_name.erb rename to mmv1/third_party/inspec/custom_functions/kms_key_ring_name.erb diff --git a/third_party/inspec/documentation/google_compute_address.md b/mmv1/third_party/inspec/documentation/google_compute_address.md similarity index 100% rename from third_party/inspec/documentation/google_compute_address.md rename to mmv1/third_party/inspec/documentation/google_compute_address.md diff --git a/third_party/inspec/documentation/google_compute_firewall.md b/mmv1/third_party/inspec/documentation/google_compute_firewall.md similarity index 100% rename from third_party/inspec/documentation/google_compute_firewall.md rename to mmv1/third_party/inspec/documentation/google_compute_firewall.md diff --git a/third_party/inspec/documentation/google_compute_firewalls.md b/mmv1/third_party/inspec/documentation/google_compute_firewalls.md similarity index 100% rename from third_party/inspec/documentation/google_compute_firewalls.md rename to mmv1/third_party/inspec/documentation/google_compute_firewalls.md diff --git a/third_party/inspec/documentation/google_compute_forwarding_rule.md b/mmv1/third_party/inspec/documentation/google_compute_forwarding_rule.md similarity index 100% rename from third_party/inspec/documentation/google_compute_forwarding_rule.md rename to mmv1/third_party/inspec/documentation/google_compute_forwarding_rule.md diff --git a/third_party/inspec/documentation/google_compute_forwarding_rules.md b/mmv1/third_party/inspec/documentation/google_compute_forwarding_rules.md similarity index 100% rename from third_party/inspec/documentation/google_compute_forwarding_rules.md rename to mmv1/third_party/inspec/documentation/google_compute_forwarding_rules.md diff --git a/third_party/inspec/documentation/google_compute_image.md b/mmv1/third_party/inspec/documentation/google_compute_image.md similarity index 100% rename from third_party/inspec/documentation/google_compute_image.md rename to mmv1/third_party/inspec/documentation/google_compute_image.md diff --git a/third_party/inspec/documentation/google_compute_instance.md b/mmv1/third_party/inspec/documentation/google_compute_instance.md similarity index 100% rename from third_party/inspec/documentation/google_compute_instance.md rename to mmv1/third_party/inspec/documentation/google_compute_instance.md diff --git a/third_party/inspec/documentation/google_compute_instance_group.md b/mmv1/third_party/inspec/documentation/google_compute_instance_group.md similarity index 100% rename from third_party/inspec/documentation/google_compute_instance_group.md rename to mmv1/third_party/inspec/documentation/google_compute_instance_group.md diff --git a/third_party/inspec/documentation/google_compute_instance_groups.md b/mmv1/third_party/inspec/documentation/google_compute_instance_groups.md similarity index 100% rename from third_party/inspec/documentation/google_compute_instance_groups.md rename to mmv1/third_party/inspec/documentation/google_compute_instance_groups.md diff --git a/third_party/inspec/documentation/google_compute_instances.md b/mmv1/third_party/inspec/documentation/google_compute_instances.md similarity index 100% rename from third_party/inspec/documentation/google_compute_instances.md rename to mmv1/third_party/inspec/documentation/google_compute_instances.md diff --git a/third_party/inspec/documentation/google_compute_network.md b/mmv1/third_party/inspec/documentation/google_compute_network.md similarity index 100% rename from third_party/inspec/documentation/google_compute_network.md rename to mmv1/third_party/inspec/documentation/google_compute_network.md diff --git a/third_party/inspec/documentation/google_compute_networks.md b/mmv1/third_party/inspec/documentation/google_compute_networks.md similarity index 100% rename from third_party/inspec/documentation/google_compute_networks.md rename to mmv1/third_party/inspec/documentation/google_compute_networks.md diff --git a/third_party/inspec/documentation/google_compute_project_info.md b/mmv1/third_party/inspec/documentation/google_compute_project_info.md similarity index 100% rename from third_party/inspec/documentation/google_compute_project_info.md rename to mmv1/third_party/inspec/documentation/google_compute_project_info.md diff --git a/third_party/inspec/documentation/google_compute_region_instance_group_manager.md b/mmv1/third_party/inspec/documentation/google_compute_region_instance_group_manager.md similarity index 100% rename from third_party/inspec/documentation/google_compute_region_instance_group_manager.md rename to mmv1/third_party/inspec/documentation/google_compute_region_instance_group_manager.md diff --git a/third_party/inspec/documentation/google_compute_region_instance_group_managers.md b/mmv1/third_party/inspec/documentation/google_compute_region_instance_group_managers.md similarity index 100% rename from third_party/inspec/documentation/google_compute_region_instance_group_managers.md rename to mmv1/third_party/inspec/documentation/google_compute_region_instance_group_managers.md diff --git a/third_party/inspec/documentation/google_compute_subnetwork.md b/mmv1/third_party/inspec/documentation/google_compute_subnetwork.md similarity index 100% rename from third_party/inspec/documentation/google_compute_subnetwork.md rename to mmv1/third_party/inspec/documentation/google_compute_subnetwork.md diff --git a/third_party/inspec/documentation/google_compute_subnetworks.md b/mmv1/third_party/inspec/documentation/google_compute_subnetworks.md similarity index 100% rename from third_party/inspec/documentation/google_compute_subnetworks.md rename to mmv1/third_party/inspec/documentation/google_compute_subnetworks.md diff --git a/third_party/inspec/documentation/google_compute_vpn_tunnel.md b/mmv1/third_party/inspec/documentation/google_compute_vpn_tunnel.md similarity index 100% rename from third_party/inspec/documentation/google_compute_vpn_tunnel.md rename to mmv1/third_party/inspec/documentation/google_compute_vpn_tunnel.md diff --git a/third_party/inspec/documentation/google_compute_vpn_tunnels.md b/mmv1/third_party/inspec/documentation/google_compute_vpn_tunnels.md similarity index 100% rename from third_party/inspec/documentation/google_compute_vpn_tunnels.md rename to mmv1/third_party/inspec/documentation/google_compute_vpn_tunnels.md diff --git a/third_party/inspec/documentation/google_compute_zone.md b/mmv1/third_party/inspec/documentation/google_compute_zone.md similarity index 100% rename from third_party/inspec/documentation/google_compute_zone.md rename to mmv1/third_party/inspec/documentation/google_compute_zone.md diff --git a/third_party/inspec/documentation/google_compute_zones.md b/mmv1/third_party/inspec/documentation/google_compute_zones.md similarity index 100% rename from third_party/inspec/documentation/google_compute_zones.md rename to mmv1/third_party/inspec/documentation/google_compute_zones.md diff --git a/third_party/inspec/documentation/google_container_cluster.md b/mmv1/third_party/inspec/documentation/google_container_cluster.md similarity index 100% rename from third_party/inspec/documentation/google_container_cluster.md rename to mmv1/third_party/inspec/documentation/google_container_cluster.md diff --git a/third_party/inspec/documentation/google_container_clusters.md b/mmv1/third_party/inspec/documentation/google_container_clusters.md similarity index 100% rename from third_party/inspec/documentation/google_container_clusters.md rename to mmv1/third_party/inspec/documentation/google_container_clusters.md diff --git a/third_party/inspec/documentation/google_container_node_pool.md b/mmv1/third_party/inspec/documentation/google_container_node_pool.md similarity index 100% rename from third_party/inspec/documentation/google_container_node_pool.md rename to mmv1/third_party/inspec/documentation/google_container_node_pool.md diff --git a/third_party/inspec/documentation/google_container_node_pools.md b/mmv1/third_party/inspec/documentation/google_container_node_pools.md similarity index 100% rename from third_party/inspec/documentation/google_container_node_pools.md rename to mmv1/third_party/inspec/documentation/google_container_node_pools.md diff --git a/third_party/inspec/documentation/google_dns_managed_zone.md b/mmv1/third_party/inspec/documentation/google_dns_managed_zone.md similarity index 100% rename from third_party/inspec/documentation/google_dns_managed_zone.md rename to mmv1/third_party/inspec/documentation/google_dns_managed_zone.md diff --git a/third_party/inspec/documentation/google_dns_managed_zones.md b/mmv1/third_party/inspec/documentation/google_dns_managed_zones.md similarity index 100% rename from third_party/inspec/documentation/google_dns_managed_zones.md rename to mmv1/third_party/inspec/documentation/google_dns_managed_zones.md diff --git a/third_party/inspec/documentation/google_kms_crypto_key.md b/mmv1/third_party/inspec/documentation/google_kms_crypto_key.md similarity index 100% rename from third_party/inspec/documentation/google_kms_crypto_key.md rename to mmv1/third_party/inspec/documentation/google_kms_crypto_key.md diff --git a/third_party/inspec/documentation/google_kms_crypto_keys.md b/mmv1/third_party/inspec/documentation/google_kms_crypto_keys.md similarity index 100% rename from third_party/inspec/documentation/google_kms_crypto_keys.md rename to mmv1/third_party/inspec/documentation/google_kms_crypto_keys.md diff --git a/third_party/inspec/documentation/google_kms_key_ring.md b/mmv1/third_party/inspec/documentation/google_kms_key_ring.md similarity index 100% rename from third_party/inspec/documentation/google_kms_key_ring.md rename to mmv1/third_party/inspec/documentation/google_kms_key_ring.md diff --git a/third_party/inspec/documentation/google_kms_key_rings.md b/mmv1/third_party/inspec/documentation/google_kms_key_rings.md similarity index 100% rename from third_party/inspec/documentation/google_kms_key_rings.md rename to mmv1/third_party/inspec/documentation/google_kms_key_rings.md diff --git a/third_party/inspec/documentation/google_logging_project_exclusion.md b/mmv1/third_party/inspec/documentation/google_logging_project_exclusion.md similarity index 100% rename from third_party/inspec/documentation/google_logging_project_exclusion.md rename to mmv1/third_party/inspec/documentation/google_logging_project_exclusion.md diff --git a/third_party/inspec/documentation/google_logging_project_sink.md b/mmv1/third_party/inspec/documentation/google_logging_project_sink.md similarity index 100% rename from third_party/inspec/documentation/google_logging_project_sink.md rename to mmv1/third_party/inspec/documentation/google_logging_project_sink.md diff --git a/third_party/inspec/documentation/google_logging_project_sinks.md b/mmv1/third_party/inspec/documentation/google_logging_project_sinks.md similarity index 100% rename from third_party/inspec/documentation/google_logging_project_sinks.md rename to mmv1/third_party/inspec/documentation/google_logging_project_sinks.md diff --git a/third_party/inspec/documentation/google_organization.md b/mmv1/third_party/inspec/documentation/google_organization.md similarity index 100% rename from third_party/inspec/documentation/google_organization.md rename to mmv1/third_party/inspec/documentation/google_organization.md diff --git a/third_party/inspec/documentation/google_organizations.md b/mmv1/third_party/inspec/documentation/google_organizations.md similarity index 100% rename from third_party/inspec/documentation/google_organizations.md rename to mmv1/third_party/inspec/documentation/google_organizations.md diff --git a/third_party/inspec/documentation/google_project.md b/mmv1/third_party/inspec/documentation/google_project.md similarity index 100% rename from third_party/inspec/documentation/google_project.md rename to mmv1/third_party/inspec/documentation/google_project.md diff --git a/third_party/inspec/documentation/google_project_alert_policies.md b/mmv1/third_party/inspec/documentation/google_project_alert_policies.md similarity index 100% rename from third_party/inspec/documentation/google_project_alert_policies.md rename to mmv1/third_party/inspec/documentation/google_project_alert_policies.md diff --git a/third_party/inspec/documentation/google_project_alert_policy.md b/mmv1/third_party/inspec/documentation/google_project_alert_policy.md similarity index 100% rename from third_party/inspec/documentation/google_project_alert_policy.md rename to mmv1/third_party/inspec/documentation/google_project_alert_policy.md diff --git a/third_party/inspec/documentation/google_project_iam_custom_role.md b/mmv1/third_party/inspec/documentation/google_project_iam_custom_role.md similarity index 100% rename from third_party/inspec/documentation/google_project_iam_custom_role.md rename to mmv1/third_party/inspec/documentation/google_project_iam_custom_role.md diff --git a/third_party/inspec/documentation/google_project_metric.md b/mmv1/third_party/inspec/documentation/google_project_metric.md similarity index 100% rename from third_party/inspec/documentation/google_project_metric.md rename to mmv1/third_party/inspec/documentation/google_project_metric.md diff --git a/third_party/inspec/documentation/google_project_metrics.md b/mmv1/third_party/inspec/documentation/google_project_metrics.md similarity index 100% rename from third_party/inspec/documentation/google_project_metrics.md rename to mmv1/third_party/inspec/documentation/google_project_metrics.md diff --git a/third_party/inspec/documentation/google_projects.md b/mmv1/third_party/inspec/documentation/google_projects.md similarity index 100% rename from third_party/inspec/documentation/google_projects.md rename to mmv1/third_party/inspec/documentation/google_projects.md diff --git a/third_party/inspec/documentation/google_service_account.md b/mmv1/third_party/inspec/documentation/google_service_account.md similarity index 100% rename from third_party/inspec/documentation/google_service_account.md rename to mmv1/third_party/inspec/documentation/google_service_account.md diff --git a/third_party/inspec/documentation/google_service_account_key.md b/mmv1/third_party/inspec/documentation/google_service_account_key.md similarity index 100% rename from third_party/inspec/documentation/google_service_account_key.md rename to mmv1/third_party/inspec/documentation/google_service_account_key.md diff --git a/third_party/inspec/documentation/google_service_account_keys.md b/mmv1/third_party/inspec/documentation/google_service_account_keys.md similarity index 100% rename from third_party/inspec/documentation/google_service_account_keys.md rename to mmv1/third_party/inspec/documentation/google_service_account_keys.md diff --git a/third_party/inspec/documentation/google_service_accounts.md b/mmv1/third_party/inspec/documentation/google_service_accounts.md similarity index 100% rename from third_party/inspec/documentation/google_service_accounts.md rename to mmv1/third_party/inspec/documentation/google_service_accounts.md diff --git a/third_party/inspec/documentation/google_sql_database_instance.md b/mmv1/third_party/inspec/documentation/google_sql_database_instance.md similarity index 100% rename from third_party/inspec/documentation/google_sql_database_instance.md rename to mmv1/third_party/inspec/documentation/google_sql_database_instance.md diff --git a/third_party/inspec/documentation/google_sql_database_instances.md b/mmv1/third_party/inspec/documentation/google_sql_database_instances.md similarity index 100% rename from third_party/inspec/documentation/google_sql_database_instances.md rename to mmv1/third_party/inspec/documentation/google_sql_database_instances.md diff --git a/third_party/inspec/documentation/google_sql_users.md b/mmv1/third_party/inspec/documentation/google_sql_users.md similarity index 100% rename from third_party/inspec/documentation/google_sql_users.md rename to mmv1/third_party/inspec/documentation/google_sql_users.md diff --git a/third_party/inspec/documentation/google_storage_bucket.md b/mmv1/third_party/inspec/documentation/google_storage_bucket.md similarity index 100% rename from third_party/inspec/documentation/google_storage_bucket.md rename to mmv1/third_party/inspec/documentation/google_storage_bucket.md diff --git a/third_party/inspec/documentation/google_storage_bucket_acl.md b/mmv1/third_party/inspec/documentation/google_storage_bucket_acl.md similarity index 100% rename from third_party/inspec/documentation/google_storage_bucket_acl.md rename to mmv1/third_party/inspec/documentation/google_storage_bucket_acl.md diff --git a/third_party/inspec/documentation/google_storage_bucket_object.md b/mmv1/third_party/inspec/documentation/google_storage_bucket_object.md similarity index 100% rename from third_party/inspec/documentation/google_storage_bucket_object.md rename to mmv1/third_party/inspec/documentation/google_storage_bucket_object.md diff --git a/third_party/inspec/documentation/google_storage_bucket_objects.md b/mmv1/third_party/inspec/documentation/google_storage_bucket_objects.md similarity index 100% rename from third_party/inspec/documentation/google_storage_bucket_objects.md rename to mmv1/third_party/inspec/documentation/google_storage_bucket_objects.md diff --git a/third_party/inspec/documentation/google_storage_buckets.md b/mmv1/third_party/inspec/documentation/google_storage_buckets.md similarity index 100% rename from third_party/inspec/documentation/google_storage_buckets.md rename to mmv1/third_party/inspec/documentation/google_storage_buckets.md diff --git a/third_party/inspec/documentation/google_storage_default_object_acl.md b/mmv1/third_party/inspec/documentation/google_storage_default_object_acl.md similarity index 100% rename from third_party/inspec/documentation/google_storage_default_object_acl.md rename to mmv1/third_party/inspec/documentation/google_storage_default_object_acl.md diff --git a/third_party/inspec/documentation/google_storage_object_acl.md b/mmv1/third_party/inspec/documentation/google_storage_object_acl.md similarity index 100% rename from third_party/inspec/documentation/google_storage_object_acl.md rename to mmv1/third_party/inspec/documentation/google_storage_object_acl.md diff --git a/third_party/terraform/LICENSE b/mmv1/third_party/terraform/LICENSE similarity index 100% rename from third_party/terraform/LICENSE rename to mmv1/third_party/terraform/LICENSE diff --git a/third_party/terraform/data_sources/data_google_game_services_game_server_deployment_rollout.go.erb b/mmv1/third_party/terraform/data_sources/data_google_game_services_game_server_deployment_rollout.go.erb similarity index 100% rename from third_party/terraform/data_sources/data_google_game_services_game_server_deployment_rollout.go.erb rename to mmv1/third_party/terraform/data_sources/data_google_game_services_game_server_deployment_rollout.go.erb diff --git a/third_party/terraform/data_sources/data_source_cloud_identity_group_memberships.go.erb b/mmv1/third_party/terraform/data_sources/data_source_cloud_identity_group_memberships.go.erb similarity index 100% rename from third_party/terraform/data_sources/data_source_cloud_identity_group_memberships.go.erb rename to mmv1/third_party/terraform/data_sources/data_source_cloud_identity_group_memberships.go.erb diff --git a/third_party/terraform/data_sources/data_source_cloud_identity_groups.go.erb b/mmv1/third_party/terraform/data_sources/data_source_cloud_identity_groups.go.erb similarity index 100% rename from third_party/terraform/data_sources/data_source_cloud_identity_groups.go.erb rename to mmv1/third_party/terraform/data_sources/data_source_cloud_identity_groups.go.erb diff --git a/third_party/terraform/data_sources/data_source_cloud_run_locations.go b/mmv1/third_party/terraform/data_sources/data_source_cloud_run_locations.go similarity index 100% rename from third_party/terraform/data_sources/data_source_cloud_run_locations.go rename to mmv1/third_party/terraform/data_sources/data_source_cloud_run_locations.go diff --git a/third_party/terraform/data_sources/data_source_cloud_run_service.go b/mmv1/third_party/terraform/data_sources/data_source_cloud_run_service.go similarity index 100% rename from third_party/terraform/data_sources/data_source_cloud_run_service.go rename to mmv1/third_party/terraform/data_sources/data_source_cloud_run_service.go diff --git a/third_party/terraform/data_sources/data_source_compute_lb_ip_ranges.go b/mmv1/third_party/terraform/data_sources/data_source_compute_lb_ip_ranges.go similarity index 100% rename from third_party/terraform/data_sources/data_source_compute_lb_ip_ranges.go rename to mmv1/third_party/terraform/data_sources/data_source_compute_lb_ip_ranges.go diff --git a/third_party/terraform/data_sources/data_source_compute_network_endpoint_group.go b/mmv1/third_party/terraform/data_sources/data_source_compute_network_endpoint_group.go similarity index 100% rename from third_party/terraform/data_sources/data_source_compute_network_endpoint_group.go rename to mmv1/third_party/terraform/data_sources/data_source_compute_network_endpoint_group.go diff --git a/third_party/terraform/data_sources/data_source_compute_network_endpoint_group_test.go b/mmv1/third_party/terraform/data_sources/data_source_compute_network_endpoint_group_test.go similarity index 100% rename from third_party/terraform/data_sources/data_source_compute_network_endpoint_group_test.go rename to mmv1/third_party/terraform/data_sources/data_source_compute_network_endpoint_group_test.go diff --git a/third_party/terraform/data_sources/data_source_container_registry_image.go b/mmv1/third_party/terraform/data_sources/data_source_container_registry_image.go similarity index 100% rename from third_party/terraform/data_sources/data_source_container_registry_image.go rename to mmv1/third_party/terraform/data_sources/data_source_container_registry_image.go diff --git a/third_party/terraform/data_sources/data_source_container_registry_repository.go b/mmv1/third_party/terraform/data_sources/data_source_container_registry_repository.go similarity index 100% rename from third_party/terraform/data_sources/data_source_container_registry_repository.go rename to mmv1/third_party/terraform/data_sources/data_source_container_registry_repository.go diff --git a/third_party/terraform/data_sources/data_source_dns_keys.go b/mmv1/third_party/terraform/data_sources/data_source_dns_keys.go similarity index 100% rename from third_party/terraform/data_sources/data_source_dns_keys.go rename to mmv1/third_party/terraform/data_sources/data_source_dns_keys.go diff --git a/third_party/terraform/data_sources/data_source_dns_managed_zone.go b/mmv1/third_party/terraform/data_sources/data_source_dns_managed_zone.go similarity index 100% rename from third_party/terraform/data_sources/data_source_dns_managed_zone.go rename to mmv1/third_party/terraform/data_sources/data_source_dns_managed_zone.go diff --git a/third_party/terraform/data_sources/data_source_google_active_folder.go b/mmv1/third_party/terraform/data_sources/data_source_google_active_folder.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_active_folder.go rename to mmv1/third_party/terraform/data_sources/data_source_google_active_folder.go diff --git a/third_party/terraform/data_sources/data_source_google_app_engine_default_service_account.go b/mmv1/third_party/terraform/data_sources/data_source_google_app_engine_default_service_account.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_app_engine_default_service_account.go rename to mmv1/third_party/terraform/data_sources/data_source_google_app_engine_default_service_account.go diff --git a/third_party/terraform/data_sources/data_source_google_bigquery_default_service_account.go b/mmv1/third_party/terraform/data_sources/data_source_google_bigquery_default_service_account.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_bigquery_default_service_account.go rename to mmv1/third_party/terraform/data_sources/data_source_google_bigquery_default_service_account.go diff --git a/third_party/terraform/data_sources/data_source_google_billing_account.go b/mmv1/third_party/terraform/data_sources/data_source_google_billing_account.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_billing_account.go rename to mmv1/third_party/terraform/data_sources/data_source_google_billing_account.go diff --git a/third_party/terraform/data_sources/data_source_google_client_config.go b/mmv1/third_party/terraform/data_sources/data_source_google_client_config.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_client_config.go rename to mmv1/third_party/terraform/data_sources/data_source_google_client_config.go diff --git a/third_party/terraform/data_sources/data_source_google_client_openid_userinfo.go b/mmv1/third_party/terraform/data_sources/data_source_google_client_openid_userinfo.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_client_openid_userinfo.go rename to mmv1/third_party/terraform/data_sources/data_source_google_client_openid_userinfo.go diff --git a/third_party/terraform/data_sources/data_source_google_cloudfunctions_function.go b/mmv1/third_party/terraform/data_sources/data_source_google_cloudfunctions_function.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_cloudfunctions_function.go rename to mmv1/third_party/terraform/data_sources/data_source_google_cloudfunctions_function.go diff --git a/third_party/terraform/data_sources/data_source_google_composer_environment.go b/mmv1/third_party/terraform/data_sources/data_source_google_composer_environment.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_composer_environment.go rename to mmv1/third_party/terraform/data_sources/data_source_google_composer_environment.go diff --git a/third_party/terraform/data_sources/data_source_google_composer_image_versions.go b/mmv1/third_party/terraform/data_sources/data_source_google_composer_image_versions.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_composer_image_versions.go rename to mmv1/third_party/terraform/data_sources/data_source_google_composer_image_versions.go diff --git a/third_party/terraform/data_sources/data_source_google_compute_address.go b/mmv1/third_party/terraform/data_sources/data_source_google_compute_address.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_address.go rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_address.go diff --git a/third_party/terraform/data_sources/data_source_google_compute_backend_bucket.go b/mmv1/third_party/terraform/data_sources/data_source_google_compute_backend_bucket.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_backend_bucket.go rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_backend_bucket.go diff --git a/third_party/terraform/data_sources/data_source_google_compute_backend_service.go b/mmv1/third_party/terraform/data_sources/data_source_google_compute_backend_service.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_backend_service.go rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_backend_service.go diff --git a/third_party/terraform/data_sources/data_source_google_compute_default_service_account.go b/mmv1/third_party/terraform/data_sources/data_source_google_compute_default_service_account.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_default_service_account.go rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_default_service_account.go diff --git a/third_party/terraform/data_sources/data_source_google_compute_forwarding_rule.go b/mmv1/third_party/terraform/data_sources/data_source_google_compute_forwarding_rule.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_forwarding_rule.go rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_forwarding_rule.go diff --git a/third_party/terraform/data_sources/data_source_google_compute_global_address.go b/mmv1/third_party/terraform/data_sources/data_source_google_compute_global_address.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_global_address.go rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_global_address.go diff --git a/third_party/terraform/data_sources/data_source_google_compute_image.go b/mmv1/third_party/terraform/data_sources/data_source_google_compute_image.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_image.go rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_image.go diff --git a/third_party/terraform/data_sources/data_source_google_compute_instance.go b/mmv1/third_party/terraform/data_sources/data_source_google_compute_instance.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_instance.go rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_instance.go diff --git a/third_party/terraform/data_sources/data_source_google_compute_instance_group.go b/mmv1/third_party/terraform/data_sources/data_source_google_compute_instance_group.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_instance_group.go rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_instance_group.go diff --git a/third_party/terraform/data_sources/data_source_google_compute_instance_serial_port.go b/mmv1/third_party/terraform/data_sources/data_source_google_compute_instance_serial_port.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_instance_serial_port.go rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_instance_serial_port.go diff --git a/third_party/terraform/data_sources/data_source_google_compute_instance_template.go b/mmv1/third_party/terraform/data_sources/data_source_google_compute_instance_template.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_instance_template.go rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_instance_template.go diff --git a/third_party/terraform/data_sources/data_source_google_compute_network.go b/mmv1/third_party/terraform/data_sources/data_source_google_compute_network.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_network.go rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_network.go diff --git a/third_party/terraform/data_sources/data_source_google_compute_node_types.go b/mmv1/third_party/terraform/data_sources/data_source_google_compute_node_types.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_node_types.go rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_node_types.go diff --git a/third_party/terraform/data_sources/data_source_google_compute_region_instance_group.go b/mmv1/third_party/terraform/data_sources/data_source_google_compute_region_instance_group.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_region_instance_group.go rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_region_instance_group.go diff --git a/third_party/terraform/data_sources/data_source_google_compute_region_ssl_certificate.go b/mmv1/third_party/terraform/data_sources/data_source_google_compute_region_ssl_certificate.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_region_ssl_certificate.go rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_region_ssl_certificate.go diff --git a/third_party/terraform/data_sources/data_source_google_compute_regions.go b/mmv1/third_party/terraform/data_sources/data_source_google_compute_regions.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_regions.go rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_regions.go diff --git a/third_party/terraform/data_sources/data_source_google_compute_resource_policy.go.erb b/mmv1/third_party/terraform/data_sources/data_source_google_compute_resource_policy.go.erb similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_resource_policy.go.erb rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_resource_policy.go.erb diff --git a/third_party/terraform/data_sources/data_source_google_compute_router.go b/mmv1/third_party/terraform/data_sources/data_source_google_compute_router.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_router.go rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_router.go diff --git a/third_party/terraform/data_sources/data_source_google_compute_ssl_certificate.go b/mmv1/third_party/terraform/data_sources/data_source_google_compute_ssl_certificate.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_ssl_certificate.go rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_ssl_certificate.go diff --git a/third_party/terraform/data_sources/data_source_google_compute_ssl_policy.go b/mmv1/third_party/terraform/data_sources/data_source_google_compute_ssl_policy.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_ssl_policy.go rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_ssl_policy.go diff --git a/third_party/terraform/data_sources/data_source_google_compute_subnetwork.go b/mmv1/third_party/terraform/data_sources/data_source_google_compute_subnetwork.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_subnetwork.go rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_subnetwork.go diff --git a/third_party/terraform/data_sources/data_source_google_compute_vpn_gateway.go b/mmv1/third_party/terraform/data_sources/data_source_google_compute_vpn_gateway.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_vpn_gateway.go rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_vpn_gateway.go diff --git a/third_party/terraform/data_sources/data_source_google_compute_zones.go b/mmv1/third_party/terraform/data_sources/data_source_google_compute_zones.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_compute_zones.go rename to mmv1/third_party/terraform/data_sources/data_source_google_compute_zones.go diff --git a/third_party/terraform/data_sources/data_source_google_container_cluster.go b/mmv1/third_party/terraform/data_sources/data_source_google_container_cluster.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_container_cluster.go rename to mmv1/third_party/terraform/data_sources/data_source_google_container_cluster.go diff --git a/third_party/terraform/data_sources/data_source_google_container_engine_versions.go.erb b/mmv1/third_party/terraform/data_sources/data_source_google_container_engine_versions.go.erb similarity index 100% rename from third_party/terraform/data_sources/data_source_google_container_engine_versions.go.erb rename to mmv1/third_party/terraform/data_sources/data_source_google_container_engine_versions.go.erb diff --git a/third_party/terraform/data_sources/data_source_google_firebase_web_app.go.erb b/mmv1/third_party/terraform/data_sources/data_source_google_firebase_web_app.go.erb similarity index 100% rename from third_party/terraform/data_sources/data_source_google_firebase_web_app.go.erb rename to mmv1/third_party/terraform/data_sources/data_source_google_firebase_web_app.go.erb diff --git a/third_party/terraform/data_sources/data_source_google_firebase_web_app_config.go.erb b/mmv1/third_party/terraform/data_sources/data_source_google_firebase_web_app_config.go.erb similarity index 100% rename from third_party/terraform/data_sources/data_source_google_firebase_web_app_config.go.erb rename to mmv1/third_party/terraform/data_sources/data_source_google_firebase_web_app_config.go.erb diff --git a/third_party/terraform/data_sources/data_source_google_folder.go b/mmv1/third_party/terraform/data_sources/data_source_google_folder.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_folder.go rename to mmv1/third_party/terraform/data_sources/data_source_google_folder.go diff --git a/third_party/terraform/data_sources/data_source_google_folder_organization_policy.go b/mmv1/third_party/terraform/data_sources/data_source_google_folder_organization_policy.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_folder_organization_policy.go rename to mmv1/third_party/terraform/data_sources/data_source_google_folder_organization_policy.go diff --git a/third_party/terraform/data_sources/data_source_google_global_compute_forwarding_rule.go b/mmv1/third_party/terraform/data_sources/data_source_google_global_compute_forwarding_rule.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_global_compute_forwarding_rule.go rename to mmv1/third_party/terraform/data_sources/data_source_google_global_compute_forwarding_rule.go diff --git a/third_party/terraform/data_sources/data_source_google_iam_policy.go.erb b/mmv1/third_party/terraform/data_sources/data_source_google_iam_policy.go.erb similarity index 100% rename from third_party/terraform/data_sources/data_source_google_iam_policy.go.erb rename to mmv1/third_party/terraform/data_sources/data_source_google_iam_policy.go.erb diff --git a/third_party/terraform/data_sources/data_source_google_iam_role.go b/mmv1/third_party/terraform/data_sources/data_source_google_iam_role.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_iam_role.go rename to mmv1/third_party/terraform/data_sources/data_source_google_iam_role.go diff --git a/third_party/terraform/data_sources/data_source_google_iam_testable_permissions.go b/mmv1/third_party/terraform/data_sources/data_source_google_iam_testable_permissions.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_iam_testable_permissions.go rename to mmv1/third_party/terraform/data_sources/data_source_google_iam_testable_permissions.go diff --git a/third_party/terraform/data_sources/data_source_google_kms_crypto_key.go b/mmv1/third_party/terraform/data_sources/data_source_google_kms_crypto_key.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_kms_crypto_key.go rename to mmv1/third_party/terraform/data_sources/data_source_google_kms_crypto_key.go diff --git a/third_party/terraform/data_sources/data_source_google_kms_crypto_key_version.go b/mmv1/third_party/terraform/data_sources/data_source_google_kms_crypto_key_version.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_kms_crypto_key_version.go rename to mmv1/third_party/terraform/data_sources/data_source_google_kms_crypto_key_version.go diff --git a/third_party/terraform/data_sources/data_source_google_kms_key_ring.go b/mmv1/third_party/terraform/data_sources/data_source_google_kms_key_ring.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_kms_key_ring.go rename to mmv1/third_party/terraform/data_sources/data_source_google_kms_key_ring.go diff --git a/third_party/terraform/data_sources/data_source_google_kms_secret.go b/mmv1/third_party/terraform/data_sources/data_source_google_kms_secret.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_kms_secret.go rename to mmv1/third_party/terraform/data_sources/data_source_google_kms_secret.go diff --git a/third_party/terraform/data_sources/data_source_google_kms_secret_ciphertext.go b/mmv1/third_party/terraform/data_sources/data_source_google_kms_secret_ciphertext.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_kms_secret_ciphertext.go rename to mmv1/third_party/terraform/data_sources/data_source_google_kms_secret_ciphertext.go diff --git a/third_party/terraform/data_sources/data_source_google_monitoring_uptime_check_ips.go b/mmv1/third_party/terraform/data_sources/data_source_google_monitoring_uptime_check_ips.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_monitoring_uptime_check_ips.go rename to mmv1/third_party/terraform/data_sources/data_source_google_monitoring_uptime_check_ips.go diff --git a/third_party/terraform/data_sources/data_source_google_netblock_ip_ranges.go b/mmv1/third_party/terraform/data_sources/data_source_google_netblock_ip_ranges.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_netblock_ip_ranges.go rename to mmv1/third_party/terraform/data_sources/data_source_google_netblock_ip_ranges.go diff --git a/third_party/terraform/data_sources/data_source_google_organization.go b/mmv1/third_party/terraform/data_sources/data_source_google_organization.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_organization.go rename to mmv1/third_party/terraform/data_sources/data_source_google_organization.go diff --git a/third_party/terraform/data_sources/data_source_google_project.go b/mmv1/third_party/terraform/data_sources/data_source_google_project.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_project.go rename to mmv1/third_party/terraform/data_sources/data_source_google_project.go diff --git a/third_party/terraform/data_sources/data_source_google_project_organization_policy.go b/mmv1/third_party/terraform/data_sources/data_source_google_project_organization_policy.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_project_organization_policy.go rename to mmv1/third_party/terraform/data_sources/data_source_google_project_organization_policy.go diff --git a/third_party/terraform/data_sources/data_source_google_projects.go b/mmv1/third_party/terraform/data_sources/data_source_google_projects.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_projects.go rename to mmv1/third_party/terraform/data_sources/data_source_google_projects.go diff --git a/third_party/terraform/data_sources/data_source_google_service_account.go b/mmv1/third_party/terraform/data_sources/data_source_google_service_account.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_service_account.go rename to mmv1/third_party/terraform/data_sources/data_source_google_service_account.go diff --git a/third_party/terraform/data_sources/data_source_google_service_account_access_token.go b/mmv1/third_party/terraform/data_sources/data_source_google_service_account_access_token.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_service_account_access_token.go rename to mmv1/third_party/terraform/data_sources/data_source_google_service_account_access_token.go diff --git a/third_party/terraform/data_sources/data_source_google_service_account_id_token.go b/mmv1/third_party/terraform/data_sources/data_source_google_service_account_id_token.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_service_account_id_token.go rename to mmv1/third_party/terraform/data_sources/data_source_google_service_account_id_token.go diff --git a/third_party/terraform/data_sources/data_source_google_service_account_key.go b/mmv1/third_party/terraform/data_sources/data_source_google_service_account_key.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_service_account_key.go rename to mmv1/third_party/terraform/data_sources/data_source_google_service_account_key.go diff --git a/third_party/terraform/data_sources/data_source_google_sql_ca_certs.go b/mmv1/third_party/terraform/data_sources/data_source_google_sql_ca_certs.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_sql_ca_certs.go rename to mmv1/third_party/terraform/data_sources/data_source_google_sql_ca_certs.go diff --git a/third_party/terraform/data_sources/data_source_google_storage_bucket_object.go b/mmv1/third_party/terraform/data_sources/data_source_google_storage_bucket_object.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_storage_bucket_object.go rename to mmv1/third_party/terraform/data_sources/data_source_google_storage_bucket_object.go diff --git a/third_party/terraform/data_sources/data_source_google_storage_project_service_account.go b/mmv1/third_party/terraform/data_sources/data_source_google_storage_project_service_account.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_storage_project_service_account.go rename to mmv1/third_party/terraform/data_sources/data_source_google_storage_project_service_account.go diff --git a/third_party/terraform/data_sources/data_source_google_storage_transfer_project_service_account.go b/mmv1/third_party/terraform/data_sources/data_source_google_storage_transfer_project_service_account.go similarity index 100% rename from third_party/terraform/data_sources/data_source_google_storage_transfer_project_service_account.go rename to mmv1/third_party/terraform/data_sources/data_source_google_storage_transfer_project_service_account.go diff --git a/third_party/terraform/data_sources/data_source_iam_beta_workload_identity_pool.go.erb b/mmv1/third_party/terraform/data_sources/data_source_iam_beta_workload_identity_pool.go.erb similarity index 100% rename from third_party/terraform/data_sources/data_source_iam_beta_workload_identity_pool.go.erb rename to mmv1/third_party/terraform/data_sources/data_source_iam_beta_workload_identity_pool.go.erb diff --git a/third_party/terraform/data_sources/data_source_iam_beta_workload_identity_pool_provider.go.erb b/mmv1/third_party/terraform/data_sources/data_source_iam_beta_workload_identity_pool_provider.go.erb similarity index 100% rename from third_party/terraform/data_sources/data_source_iam_beta_workload_identity_pool_provider.go.erb rename to mmv1/third_party/terraform/data_sources/data_source_iam_beta_workload_identity_pool_provider.go.erb diff --git a/third_party/terraform/data_sources/data_source_monitoring_notification_channel.go b/mmv1/third_party/terraform/data_sources/data_source_monitoring_notification_channel.go similarity index 100% rename from third_party/terraform/data_sources/data_source_monitoring_notification_channel.go rename to mmv1/third_party/terraform/data_sources/data_source_monitoring_notification_channel.go diff --git a/third_party/terraform/data_sources/data_source_monitoring_service.go b/mmv1/third_party/terraform/data_sources/data_source_monitoring_service.go similarity index 100% rename from third_party/terraform/data_sources/data_source_monitoring_service.go rename to mmv1/third_party/terraform/data_sources/data_source_monitoring_service.go diff --git a/third_party/terraform/data_sources/data_source_monitoring_service_app_engine.go b/mmv1/third_party/terraform/data_sources/data_source_monitoring_service_app_engine.go similarity index 100% rename from third_party/terraform/data_sources/data_source_monitoring_service_app_engine.go rename to mmv1/third_party/terraform/data_sources/data_source_monitoring_service_app_engine.go diff --git a/third_party/terraform/data_sources/data_source_monitoring_service_cluster_istio.go b/mmv1/third_party/terraform/data_sources/data_source_monitoring_service_cluster_istio.go similarity index 100% rename from third_party/terraform/data_sources/data_source_monitoring_service_cluster_istio.go rename to mmv1/third_party/terraform/data_sources/data_source_monitoring_service_cluster_istio.go diff --git a/third_party/terraform/data_sources/data_source_monitoring_service_mesh_istio.go b/mmv1/third_party/terraform/data_sources/data_source_monitoring_service_mesh_istio.go similarity index 100% rename from third_party/terraform/data_sources/data_source_monitoring_service_mesh_istio.go rename to mmv1/third_party/terraform/data_sources/data_source_monitoring_service_mesh_istio.go diff --git a/third_party/terraform/data_sources/data_source_monitoring_service_test.go b/mmv1/third_party/terraform/data_sources/data_source_monitoring_service_test.go similarity index 100% rename from third_party/terraform/data_sources/data_source_monitoring_service_test.go rename to mmv1/third_party/terraform/data_sources/data_source_monitoring_service_test.go diff --git a/third_party/terraform/data_sources/data_source_pubsub_topic.go b/mmv1/third_party/terraform/data_sources/data_source_pubsub_topic.go similarity index 100% rename from third_party/terraform/data_sources/data_source_pubsub_topic.go rename to mmv1/third_party/terraform/data_sources/data_source_pubsub_topic.go diff --git a/third_party/terraform/data_sources/data_source_redis_instance.go b/mmv1/third_party/terraform/data_sources/data_source_redis_instance.go similarity index 100% rename from third_party/terraform/data_sources/data_source_redis_instance.go rename to mmv1/third_party/terraform/data_sources/data_source_redis_instance.go diff --git a/third_party/terraform/data_sources/data_source_runtimeconfig_config.go b/mmv1/third_party/terraform/data_sources/data_source_runtimeconfig_config.go similarity index 100% rename from third_party/terraform/data_sources/data_source_runtimeconfig_config.go rename to mmv1/third_party/terraform/data_sources/data_source_runtimeconfig_config.go diff --git a/third_party/terraform/data_sources/data_source_secret_manager_secret_version.go.erb b/mmv1/third_party/terraform/data_sources/data_source_secret_manager_secret_version.go.erb similarity index 100% rename from third_party/terraform/data_sources/data_source_secret_manager_secret_version.go.erb rename to mmv1/third_party/terraform/data_sources/data_source_secret_manager_secret_version.go.erb diff --git a/third_party/terraform/data_sources/data_source_spanner_instance.go b/mmv1/third_party/terraform/data_sources/data_source_spanner_instance.go similarity index 100% rename from third_party/terraform/data_sources/data_source_spanner_instance.go rename to mmv1/third_party/terraform/data_sources/data_source_spanner_instance.go diff --git a/third_party/terraform/data_sources/data_source_sql_backup_run.go b/mmv1/third_party/terraform/data_sources/data_source_sql_backup_run.go similarity index 100% rename from third_party/terraform/data_sources/data_source_sql_backup_run.go rename to mmv1/third_party/terraform/data_sources/data_source_sql_backup_run.go diff --git a/third_party/terraform/data_sources/data_source_sql_database_instance.go b/mmv1/third_party/terraform/data_sources/data_source_sql_database_instance.go similarity index 100% rename from third_party/terraform/data_sources/data_source_sql_database_instance.go rename to mmv1/third_party/terraform/data_sources/data_source_sql_database_instance.go diff --git a/third_party/terraform/data_sources/data_source_storage_bucket_object_content.go b/mmv1/third_party/terraform/data_sources/data_source_storage_bucket_object_content.go similarity index 100% rename from third_party/terraform/data_sources/data_source_storage_bucket_object_content.go rename to mmv1/third_party/terraform/data_sources/data_source_storage_bucket_object_content.go diff --git a/third_party/terraform/data_sources/data_source_storage_object_signed_url.go b/mmv1/third_party/terraform/data_sources/data_source_storage_object_signed_url.go similarity index 100% rename from third_party/terraform/data_sources/data_source_storage_object_signed_url.go rename to mmv1/third_party/terraform/data_sources/data_source_storage_object_signed_url.go diff --git a/third_party/terraform/data_sources/data_source_tpu_tensorflow_versions.go b/mmv1/third_party/terraform/data_sources/data_source_tpu_tensorflow_versions.go similarity index 100% rename from third_party/terraform/data_sources/data_source_tpu_tensorflow_versions.go rename to mmv1/third_party/terraform/data_sources/data_source_tpu_tensorflow_versions.go diff --git a/third_party/terraform/main.go.erb b/mmv1/third_party/terraform/main.go.erb similarity index 100% rename from third_party/terraform/main.go.erb rename to mmv1/third_party/terraform/main.go.erb diff --git a/third_party/terraform/resources/common_operation_test.go b/mmv1/third_party/terraform/resources/common_operation_test.go similarity index 100% rename from third_party/terraform/resources/common_operation_test.go rename to mmv1/third_party/terraform/resources/common_operation_test.go diff --git a/third_party/terraform/resources/resource_app_engine_application.go b/mmv1/third_party/terraform/resources/resource_app_engine_application.go similarity index 100% rename from third_party/terraform/resources/resource_app_engine_application.go rename to mmv1/third_party/terraform/resources/resource_app_engine_application.go diff --git a/third_party/terraform/resources/resource_bigquery_table.go b/mmv1/third_party/terraform/resources/resource_bigquery_table.go similarity index 100% rename from third_party/terraform/resources/resource_bigquery_table.go rename to mmv1/third_party/terraform/resources/resource_bigquery_table.go diff --git a/third_party/terraform/resources/resource_bigtable_gc_policy.go b/mmv1/third_party/terraform/resources/resource_bigtable_gc_policy.go similarity index 100% rename from third_party/terraform/resources/resource_bigtable_gc_policy.go rename to mmv1/third_party/terraform/resources/resource_bigtable_gc_policy.go diff --git a/third_party/terraform/resources/resource_bigtable_instance.go b/mmv1/third_party/terraform/resources/resource_bigtable_instance.go similarity index 100% rename from third_party/terraform/resources/resource_bigtable_instance.go rename to mmv1/third_party/terraform/resources/resource_bigtable_instance.go diff --git a/third_party/terraform/resources/resource_bigtable_instance_migrate.go b/mmv1/third_party/terraform/resources/resource_bigtable_instance_migrate.go similarity index 100% rename from third_party/terraform/resources/resource_bigtable_instance_migrate.go rename to mmv1/third_party/terraform/resources/resource_bigtable_instance_migrate.go diff --git a/third_party/terraform/resources/resource_bigtable_table.go b/mmv1/third_party/terraform/resources/resource_bigtable_table.go similarity index 100% rename from third_party/terraform/resources/resource_bigtable_table.go rename to mmv1/third_party/terraform/resources/resource_bigtable_table.go diff --git a/third_party/terraform/resources/resource_cloud_identity_group_sweeper_test.go.erb b/mmv1/third_party/terraform/resources/resource_cloud_identity_group_sweeper_test.go.erb similarity index 100% rename from third_party/terraform/resources/resource_cloud_identity_group_sweeper_test.go.erb rename to mmv1/third_party/terraform/resources/resource_cloud_identity_group_sweeper_test.go.erb diff --git a/third_party/terraform/resources/resource_cloudfunctions_function.go b/mmv1/third_party/terraform/resources/resource_cloudfunctions_function.go similarity index 100% rename from third_party/terraform/resources/resource_cloudfunctions_function.go rename to mmv1/third_party/terraform/resources/resource_cloudfunctions_function.go diff --git a/third_party/terraform/resources/resource_composer_environment.go.erb b/mmv1/third_party/terraform/resources/resource_composer_environment.go.erb similarity index 100% rename from third_party/terraform/resources/resource_composer_environment.go.erb rename to mmv1/third_party/terraform/resources/resource_composer_environment.go.erb diff --git a/third_party/terraform/resources/resource_compute_attached_disk.go b/mmv1/third_party/terraform/resources/resource_compute_attached_disk.go similarity index 100% rename from third_party/terraform/resources/resource_compute_attached_disk.go rename to mmv1/third_party/terraform/resources/resource_compute_attached_disk.go diff --git a/third_party/terraform/resources/resource_compute_firewall_migrate.go b/mmv1/third_party/terraform/resources/resource_compute_firewall_migrate.go similarity index 100% rename from third_party/terraform/resources/resource_compute_firewall_migrate.go rename to mmv1/third_party/terraform/resources/resource_compute_firewall_migrate.go diff --git a/third_party/terraform/resources/resource_compute_instance.go.erb b/mmv1/third_party/terraform/resources/resource_compute_instance.go.erb similarity index 100% rename from third_party/terraform/resources/resource_compute_instance.go.erb rename to mmv1/third_party/terraform/resources/resource_compute_instance.go.erb diff --git a/third_party/terraform/resources/resource_compute_instance_from_machine_image.go.erb b/mmv1/third_party/terraform/resources/resource_compute_instance_from_machine_image.go.erb similarity index 100% rename from third_party/terraform/resources/resource_compute_instance_from_machine_image.go.erb rename to mmv1/third_party/terraform/resources/resource_compute_instance_from_machine_image.go.erb diff --git a/third_party/terraform/resources/resource_compute_instance_from_template.go b/mmv1/third_party/terraform/resources/resource_compute_instance_from_template.go similarity index 100% rename from third_party/terraform/resources/resource_compute_instance_from_template.go rename to mmv1/third_party/terraform/resources/resource_compute_instance_from_template.go diff --git a/third_party/terraform/resources/resource_compute_instance_group.go b/mmv1/third_party/terraform/resources/resource_compute_instance_group.go similarity index 100% rename from third_party/terraform/resources/resource_compute_instance_group.go rename to mmv1/third_party/terraform/resources/resource_compute_instance_group.go diff --git a/third_party/terraform/resources/resource_compute_instance_group_manager.go b/mmv1/third_party/terraform/resources/resource_compute_instance_group_manager.go similarity index 100% rename from third_party/terraform/resources/resource_compute_instance_group_manager.go rename to mmv1/third_party/terraform/resources/resource_compute_instance_group_manager.go diff --git a/third_party/terraform/resources/resource_compute_instance_group_migrate.go b/mmv1/third_party/terraform/resources/resource_compute_instance_group_migrate.go similarity index 100% rename from third_party/terraform/resources/resource_compute_instance_group_migrate.go rename to mmv1/third_party/terraform/resources/resource_compute_instance_group_migrate.go diff --git a/third_party/terraform/resources/resource_compute_instance_iam_test.go b/mmv1/third_party/terraform/resources/resource_compute_instance_iam_test.go similarity index 100% rename from third_party/terraform/resources/resource_compute_instance_iam_test.go rename to mmv1/third_party/terraform/resources/resource_compute_instance_iam_test.go diff --git a/third_party/terraform/resources/resource_compute_instance_migrate.go b/mmv1/third_party/terraform/resources/resource_compute_instance_migrate.go similarity index 100% rename from third_party/terraform/resources/resource_compute_instance_migrate.go rename to mmv1/third_party/terraform/resources/resource_compute_instance_migrate.go diff --git a/third_party/terraform/resources/resource_compute_instance_template.go.erb b/mmv1/third_party/terraform/resources/resource_compute_instance_template.go.erb similarity index 100% rename from third_party/terraform/resources/resource_compute_instance_template.go.erb rename to mmv1/third_party/terraform/resources/resource_compute_instance_template.go.erb diff --git a/third_party/terraform/resources/resource_compute_instance_template_migrate.go b/mmv1/third_party/terraform/resources/resource_compute_instance_template_migrate.go similarity index 100% rename from third_party/terraform/resources/resource_compute_instance_template_migrate.go rename to mmv1/third_party/terraform/resources/resource_compute_instance_template_migrate.go diff --git a/third_party/terraform/resources/resource_compute_network_peering.go b/mmv1/third_party/terraform/resources/resource_compute_network_peering.go similarity index 100% rename from third_party/terraform/resources/resource_compute_network_peering.go rename to mmv1/third_party/terraform/resources/resource_compute_network_peering.go diff --git a/third_party/terraform/resources/resource_compute_project_default_network_tier.go b/mmv1/third_party/terraform/resources/resource_compute_project_default_network_tier.go similarity index 100% rename from third_party/terraform/resources/resource_compute_project_default_network_tier.go rename to mmv1/third_party/terraform/resources/resource_compute_project_default_network_tier.go diff --git a/third_party/terraform/resources/resource_compute_project_metadata.go b/mmv1/third_party/terraform/resources/resource_compute_project_metadata.go similarity index 100% rename from third_party/terraform/resources/resource_compute_project_metadata.go rename to mmv1/third_party/terraform/resources/resource_compute_project_metadata.go diff --git a/third_party/terraform/resources/resource_compute_project_metadata_item.go b/mmv1/third_party/terraform/resources/resource_compute_project_metadata_item.go similarity index 100% rename from third_party/terraform/resources/resource_compute_project_metadata_item.go rename to mmv1/third_party/terraform/resources/resource_compute_project_metadata_item.go diff --git a/third_party/terraform/resources/resource_compute_region_instance_group_manager.go b/mmv1/third_party/terraform/resources/resource_compute_region_instance_group_manager.go similarity index 100% rename from third_party/terraform/resources/resource_compute_region_instance_group_manager.go rename to mmv1/third_party/terraform/resources/resource_compute_region_instance_group_manager.go diff --git a/third_party/terraform/resources/resource_compute_router_interface.go b/mmv1/third_party/terraform/resources/resource_compute_router_interface.go similarity index 100% rename from third_party/terraform/resources/resource_compute_router_interface.go rename to mmv1/third_party/terraform/resources/resource_compute_router_interface.go diff --git a/third_party/terraform/resources/resource_compute_security_policy.go.erb b/mmv1/third_party/terraform/resources/resource_compute_security_policy.go.erb similarity index 100% rename from third_party/terraform/resources/resource_compute_security_policy.go.erb rename to mmv1/third_party/terraform/resources/resource_compute_security_policy.go.erb diff --git a/third_party/terraform/resources/resource_compute_shared_vpc_host_project.go b/mmv1/third_party/terraform/resources/resource_compute_shared_vpc_host_project.go similarity index 100% rename from third_party/terraform/resources/resource_compute_shared_vpc_host_project.go rename to mmv1/third_party/terraform/resources/resource_compute_shared_vpc_host_project.go diff --git a/third_party/terraform/resources/resource_compute_shared_vpc_service_project.go b/mmv1/third_party/terraform/resources/resource_compute_shared_vpc_service_project.go similarity index 100% rename from third_party/terraform/resources/resource_compute_shared_vpc_service_project.go rename to mmv1/third_party/terraform/resources/resource_compute_shared_vpc_service_project.go diff --git a/third_party/terraform/resources/resource_compute_target_pool.go b/mmv1/third_party/terraform/resources/resource_compute_target_pool.go similarity index 100% rename from third_party/terraform/resources/resource_compute_target_pool.go rename to mmv1/third_party/terraform/resources/resource_compute_target_pool.go diff --git a/third_party/terraform/resources/resource_container_cluster.go.erb b/mmv1/third_party/terraform/resources/resource_container_cluster.go.erb similarity index 100% rename from third_party/terraform/resources/resource_container_cluster.go.erb rename to mmv1/third_party/terraform/resources/resource_container_cluster.go.erb diff --git a/third_party/terraform/resources/resource_container_cluster_migrate.go b/mmv1/third_party/terraform/resources/resource_container_cluster_migrate.go similarity index 100% rename from third_party/terraform/resources/resource_container_cluster_migrate.go rename to mmv1/third_party/terraform/resources/resource_container_cluster_migrate.go diff --git a/third_party/terraform/resources/resource_container_node_pool.go.erb b/mmv1/third_party/terraform/resources/resource_container_node_pool.go.erb similarity index 100% rename from third_party/terraform/resources/resource_container_node_pool.go.erb rename to mmv1/third_party/terraform/resources/resource_container_node_pool.go.erb diff --git a/third_party/terraform/resources/resource_container_node_pool_migrate.go b/mmv1/third_party/terraform/resources/resource_container_node_pool_migrate.go similarity index 100% rename from third_party/terraform/resources/resource_container_node_pool_migrate.go rename to mmv1/third_party/terraform/resources/resource_container_node_pool_migrate.go diff --git a/third_party/terraform/resources/resource_container_registry.go b/mmv1/third_party/terraform/resources/resource_container_registry.go similarity index 100% rename from third_party/terraform/resources/resource_container_registry.go rename to mmv1/third_party/terraform/resources/resource_container_registry.go diff --git a/third_party/terraform/resources/resource_dataflow_flex_template_job.go.erb b/mmv1/third_party/terraform/resources/resource_dataflow_flex_template_job.go.erb similarity index 100% rename from third_party/terraform/resources/resource_dataflow_flex_template_job.go.erb rename to mmv1/third_party/terraform/resources/resource_dataflow_flex_template_job.go.erb diff --git a/third_party/terraform/resources/resource_dataflow_job.go b/mmv1/third_party/terraform/resources/resource_dataflow_job.go similarity index 100% rename from third_party/terraform/resources/resource_dataflow_job.go rename to mmv1/third_party/terraform/resources/resource_dataflow_job.go diff --git a/third_party/terraform/resources/resource_dataproc_cluster.go.erb b/mmv1/third_party/terraform/resources/resource_dataproc_cluster.go.erb similarity index 100% rename from third_party/terraform/resources/resource_dataproc_cluster.go.erb rename to mmv1/third_party/terraform/resources/resource_dataproc_cluster.go.erb diff --git a/third_party/terraform/resources/resource_dataproc_job.go b/mmv1/third_party/terraform/resources/resource_dataproc_job.go similarity index 100% rename from third_party/terraform/resources/resource_dataproc_job.go rename to mmv1/third_party/terraform/resources/resource_dataproc_job.go diff --git a/third_party/terraform/resources/resource_dns_record_set.go b/mmv1/third_party/terraform/resources/resource_dns_record_set.go similarity index 100% rename from third_party/terraform/resources/resource_dns_record_set.go rename to mmv1/third_party/terraform/resources/resource_dns_record_set.go diff --git a/third_party/terraform/resources/resource_endpoints_service.go b/mmv1/third_party/terraform/resources/resource_endpoints_service.go similarity index 100% rename from third_party/terraform/resources/resource_endpoints_service.go rename to mmv1/third_party/terraform/resources/resource_endpoints_service.go diff --git a/third_party/terraform/resources/resource_endpoints_service_migration.go b/mmv1/third_party/terraform/resources/resource_endpoints_service_migration.go similarity index 100% rename from third_party/terraform/resources/resource_endpoints_service_migration.go rename to mmv1/third_party/terraform/resources/resource_endpoints_service_migration.go diff --git a/third_party/terraform/resources/resource_google_billing_subaccount.go b/mmv1/third_party/terraform/resources/resource_google_billing_subaccount.go similarity index 100% rename from third_party/terraform/resources/resource_google_billing_subaccount.go rename to mmv1/third_party/terraform/resources/resource_google_billing_subaccount.go diff --git a/third_party/terraform/resources/resource_google_folder.go b/mmv1/third_party/terraform/resources/resource_google_folder.go similarity index 100% rename from third_party/terraform/resources/resource_google_folder.go rename to mmv1/third_party/terraform/resources/resource_google_folder.go diff --git a/third_party/terraform/resources/resource_google_folder_organization_policy.go b/mmv1/third_party/terraform/resources/resource_google_folder_organization_policy.go similarity index 100% rename from third_party/terraform/resources/resource_google_folder_organization_policy.go rename to mmv1/third_party/terraform/resources/resource_google_folder_organization_policy.go diff --git a/third_party/terraform/resources/resource_google_organization_iam_custom_role.go b/mmv1/third_party/terraform/resources/resource_google_organization_iam_custom_role.go similarity index 100% rename from third_party/terraform/resources/resource_google_organization_iam_custom_role.go rename to mmv1/third_party/terraform/resources/resource_google_organization_iam_custom_role.go diff --git a/third_party/terraform/resources/resource_google_organization_policy.go b/mmv1/third_party/terraform/resources/resource_google_organization_policy.go similarity index 100% rename from third_party/terraform/resources/resource_google_organization_policy.go rename to mmv1/third_party/terraform/resources/resource_google_organization_policy.go diff --git a/third_party/terraform/resources/resource_google_project.go b/mmv1/third_party/terraform/resources/resource_google_project.go similarity index 100% rename from third_party/terraform/resources/resource_google_project.go rename to mmv1/third_party/terraform/resources/resource_google_project.go diff --git a/third_party/terraform/resources/resource_google_project_default_service_accounts.go b/mmv1/third_party/terraform/resources/resource_google_project_default_service_accounts.go similarity index 100% rename from third_party/terraform/resources/resource_google_project_default_service_accounts.go rename to mmv1/third_party/terraform/resources/resource_google_project_default_service_accounts.go diff --git a/third_party/terraform/resources/resource_google_project_iam_custom_role.go b/mmv1/third_party/terraform/resources/resource_google_project_iam_custom_role.go similarity index 100% rename from third_party/terraform/resources/resource_google_project_iam_custom_role.go rename to mmv1/third_party/terraform/resources/resource_google_project_iam_custom_role.go diff --git a/third_party/terraform/resources/resource_google_project_migrate.go b/mmv1/third_party/terraform/resources/resource_google_project_migrate.go similarity index 100% rename from third_party/terraform/resources/resource_google_project_migrate.go rename to mmv1/third_party/terraform/resources/resource_google_project_migrate.go diff --git a/third_party/terraform/resources/resource_google_project_organization_policy.go b/mmv1/third_party/terraform/resources/resource_google_project_organization_policy.go similarity index 100% rename from third_party/terraform/resources/resource_google_project_organization_policy.go rename to mmv1/third_party/terraform/resources/resource_google_project_organization_policy.go diff --git a/third_party/terraform/resources/resource_google_project_service.go b/mmv1/third_party/terraform/resources/resource_google_project_service.go similarity index 100% rename from third_party/terraform/resources/resource_google_project_service.go rename to mmv1/third_party/terraform/resources/resource_google_project_service.go diff --git a/third_party/terraform/resources/resource_google_service_account.go b/mmv1/third_party/terraform/resources/resource_google_service_account.go similarity index 100% rename from third_party/terraform/resources/resource_google_service_account.go rename to mmv1/third_party/terraform/resources/resource_google_service_account.go diff --git a/third_party/terraform/resources/resource_google_service_account_key.go b/mmv1/third_party/terraform/resources/resource_google_service_account_key.go similarity index 100% rename from third_party/terraform/resources/resource_google_service_account_key.go rename to mmv1/third_party/terraform/resources/resource_google_service_account_key.go diff --git a/third_party/terraform/resources/resource_iam_audit_config.go b/mmv1/third_party/terraform/resources/resource_iam_audit_config.go similarity index 100% rename from third_party/terraform/resources/resource_iam_audit_config.go rename to mmv1/third_party/terraform/resources/resource_iam_audit_config.go diff --git a/third_party/terraform/resources/resource_iam_binding.go.erb b/mmv1/third_party/terraform/resources/resource_iam_binding.go.erb similarity index 100% rename from third_party/terraform/resources/resource_iam_binding.go.erb rename to mmv1/third_party/terraform/resources/resource_iam_binding.go.erb diff --git a/third_party/terraform/resources/resource_iam_member.go.erb b/mmv1/third_party/terraform/resources/resource_iam_member.go.erb similarity index 100% rename from third_party/terraform/resources/resource_iam_member.go.erb rename to mmv1/third_party/terraform/resources/resource_iam_member.go.erb diff --git a/third_party/terraform/resources/resource_iam_policy.go.erb b/mmv1/third_party/terraform/resources/resource_iam_policy.go.erb similarity index 100% rename from third_party/terraform/resources/resource_iam_policy.go.erb rename to mmv1/third_party/terraform/resources/resource_iam_policy.go.erb diff --git a/third_party/terraform/resources/resource_logging_billing_account_bucket_config.go b/mmv1/third_party/terraform/resources/resource_logging_billing_account_bucket_config.go similarity index 100% rename from third_party/terraform/resources/resource_logging_billing_account_bucket_config.go rename to mmv1/third_party/terraform/resources/resource_logging_billing_account_bucket_config.go diff --git a/third_party/terraform/resources/resource_logging_billing_account_sink.go b/mmv1/third_party/terraform/resources/resource_logging_billing_account_sink.go similarity index 100% rename from third_party/terraform/resources/resource_logging_billing_account_sink.go rename to mmv1/third_party/terraform/resources/resource_logging_billing_account_sink.go diff --git a/third_party/terraform/resources/resource_logging_bucket_config.go b/mmv1/third_party/terraform/resources/resource_logging_bucket_config.go similarity index 100% rename from third_party/terraform/resources/resource_logging_bucket_config.go rename to mmv1/third_party/terraform/resources/resource_logging_bucket_config.go diff --git a/third_party/terraform/resources/resource_logging_exclusion.go b/mmv1/third_party/terraform/resources/resource_logging_exclusion.go similarity index 100% rename from third_party/terraform/resources/resource_logging_exclusion.go rename to mmv1/third_party/terraform/resources/resource_logging_exclusion.go diff --git a/third_party/terraform/resources/resource_logging_folder_bucket_config.go b/mmv1/third_party/terraform/resources/resource_logging_folder_bucket_config.go similarity index 100% rename from third_party/terraform/resources/resource_logging_folder_bucket_config.go rename to mmv1/third_party/terraform/resources/resource_logging_folder_bucket_config.go diff --git a/third_party/terraform/resources/resource_logging_folder_sink.go b/mmv1/third_party/terraform/resources/resource_logging_folder_sink.go similarity index 100% rename from third_party/terraform/resources/resource_logging_folder_sink.go rename to mmv1/third_party/terraform/resources/resource_logging_folder_sink.go diff --git a/third_party/terraform/resources/resource_logging_organization_bucket_config.go b/mmv1/third_party/terraform/resources/resource_logging_organization_bucket_config.go similarity index 100% rename from third_party/terraform/resources/resource_logging_organization_bucket_config.go rename to mmv1/third_party/terraform/resources/resource_logging_organization_bucket_config.go diff --git a/third_party/terraform/resources/resource_logging_organization_sink.go b/mmv1/third_party/terraform/resources/resource_logging_organization_sink.go similarity index 100% rename from third_party/terraform/resources/resource_logging_organization_sink.go rename to mmv1/third_party/terraform/resources/resource_logging_organization_sink.go diff --git a/third_party/terraform/resources/resource_logging_project_bucket_config.go b/mmv1/third_party/terraform/resources/resource_logging_project_bucket_config.go similarity index 100% rename from third_party/terraform/resources/resource_logging_project_bucket_config.go rename to mmv1/third_party/terraform/resources/resource_logging_project_bucket_config.go diff --git a/third_party/terraform/resources/resource_logging_project_sink.go b/mmv1/third_party/terraform/resources/resource_logging_project_sink.go similarity index 100% rename from third_party/terraform/resources/resource_logging_project_sink.go rename to mmv1/third_party/terraform/resources/resource_logging_project_sink.go diff --git a/third_party/terraform/resources/resource_logging_sink.go b/mmv1/third_party/terraform/resources/resource_logging_sink.go similarity index 100% rename from third_party/terraform/resources/resource_logging_sink.go rename to mmv1/third_party/terraform/resources/resource_logging_sink.go diff --git a/third_party/terraform/resources/resource_monitoring_dashboard.go b/mmv1/third_party/terraform/resources/resource_monitoring_dashboard.go similarity index 100% rename from third_party/terraform/resources/resource_monitoring_dashboard.go rename to mmv1/third_party/terraform/resources/resource_monitoring_dashboard.go diff --git a/third_party/terraform/resources/resource_project_service_identity.go.erb b/mmv1/third_party/terraform/resources/resource_project_service_identity.go.erb similarity index 100% rename from third_party/terraform/resources/resource_project_service_identity.go.erb rename to mmv1/third_party/terraform/resources/resource_project_service_identity.go.erb diff --git a/third_party/terraform/resources/resource_runtimeconfig_config.go b/mmv1/third_party/terraform/resources/resource_runtimeconfig_config.go similarity index 100% rename from third_party/terraform/resources/resource_runtimeconfig_config.go rename to mmv1/third_party/terraform/resources/resource_runtimeconfig_config.go diff --git a/third_party/terraform/resources/resource_runtimeconfig_variable.go b/mmv1/third_party/terraform/resources/resource_runtimeconfig_variable.go similarity index 100% rename from third_party/terraform/resources/resource_runtimeconfig_variable.go rename to mmv1/third_party/terraform/resources/resource_runtimeconfig_variable.go diff --git a/third_party/terraform/resources/resource_service_networking_connection.go b/mmv1/third_party/terraform/resources/resource_service_networking_connection.go similarity index 100% rename from third_party/terraform/resources/resource_service_networking_connection.go rename to mmv1/third_party/terraform/resources/resource_service_networking_connection.go diff --git a/third_party/terraform/resources/resource_sql_database_instance.go.erb b/mmv1/third_party/terraform/resources/resource_sql_database_instance.go.erb similarity index 100% rename from third_party/terraform/resources/resource_sql_database_instance.go.erb rename to mmv1/third_party/terraform/resources/resource_sql_database_instance.go.erb diff --git a/third_party/terraform/resources/resource_sql_ssl_cert.go b/mmv1/third_party/terraform/resources/resource_sql_ssl_cert.go similarity index 100% rename from third_party/terraform/resources/resource_sql_ssl_cert.go rename to mmv1/third_party/terraform/resources/resource_sql_ssl_cert.go diff --git a/third_party/terraform/resources/resource_sql_ssl_cert_test.go b/mmv1/third_party/terraform/resources/resource_sql_ssl_cert_test.go similarity index 100% rename from third_party/terraform/resources/resource_sql_ssl_cert_test.go rename to mmv1/third_party/terraform/resources/resource_sql_ssl_cert_test.go diff --git a/third_party/terraform/resources/resource_sql_user.go b/mmv1/third_party/terraform/resources/resource_sql_user.go similarity index 100% rename from third_party/terraform/resources/resource_sql_user.go rename to mmv1/third_party/terraform/resources/resource_sql_user.go diff --git a/third_party/terraform/resources/resource_sql_user_migrate.go b/mmv1/third_party/terraform/resources/resource_sql_user_migrate.go similarity index 100% rename from third_party/terraform/resources/resource_sql_user_migrate.go rename to mmv1/third_party/terraform/resources/resource_sql_user_migrate.go diff --git a/third_party/terraform/resources/resource_storage_bucket.go b/mmv1/third_party/terraform/resources/resource_storage_bucket.go similarity index 100% rename from third_party/terraform/resources/resource_storage_bucket.go rename to mmv1/third_party/terraform/resources/resource_storage_bucket.go diff --git a/third_party/terraform/resources/resource_storage_bucket_acl.go b/mmv1/third_party/terraform/resources/resource_storage_bucket_acl.go similarity index 100% rename from third_party/terraform/resources/resource_storage_bucket_acl.go rename to mmv1/third_party/terraform/resources/resource_storage_bucket_acl.go diff --git a/third_party/terraform/resources/resource_storage_bucket_object.go b/mmv1/third_party/terraform/resources/resource_storage_bucket_object.go similarity index 100% rename from third_party/terraform/resources/resource_storage_bucket_object.go rename to mmv1/third_party/terraform/resources/resource_storage_bucket_object.go diff --git a/third_party/terraform/resources/resource_storage_default_object_acl.go b/mmv1/third_party/terraform/resources/resource_storage_default_object_acl.go similarity index 100% rename from third_party/terraform/resources/resource_storage_default_object_acl.go rename to mmv1/third_party/terraform/resources/resource_storage_default_object_acl.go diff --git a/third_party/terraform/resources/resource_storage_notification.go b/mmv1/third_party/terraform/resources/resource_storage_notification.go similarity index 100% rename from third_party/terraform/resources/resource_storage_notification.go rename to mmv1/third_party/terraform/resources/resource_storage_notification.go diff --git a/third_party/terraform/resources/resource_storage_object_acl.go b/mmv1/third_party/terraform/resources/resource_storage_object_acl.go similarity index 100% rename from third_party/terraform/resources/resource_storage_object_acl.go rename to mmv1/third_party/terraform/resources/resource_storage_object_acl.go diff --git a/third_party/terraform/resources/resource_storage_transfer_job.go b/mmv1/third_party/terraform/resources/resource_storage_transfer_job.go similarity index 100% rename from third_party/terraform/resources/resource_storage_transfer_job.go rename to mmv1/third_party/terraform/resources/resource_storage_transfer_job.go diff --git a/third_party/terraform/resources/resource_usage_export_bucket.go b/mmv1/third_party/terraform/resources/resource_usage_export_bucket.go similarity index 100% rename from third_party/terraform/resources/resource_usage_export_bucket.go rename to mmv1/third_party/terraform/resources/resource_usage_export_bucket.go diff --git a/third_party/terraform/scripts/affectedtests/affectedtests.go b/mmv1/third_party/terraform/scripts/affectedtests/affectedtests.go similarity index 100% rename from third_party/terraform/scripts/affectedtests/affectedtests.go rename to mmv1/third_party/terraform/scripts/affectedtests/affectedtests.go diff --git a/third_party/terraform/scripts/changelog-links.sh.erb b/mmv1/third_party/terraform/scripts/changelog-links.sh.erb similarity index 100% rename from third_party/terraform/scripts/changelog-links.sh.erb rename to mmv1/third_party/terraform/scripts/changelog-links.sh.erb diff --git a/third_party/terraform/scripts/gofmtcheck.sh b/mmv1/third_party/terraform/scripts/gofmtcheck.sh similarity index 100% rename from third_party/terraform/scripts/gofmtcheck.sh rename to mmv1/third_party/terraform/scripts/gofmtcheck.sh diff --git a/third_party/terraform/scripts/gogetcookie.sh b/mmv1/third_party/terraform/scripts/gogetcookie.sh similarity index 100% rename from third_party/terraform/scripts/gogetcookie.sh rename to mmv1/third_party/terraform/scripts/gogetcookie.sh diff --git a/third_party/terraform/scripts/sidebar/sidebar.go b/mmv1/third_party/terraform/scripts/sidebar/sidebar.go similarity index 100% rename from third_party/terraform/scripts/sidebar/sidebar.go rename to mmv1/third_party/terraform/scripts/sidebar/sidebar.go diff --git a/third_party/terraform/tests/data_google_game_services_game_server_deployment_rollout_test.go.erb b/mmv1/third_party/terraform/tests/data_google_game_services_game_server_deployment_rollout_test.go.erb similarity index 100% rename from third_party/terraform/tests/data_google_game_services_game_server_deployment_rollout_test.go.erb rename to mmv1/third_party/terraform/tests/data_google_game_services_game_server_deployment_rollout_test.go.erb diff --git a/third_party/terraform/tests/data_source_cloud_identity_group_memberships_test.go b/mmv1/third_party/terraform/tests/data_source_cloud_identity_group_memberships_test.go similarity index 100% rename from third_party/terraform/tests/data_source_cloud_identity_group_memberships_test.go rename to mmv1/third_party/terraform/tests/data_source_cloud_identity_group_memberships_test.go diff --git a/third_party/terraform/tests/data_source_cloud_identity_groups_test.go b/mmv1/third_party/terraform/tests/data_source_cloud_identity_groups_test.go similarity index 100% rename from third_party/terraform/tests/data_source_cloud_identity_groups_test.go rename to mmv1/third_party/terraform/tests/data_source_cloud_identity_groups_test.go diff --git a/third_party/terraform/tests/data_source_cloud_run_locations_test.go b/mmv1/third_party/terraform/tests/data_source_cloud_run_locations_test.go similarity index 100% rename from third_party/terraform/tests/data_source_cloud_run_locations_test.go rename to mmv1/third_party/terraform/tests/data_source_cloud_run_locations_test.go diff --git a/third_party/terraform/tests/data_source_cloud_run_service_test.go b/mmv1/third_party/terraform/tests/data_source_cloud_run_service_test.go similarity index 100% rename from third_party/terraform/tests/data_source_cloud_run_service_test.go rename to mmv1/third_party/terraform/tests/data_source_cloud_run_service_test.go diff --git a/third_party/terraform/tests/data_source_compute_lb_ip_ranges_test.go b/mmv1/third_party/terraform/tests/data_source_compute_lb_ip_ranges_test.go similarity index 100% rename from third_party/terraform/tests/data_source_compute_lb_ip_ranges_test.go rename to mmv1/third_party/terraform/tests/data_source_compute_lb_ip_ranges_test.go diff --git a/third_party/terraform/tests/data_source_container_registry_test.go b/mmv1/third_party/terraform/tests/data_source_container_registry_test.go similarity index 100% rename from third_party/terraform/tests/data_source_container_registry_test.go rename to mmv1/third_party/terraform/tests/data_source_container_registry_test.go diff --git a/third_party/terraform/tests/data_source_dns_key_test.go b/mmv1/third_party/terraform/tests/data_source_dns_key_test.go similarity index 100% rename from third_party/terraform/tests/data_source_dns_key_test.go rename to mmv1/third_party/terraform/tests/data_source_dns_key_test.go diff --git a/third_party/terraform/tests/data_source_dns_managed_zone_test.go.erb b/mmv1/third_party/terraform/tests/data_source_dns_managed_zone_test.go.erb similarity index 100% rename from third_party/terraform/tests/data_source_dns_managed_zone_test.go.erb rename to mmv1/third_party/terraform/tests/data_source_dns_managed_zone_test.go.erb diff --git a/third_party/terraform/tests/data_source_google_active_folder_test.go b/mmv1/third_party/terraform/tests/data_source_google_active_folder_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_active_folder_test.go rename to mmv1/third_party/terraform/tests/data_source_google_active_folder_test.go diff --git a/third_party/terraform/tests/data_source_google_app_engine_default_service_account_test.go b/mmv1/third_party/terraform/tests/data_source_google_app_engine_default_service_account_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_app_engine_default_service_account_test.go rename to mmv1/third_party/terraform/tests/data_source_google_app_engine_default_service_account_test.go diff --git a/third_party/terraform/tests/data_source_google_bigquery_default_service_account_test.go b/mmv1/third_party/terraform/tests/data_source_google_bigquery_default_service_account_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_bigquery_default_service_account_test.go rename to mmv1/third_party/terraform/tests/data_source_google_bigquery_default_service_account_test.go diff --git a/third_party/terraform/tests/data_source_google_billing_account_test.go b/mmv1/third_party/terraform/tests/data_source_google_billing_account_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_billing_account_test.go rename to mmv1/third_party/terraform/tests/data_source_google_billing_account_test.go diff --git a/third_party/terraform/tests/data_source_google_client_config_test.go b/mmv1/third_party/terraform/tests/data_source_google_client_config_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_client_config_test.go rename to mmv1/third_party/terraform/tests/data_source_google_client_config_test.go diff --git a/third_party/terraform/tests/data_source_google_client_openid_userinfo_test.go b/mmv1/third_party/terraform/tests/data_source_google_client_openid_userinfo_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_client_openid_userinfo_test.go rename to mmv1/third_party/terraform/tests/data_source_google_client_openid_userinfo_test.go diff --git a/third_party/terraform/tests/data_source_google_cloudfunctions_function_test.go b/mmv1/third_party/terraform/tests/data_source_google_cloudfunctions_function_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_cloudfunctions_function_test.go rename to mmv1/third_party/terraform/tests/data_source_google_cloudfunctions_function_test.go diff --git a/third_party/terraform/tests/data_source_google_composer_environment_test.go b/mmv1/third_party/terraform/tests/data_source_google_composer_environment_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_composer_environment_test.go rename to mmv1/third_party/terraform/tests/data_source_google_composer_environment_test.go diff --git a/third_party/terraform/tests/data_source_google_composer_image_versions_test.go b/mmv1/third_party/terraform/tests/data_source_google_composer_image_versions_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_composer_image_versions_test.go rename to mmv1/third_party/terraform/tests/data_source_google_composer_image_versions_test.go diff --git a/third_party/terraform/tests/data_source_google_compute_address_test.go b/mmv1/third_party/terraform/tests/data_source_google_compute_address_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_address_test.go rename to mmv1/third_party/terraform/tests/data_source_google_compute_address_test.go diff --git a/third_party/terraform/tests/data_source_google_compute_backend_bucket_test.go b/mmv1/third_party/terraform/tests/data_source_google_compute_backend_bucket_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_backend_bucket_test.go rename to mmv1/third_party/terraform/tests/data_source_google_compute_backend_bucket_test.go diff --git a/third_party/terraform/tests/data_source_google_compute_backend_service_test.go b/mmv1/third_party/terraform/tests/data_source_google_compute_backend_service_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_backend_service_test.go rename to mmv1/third_party/terraform/tests/data_source_google_compute_backend_service_test.go diff --git a/third_party/terraform/tests/data_source_google_compute_default_service_account_test.go b/mmv1/third_party/terraform/tests/data_source_google_compute_default_service_account_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_default_service_account_test.go rename to mmv1/third_party/terraform/tests/data_source_google_compute_default_service_account_test.go diff --git a/third_party/terraform/tests/data_source_google_compute_forwarding_rule_test.go b/mmv1/third_party/terraform/tests/data_source_google_compute_forwarding_rule_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_forwarding_rule_test.go rename to mmv1/third_party/terraform/tests/data_source_google_compute_forwarding_rule_test.go diff --git a/third_party/terraform/tests/data_source_google_compute_global_address_test.go b/mmv1/third_party/terraform/tests/data_source_google_compute_global_address_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_global_address_test.go rename to mmv1/third_party/terraform/tests/data_source_google_compute_global_address_test.go diff --git a/third_party/terraform/tests/data_source_google_compute_image_test.go b/mmv1/third_party/terraform/tests/data_source_google_compute_image_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_image_test.go rename to mmv1/third_party/terraform/tests/data_source_google_compute_image_test.go diff --git a/third_party/terraform/tests/data_source_google_compute_instance_group_test.go.erb b/mmv1/third_party/terraform/tests/data_source_google_compute_instance_group_test.go.erb similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_instance_group_test.go.erb rename to mmv1/third_party/terraform/tests/data_source_google_compute_instance_group_test.go.erb diff --git a/third_party/terraform/tests/data_source_google_compute_instance_serial_port_test.go b/mmv1/third_party/terraform/tests/data_source_google_compute_instance_serial_port_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_instance_serial_port_test.go rename to mmv1/third_party/terraform/tests/data_source_google_compute_instance_serial_port_test.go diff --git a/third_party/terraform/tests/data_source_google_compute_instance_template_test.go b/mmv1/third_party/terraform/tests/data_source_google_compute_instance_template_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_instance_template_test.go rename to mmv1/third_party/terraform/tests/data_source_google_compute_instance_template_test.go diff --git a/third_party/terraform/tests/data_source_google_compute_instance_test.go b/mmv1/third_party/terraform/tests/data_source_google_compute_instance_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_instance_test.go rename to mmv1/third_party/terraform/tests/data_source_google_compute_instance_test.go diff --git a/third_party/terraform/tests/data_source_google_compute_network_test.go b/mmv1/third_party/terraform/tests/data_source_google_compute_network_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_network_test.go rename to mmv1/third_party/terraform/tests/data_source_google_compute_network_test.go diff --git a/third_party/terraform/tests/data_source_google_compute_node_types_test.go b/mmv1/third_party/terraform/tests/data_source_google_compute_node_types_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_node_types_test.go rename to mmv1/third_party/terraform/tests/data_source_google_compute_node_types_test.go diff --git a/third_party/terraform/tests/data_source_google_compute_region_instance_group_test.go.erb b/mmv1/third_party/terraform/tests/data_source_google_compute_region_instance_group_test.go.erb similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_region_instance_group_test.go.erb rename to mmv1/third_party/terraform/tests/data_source_google_compute_region_instance_group_test.go.erb diff --git a/third_party/terraform/tests/data_source_google_compute_region_ssl_certificate_test.go b/mmv1/third_party/terraform/tests/data_source_google_compute_region_ssl_certificate_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_region_ssl_certificate_test.go rename to mmv1/third_party/terraform/tests/data_source_google_compute_region_ssl_certificate_test.go diff --git a/third_party/terraform/tests/data_source_google_compute_regions_test.go b/mmv1/third_party/terraform/tests/data_source_google_compute_regions_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_regions_test.go rename to mmv1/third_party/terraform/tests/data_source_google_compute_regions_test.go diff --git a/third_party/terraform/tests/data_source_google_compute_resource_policy_test.go.erb b/mmv1/third_party/terraform/tests/data_source_google_compute_resource_policy_test.go.erb similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_resource_policy_test.go.erb rename to mmv1/third_party/terraform/tests/data_source_google_compute_resource_policy_test.go.erb diff --git a/third_party/terraform/tests/data_source_google_compute_router_test.go b/mmv1/third_party/terraform/tests/data_source_google_compute_router_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_router_test.go rename to mmv1/third_party/terraform/tests/data_source_google_compute_router_test.go diff --git a/third_party/terraform/tests/data_source_google_compute_ssl_certificate_test.go b/mmv1/third_party/terraform/tests/data_source_google_compute_ssl_certificate_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_ssl_certificate_test.go rename to mmv1/third_party/terraform/tests/data_source_google_compute_ssl_certificate_test.go diff --git a/third_party/terraform/tests/data_source_google_compute_ssl_policy_test.go b/mmv1/third_party/terraform/tests/data_source_google_compute_ssl_policy_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_ssl_policy_test.go rename to mmv1/third_party/terraform/tests/data_source_google_compute_ssl_policy_test.go diff --git a/third_party/terraform/tests/data_source_google_compute_subnetwork_test.go b/mmv1/third_party/terraform/tests/data_source_google_compute_subnetwork_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_subnetwork_test.go rename to mmv1/third_party/terraform/tests/data_source_google_compute_subnetwork_test.go diff --git a/third_party/terraform/tests/data_source_google_compute_vpn_gateway_test.go b/mmv1/third_party/terraform/tests/data_source_google_compute_vpn_gateway_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_vpn_gateway_test.go rename to mmv1/third_party/terraform/tests/data_source_google_compute_vpn_gateway_test.go diff --git a/third_party/terraform/tests/data_source_google_compute_zones_test.go b/mmv1/third_party/terraform/tests/data_source_google_compute_zones_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_compute_zones_test.go rename to mmv1/third_party/terraform/tests/data_source_google_compute_zones_test.go diff --git a/third_party/terraform/tests/data_source_google_container_cluster_test.go b/mmv1/third_party/terraform/tests/data_source_google_container_cluster_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_container_cluster_test.go rename to mmv1/third_party/terraform/tests/data_source_google_container_cluster_test.go diff --git a/third_party/terraform/tests/data_source_google_container_engine_versions_test.go b/mmv1/third_party/terraform/tests/data_source_google_container_engine_versions_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_container_engine_versions_test.go rename to mmv1/third_party/terraform/tests/data_source_google_container_engine_versions_test.go diff --git a/third_party/terraform/tests/data_source_google_folder_organization_policy_test.go b/mmv1/third_party/terraform/tests/data_source_google_folder_organization_policy_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_folder_organization_policy_test.go rename to mmv1/third_party/terraform/tests/data_source_google_folder_organization_policy_test.go diff --git a/third_party/terraform/tests/data_source_google_folder_test.go b/mmv1/third_party/terraform/tests/data_source_google_folder_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_folder_test.go rename to mmv1/third_party/terraform/tests/data_source_google_folder_test.go diff --git a/third_party/terraform/tests/data_source_google_global_compute_forwarding_rule_test.go b/mmv1/third_party/terraform/tests/data_source_google_global_compute_forwarding_rule_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_global_compute_forwarding_rule_test.go rename to mmv1/third_party/terraform/tests/data_source_google_global_compute_forwarding_rule_test.go diff --git a/third_party/terraform/tests/data_source_google_iam_role_test.go b/mmv1/third_party/terraform/tests/data_source_google_iam_role_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_iam_role_test.go rename to mmv1/third_party/terraform/tests/data_source_google_iam_role_test.go diff --git a/third_party/terraform/tests/data_source_google_iam_testable_permissions_test.go b/mmv1/third_party/terraform/tests/data_source_google_iam_testable_permissions_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_iam_testable_permissions_test.go rename to mmv1/third_party/terraform/tests/data_source_google_iam_testable_permissions_test.go diff --git a/third_party/terraform/tests/data_source_google_kms_crypto_key_test.go b/mmv1/third_party/terraform/tests/data_source_google_kms_crypto_key_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_kms_crypto_key_test.go rename to mmv1/third_party/terraform/tests/data_source_google_kms_crypto_key_test.go diff --git a/third_party/terraform/tests/data_source_google_kms_crypto_key_version_test.go b/mmv1/third_party/terraform/tests/data_source_google_kms_crypto_key_version_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_kms_crypto_key_version_test.go rename to mmv1/third_party/terraform/tests/data_source_google_kms_crypto_key_version_test.go diff --git a/third_party/terraform/tests/data_source_google_kms_key_ring_test.go b/mmv1/third_party/terraform/tests/data_source_google_kms_key_ring_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_kms_key_ring_test.go rename to mmv1/third_party/terraform/tests/data_source_google_kms_key_ring_test.go diff --git a/third_party/terraform/tests/data_source_google_kms_secret_ciphertext_test.go b/mmv1/third_party/terraform/tests/data_source_google_kms_secret_ciphertext_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_kms_secret_ciphertext_test.go rename to mmv1/third_party/terraform/tests/data_source_google_kms_secret_ciphertext_test.go diff --git a/third_party/terraform/tests/data_source_google_kms_secret_test.go b/mmv1/third_party/terraform/tests/data_source_google_kms_secret_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_kms_secret_test.go rename to mmv1/third_party/terraform/tests/data_source_google_kms_secret_test.go diff --git a/third_party/terraform/tests/data_source_google_monitoring_uptime_check_ips_test.go b/mmv1/third_party/terraform/tests/data_source_google_monitoring_uptime_check_ips_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_monitoring_uptime_check_ips_test.go rename to mmv1/third_party/terraform/tests/data_source_google_monitoring_uptime_check_ips_test.go diff --git a/third_party/terraform/tests/data_source_google_netblock_ip_ranges_test.go b/mmv1/third_party/terraform/tests/data_source_google_netblock_ip_ranges_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_netblock_ip_ranges_test.go rename to mmv1/third_party/terraform/tests/data_source_google_netblock_ip_ranges_test.go diff --git a/third_party/terraform/tests/data_source_google_organization_test.go b/mmv1/third_party/terraform/tests/data_source_google_organization_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_organization_test.go rename to mmv1/third_party/terraform/tests/data_source_google_organization_test.go diff --git a/third_party/terraform/tests/data_source_google_project_organization_policy_test.go b/mmv1/third_party/terraform/tests/data_source_google_project_organization_policy_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_project_organization_policy_test.go rename to mmv1/third_party/terraform/tests/data_source_google_project_organization_policy_test.go diff --git a/third_party/terraform/tests/data_source_google_project_test.go b/mmv1/third_party/terraform/tests/data_source_google_project_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_project_test.go rename to mmv1/third_party/terraform/tests/data_source_google_project_test.go diff --git a/third_party/terraform/tests/data_source_google_projects_test.go b/mmv1/third_party/terraform/tests/data_source_google_projects_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_projects_test.go rename to mmv1/third_party/terraform/tests/data_source_google_projects_test.go diff --git a/third_party/terraform/tests/data_source_google_service_account_access_token_test.go b/mmv1/third_party/terraform/tests/data_source_google_service_account_access_token_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_service_account_access_token_test.go rename to mmv1/third_party/terraform/tests/data_source_google_service_account_access_token_test.go diff --git a/third_party/terraform/tests/data_source_google_service_account_id_token_test.go b/mmv1/third_party/terraform/tests/data_source_google_service_account_id_token_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_service_account_id_token_test.go rename to mmv1/third_party/terraform/tests/data_source_google_service_account_id_token_test.go diff --git a/third_party/terraform/tests/data_source_google_service_account_key_test.go b/mmv1/third_party/terraform/tests/data_source_google_service_account_key_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_service_account_key_test.go rename to mmv1/third_party/terraform/tests/data_source_google_service_account_key_test.go diff --git a/third_party/terraform/tests/data_source_google_service_account_test.go b/mmv1/third_party/terraform/tests/data_source_google_service_account_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_service_account_test.go rename to mmv1/third_party/terraform/tests/data_source_google_service_account_test.go diff --git a/third_party/terraform/tests/data_source_google_sql_ca_certs_test.go b/mmv1/third_party/terraform/tests/data_source_google_sql_ca_certs_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_sql_ca_certs_test.go rename to mmv1/third_party/terraform/tests/data_source_google_sql_ca_certs_test.go diff --git a/third_party/terraform/tests/data_source_google_storage_project_service_account_test.go b/mmv1/third_party/terraform/tests/data_source_google_storage_project_service_account_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_storage_project_service_account_test.go rename to mmv1/third_party/terraform/tests/data_source_google_storage_project_service_account_test.go diff --git a/third_party/terraform/tests/data_source_google_storage_transfer_project_service_account_test.go b/mmv1/third_party/terraform/tests/data_source_google_storage_transfer_project_service_account_test.go similarity index 100% rename from third_party/terraform/tests/data_source_google_storage_transfer_project_service_account_test.go rename to mmv1/third_party/terraform/tests/data_source_google_storage_transfer_project_service_account_test.go diff --git a/third_party/terraform/tests/data_source_iam_beta_workload_identity_pool_provider_test.go.erb b/mmv1/third_party/terraform/tests/data_source_iam_beta_workload_identity_pool_provider_test.go.erb similarity index 100% rename from third_party/terraform/tests/data_source_iam_beta_workload_identity_pool_provider_test.go.erb rename to mmv1/third_party/terraform/tests/data_source_iam_beta_workload_identity_pool_provider_test.go.erb diff --git a/third_party/terraform/tests/data_source_iam_beta_workload_identity_pool_test.go.erb b/mmv1/third_party/terraform/tests/data_source_iam_beta_workload_identity_pool_test.go.erb similarity index 100% rename from third_party/terraform/tests/data_source_iam_beta_workload_identity_pool_test.go.erb rename to mmv1/third_party/terraform/tests/data_source_iam_beta_workload_identity_pool_test.go.erb diff --git a/third_party/terraform/tests/data_source_monitoring_notification_channel_test.go b/mmv1/third_party/terraform/tests/data_source_monitoring_notification_channel_test.go similarity index 100% rename from third_party/terraform/tests/data_source_monitoring_notification_channel_test.go rename to mmv1/third_party/terraform/tests/data_source_monitoring_notification_channel_test.go diff --git a/third_party/terraform/tests/data_source_pubsub_topic_test.go b/mmv1/third_party/terraform/tests/data_source_pubsub_topic_test.go similarity index 100% rename from third_party/terraform/tests/data_source_pubsub_topic_test.go rename to mmv1/third_party/terraform/tests/data_source_pubsub_topic_test.go diff --git a/third_party/terraform/tests/data_source_redis_instance_test.go b/mmv1/third_party/terraform/tests/data_source_redis_instance_test.go similarity index 100% rename from third_party/terraform/tests/data_source_redis_instance_test.go rename to mmv1/third_party/terraform/tests/data_source_redis_instance_test.go diff --git a/third_party/terraform/tests/data_source_runtimeconfig_config_test.go b/mmv1/third_party/terraform/tests/data_source_runtimeconfig_config_test.go similarity index 100% rename from third_party/terraform/tests/data_source_runtimeconfig_config_test.go rename to mmv1/third_party/terraform/tests/data_source_runtimeconfig_config_test.go diff --git a/third_party/terraform/tests/data_source_secret_manager_secret_version_test.go.erb b/mmv1/third_party/terraform/tests/data_source_secret_manager_secret_version_test.go.erb similarity index 100% rename from third_party/terraform/tests/data_source_secret_manager_secret_version_test.go.erb rename to mmv1/third_party/terraform/tests/data_source_secret_manager_secret_version_test.go.erb diff --git a/third_party/terraform/tests/data_source_spanner_instance_test.go b/mmv1/third_party/terraform/tests/data_source_spanner_instance_test.go similarity index 100% rename from third_party/terraform/tests/data_source_spanner_instance_test.go rename to mmv1/third_party/terraform/tests/data_source_spanner_instance_test.go diff --git a/third_party/terraform/tests/data_source_sql_backup_run_test.go b/mmv1/third_party/terraform/tests/data_source_sql_backup_run_test.go similarity index 100% rename from third_party/terraform/tests/data_source_sql_backup_run_test.go rename to mmv1/third_party/terraform/tests/data_source_sql_backup_run_test.go diff --git a/third_party/terraform/tests/data_source_sql_database_instance_test.go b/mmv1/third_party/terraform/tests/data_source_sql_database_instance_test.go similarity index 100% rename from third_party/terraform/tests/data_source_sql_database_instance_test.go rename to mmv1/third_party/terraform/tests/data_source_sql_database_instance_test.go diff --git a/third_party/terraform/tests/data_source_storage_bucket_object_content_test.go b/mmv1/third_party/terraform/tests/data_source_storage_bucket_object_content_test.go similarity index 100% rename from third_party/terraform/tests/data_source_storage_bucket_object_content_test.go rename to mmv1/third_party/terraform/tests/data_source_storage_bucket_object_content_test.go diff --git a/third_party/terraform/tests/data_source_storage_object_signed_url_test.go b/mmv1/third_party/terraform/tests/data_source_storage_object_signed_url_test.go similarity index 100% rename from third_party/terraform/tests/data_source_storage_object_signed_url_test.go rename to mmv1/third_party/terraform/tests/data_source_storage_object_signed_url_test.go diff --git a/third_party/terraform/tests/data_source_tpu_tensorflow_versions_test.go b/mmv1/third_party/terraform/tests/data_source_tpu_tensorflow_versions_test.go similarity index 100% rename from third_party/terraform/tests/data_source_tpu_tensorflow_versions_test.go rename to mmv1/third_party/terraform/tests/data_source_tpu_tensorflow_versions_test.go diff --git a/third_party/terraform/tests/resource_access_approval_folder_settings_test.go b/mmv1/third_party/terraform/tests/resource_access_approval_folder_settings_test.go similarity index 100% rename from third_party/terraform/tests/resource_access_approval_folder_settings_test.go rename to mmv1/third_party/terraform/tests/resource_access_approval_folder_settings_test.go diff --git a/third_party/terraform/tests/resource_access_approval_organization_settings_test.go b/mmv1/third_party/terraform/tests/resource_access_approval_organization_settings_test.go similarity index 100% rename from third_party/terraform/tests/resource_access_approval_organization_settings_test.go rename to mmv1/third_party/terraform/tests/resource_access_approval_organization_settings_test.go diff --git a/third_party/terraform/tests/resource_access_approval_project_settings_test.go b/mmv1/third_party/terraform/tests/resource_access_approval_project_settings_test.go similarity index 100% rename from third_party/terraform/tests/resource_access_approval_project_settings_test.go rename to mmv1/third_party/terraform/tests/resource_access_approval_project_settings_test.go diff --git a/third_party/terraform/tests/resource_access_context_manager_access_level_condition_test.go b/mmv1/third_party/terraform/tests/resource_access_context_manager_access_level_condition_test.go similarity index 100% rename from third_party/terraform/tests/resource_access_context_manager_access_level_condition_test.go rename to mmv1/third_party/terraform/tests/resource_access_context_manager_access_level_condition_test.go diff --git a/third_party/terraform/tests/resource_access_context_manager_access_level_test.go.erb b/mmv1/third_party/terraform/tests/resource_access_context_manager_access_level_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_access_context_manager_access_level_test.go.erb rename to mmv1/third_party/terraform/tests/resource_access_context_manager_access_level_test.go.erb diff --git a/third_party/terraform/tests/resource_access_context_manager_access_levels_test.go b/mmv1/third_party/terraform/tests/resource_access_context_manager_access_levels_test.go similarity index 100% rename from third_party/terraform/tests/resource_access_context_manager_access_levels_test.go rename to mmv1/third_party/terraform/tests/resource_access_context_manager_access_levels_test.go diff --git a/third_party/terraform/tests/resource_access_context_manager_access_policy_test.go.erb b/mmv1/third_party/terraform/tests/resource_access_context_manager_access_policy_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_access_context_manager_access_policy_test.go.erb rename to mmv1/third_party/terraform/tests/resource_access_context_manager_access_policy_test.go.erb diff --git a/third_party/terraform/tests/resource_access_context_manager_gcp_user_access_binding_test.go b/mmv1/third_party/terraform/tests/resource_access_context_manager_gcp_user_access_binding_test.go similarity index 100% rename from third_party/terraform/tests/resource_access_context_manager_gcp_user_access_binding_test.go rename to mmv1/third_party/terraform/tests/resource_access_context_manager_gcp_user_access_binding_test.go diff --git a/third_party/terraform/tests/resource_access_context_manager_service_perimeter_resource_test.go b/mmv1/third_party/terraform/tests/resource_access_context_manager_service_perimeter_resource_test.go similarity index 100% rename from third_party/terraform/tests/resource_access_context_manager_service_perimeter_resource_test.go rename to mmv1/third_party/terraform/tests/resource_access_context_manager_service_perimeter_resource_test.go diff --git a/third_party/terraform/tests/resource_access_context_manager_service_perimeter_test.go.erb b/mmv1/third_party/terraform/tests/resource_access_context_manager_service_perimeter_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_access_context_manager_service_perimeter_test.go.erb rename to mmv1/third_party/terraform/tests/resource_access_context_manager_service_perimeter_test.go.erb diff --git a/third_party/terraform/tests/resource_access_context_manager_services_perimeters_test.go b/mmv1/third_party/terraform/tests/resource_access_context_manager_services_perimeters_test.go similarity index 100% rename from third_party/terraform/tests/resource_access_context_manager_services_perimeters_test.go rename to mmv1/third_party/terraform/tests/resource_access_context_manager_services_perimeters_test.go diff --git a/third_party/terraform/tests/resource_active_directory_domain_trust_test.go b/mmv1/third_party/terraform/tests/resource_active_directory_domain_trust_test.go similarity index 100% rename from third_party/terraform/tests/resource_active_directory_domain_trust_test.go rename to mmv1/third_party/terraform/tests/resource_active_directory_domain_trust_test.go diff --git a/third_party/terraform/tests/resource_active_directory_domain_update_test.go b/mmv1/third_party/terraform/tests/resource_active_directory_domain_update_test.go similarity index 100% rename from third_party/terraform/tests/resource_active_directory_domain_update_test.go rename to mmv1/third_party/terraform/tests/resource_active_directory_domain_update_test.go diff --git a/third_party/terraform/tests/resource_api_gateway_api_config_test.go.erb b/mmv1/third_party/terraform/tests/resource_api_gateway_api_config_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_api_gateway_api_config_test.go.erb rename to mmv1/third_party/terraform/tests/resource_api_gateway_api_config_test.go.erb diff --git a/third_party/terraform/tests/resource_api_gateway_api_test.go.erb b/mmv1/third_party/terraform/tests/resource_api_gateway_api_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_api_gateway_api_test.go.erb rename to mmv1/third_party/terraform/tests/resource_api_gateway_api_test.go.erb diff --git a/third_party/terraform/tests/resource_api_gateway_gateway_test.go.erb b/mmv1/third_party/terraform/tests/resource_api_gateway_gateway_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_api_gateway_gateway_test.go.erb rename to mmv1/third_party/terraform/tests/resource_api_gateway_gateway_test.go.erb diff --git a/third_party/terraform/tests/resource_app_engine_app_version_sweeper_test.go b/mmv1/third_party/terraform/tests/resource_app_engine_app_version_sweeper_test.go similarity index 100% rename from third_party/terraform/tests/resource_app_engine_app_version_sweeper_test.go rename to mmv1/third_party/terraform/tests/resource_app_engine_app_version_sweeper_test.go diff --git a/third_party/terraform/tests/resource_app_engine_application_test.go b/mmv1/third_party/terraform/tests/resource_app_engine_application_test.go similarity index 100% rename from third_party/terraform/tests/resource_app_engine_application_test.go rename to mmv1/third_party/terraform/tests/resource_app_engine_application_test.go diff --git a/third_party/terraform/tests/resource_app_engine_domain_mapping_test.go b/mmv1/third_party/terraform/tests/resource_app_engine_domain_mapping_test.go similarity index 100% rename from third_party/terraform/tests/resource_app_engine_domain_mapping_test.go rename to mmv1/third_party/terraform/tests/resource_app_engine_domain_mapping_test.go diff --git a/third_party/terraform/tests/resource_app_engine_flexible_app_version_test.go b/mmv1/third_party/terraform/tests/resource_app_engine_flexible_app_version_test.go similarity index 100% rename from third_party/terraform/tests/resource_app_engine_flexible_app_version_test.go rename to mmv1/third_party/terraform/tests/resource_app_engine_flexible_app_version_test.go diff --git a/third_party/terraform/tests/resource_app_engine_standard_app_version_test.go b/mmv1/third_party/terraform/tests/resource_app_engine_standard_app_version_test.go similarity index 100% rename from third_party/terraform/tests/resource_app_engine_standard_app_version_test.go rename to mmv1/third_party/terraform/tests/resource_app_engine_standard_app_version_test.go diff --git a/third_party/terraform/tests/resource_big_query_dataset_test.go b/mmv1/third_party/terraform/tests/resource_big_query_dataset_test.go similarity index 100% rename from third_party/terraform/tests/resource_big_query_dataset_test.go rename to mmv1/third_party/terraform/tests/resource_big_query_dataset_test.go diff --git a/third_party/terraform/tests/resource_big_query_routine_test.go b/mmv1/third_party/terraform/tests/resource_big_query_routine_test.go similarity index 100% rename from third_party/terraform/tests/resource_big_query_routine_test.go rename to mmv1/third_party/terraform/tests/resource_big_query_routine_test.go diff --git a/third_party/terraform/tests/resource_bigquery_connection_test.go.erb b/mmv1/third_party/terraform/tests/resource_bigquery_connection_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_bigquery_connection_test.go.erb rename to mmv1/third_party/terraform/tests/resource_bigquery_connection_test.go.erb diff --git a/third_party/terraform/tests/resource_bigquery_data_transfer_config_test.go b/mmv1/third_party/terraform/tests/resource_bigquery_data_transfer_config_test.go similarity index 100% rename from third_party/terraform/tests/resource_bigquery_data_transfer_config_test.go rename to mmv1/third_party/terraform/tests/resource_bigquery_data_transfer_config_test.go diff --git a/third_party/terraform/tests/resource_bigquery_dataset_access_test.go b/mmv1/third_party/terraform/tests/resource_bigquery_dataset_access_test.go similarity index 100% rename from third_party/terraform/tests/resource_bigquery_dataset_access_test.go rename to mmv1/third_party/terraform/tests/resource_bigquery_dataset_access_test.go diff --git a/third_party/terraform/tests/resource_bigquery_dataset_iam_member_test.go b/mmv1/third_party/terraform/tests/resource_bigquery_dataset_iam_member_test.go similarity index 100% rename from third_party/terraform/tests/resource_bigquery_dataset_iam_member_test.go rename to mmv1/third_party/terraform/tests/resource_bigquery_dataset_iam_member_test.go diff --git a/third_party/terraform/tests/resource_bigquery_dataset_iam_test.go b/mmv1/third_party/terraform/tests/resource_bigquery_dataset_iam_test.go similarity index 100% rename from third_party/terraform/tests/resource_bigquery_dataset_iam_test.go rename to mmv1/third_party/terraform/tests/resource_bigquery_dataset_iam_test.go diff --git a/third_party/terraform/tests/resource_bigquery_job_test.go b/mmv1/third_party/terraform/tests/resource_bigquery_job_test.go similarity index 100% rename from third_party/terraform/tests/resource_bigquery_job_test.go rename to mmv1/third_party/terraform/tests/resource_bigquery_job_test.go diff --git a/third_party/terraform/tests/resource_bigquery_reservation_test.go.erb b/mmv1/third_party/terraform/tests/resource_bigquery_reservation_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_bigquery_reservation_test.go.erb rename to mmv1/third_party/terraform/tests/resource_bigquery_reservation_test.go.erb diff --git a/third_party/terraform/tests/resource_bigquery_table_test.go b/mmv1/third_party/terraform/tests/resource_bigquery_table_test.go similarity index 100% rename from third_party/terraform/tests/resource_bigquery_table_test.go rename to mmv1/third_party/terraform/tests/resource_bigquery_table_test.go diff --git a/third_party/terraform/tests/resource_bigtable_app_profile_test.go b/mmv1/third_party/terraform/tests/resource_bigtable_app_profile_test.go similarity index 100% rename from third_party/terraform/tests/resource_bigtable_app_profile_test.go rename to mmv1/third_party/terraform/tests/resource_bigtable_app_profile_test.go diff --git a/third_party/terraform/tests/resource_bigtable_gc_policy_test.go b/mmv1/third_party/terraform/tests/resource_bigtable_gc_policy_test.go similarity index 100% rename from third_party/terraform/tests/resource_bigtable_gc_policy_test.go rename to mmv1/third_party/terraform/tests/resource_bigtable_gc_policy_test.go diff --git a/third_party/terraform/tests/resource_bigtable_instance_iam_test.go b/mmv1/third_party/terraform/tests/resource_bigtable_instance_iam_test.go similarity index 100% rename from third_party/terraform/tests/resource_bigtable_instance_iam_test.go rename to mmv1/third_party/terraform/tests/resource_bigtable_instance_iam_test.go diff --git a/third_party/terraform/tests/resource_bigtable_instance_test.go b/mmv1/third_party/terraform/tests/resource_bigtable_instance_test.go similarity index 100% rename from third_party/terraform/tests/resource_bigtable_instance_test.go rename to mmv1/third_party/terraform/tests/resource_bigtable_instance_test.go diff --git a/third_party/terraform/tests/resource_bigtable_table_iam_test.go b/mmv1/third_party/terraform/tests/resource_bigtable_table_iam_test.go similarity index 100% rename from third_party/terraform/tests/resource_bigtable_table_iam_test.go rename to mmv1/third_party/terraform/tests/resource_bigtable_table_iam_test.go diff --git a/third_party/terraform/tests/resource_bigtable_table_test.go b/mmv1/third_party/terraform/tests/resource_bigtable_table_test.go similarity index 100% rename from third_party/terraform/tests/resource_bigtable_table_test.go rename to mmv1/third_party/terraform/tests/resource_bigtable_table_test.go diff --git a/third_party/terraform/tests/resource_billing_budget_test.go b/mmv1/third_party/terraform/tests/resource_billing_budget_test.go similarity index 100% rename from third_party/terraform/tests/resource_billing_budget_test.go rename to mmv1/third_party/terraform/tests/resource_billing_budget_test.go diff --git a/third_party/terraform/tests/resource_binaryauthorization_attestor_test.go.erb b/mmv1/third_party/terraform/tests/resource_binaryauthorization_attestor_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_binaryauthorization_attestor_test.go.erb rename to mmv1/third_party/terraform/tests/resource_binaryauthorization_attestor_test.go.erb diff --git a/third_party/terraform/tests/resource_binaryauthorization_policy_test.go.erb b/mmv1/third_party/terraform/tests/resource_binaryauthorization_policy_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_binaryauthorization_policy_test.go.erb rename to mmv1/third_party/terraform/tests/resource_binaryauthorization_policy_test.go.erb diff --git a/third_party/terraform/tests/resource_cloud_identity_group_membership_test.go.erb b/mmv1/third_party/terraform/tests/resource_cloud_identity_group_membership_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_cloud_identity_group_membership_test.go.erb rename to mmv1/third_party/terraform/tests/resource_cloud_identity_group_membership_test.go.erb diff --git a/third_party/terraform/tests/resource_cloud_identity_group_test.go b/mmv1/third_party/terraform/tests/resource_cloud_identity_group_test.go similarity index 100% rename from third_party/terraform/tests/resource_cloud_identity_group_test.go rename to mmv1/third_party/terraform/tests/resource_cloud_identity_group_test.go diff --git a/third_party/terraform/tests/resource_cloud_iot_device_update_test.go b/mmv1/third_party/terraform/tests/resource_cloud_iot_device_update_test.go similarity index 100% rename from third_party/terraform/tests/resource_cloud_iot_device_update_test.go rename to mmv1/third_party/terraform/tests/resource_cloud_iot_device_update_test.go diff --git a/third_party/terraform/tests/resource_cloud_run_service_test.go b/mmv1/third_party/terraform/tests/resource_cloud_run_service_test.go similarity index 100% rename from third_party/terraform/tests/resource_cloud_run_service_test.go rename to mmv1/third_party/terraform/tests/resource_cloud_run_service_test.go diff --git a/third_party/terraform/tests/resource_cloud_scheduler_job_test.go b/mmv1/third_party/terraform/tests/resource_cloud_scheduler_job_test.go similarity index 100% rename from third_party/terraform/tests/resource_cloud_scheduler_job_test.go rename to mmv1/third_party/terraform/tests/resource_cloud_scheduler_job_test.go diff --git a/third_party/terraform/tests/resource_cloud_tasks_queue_test.go.erb b/mmv1/third_party/terraform/tests/resource_cloud_tasks_queue_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_cloud_tasks_queue_test.go.erb rename to mmv1/third_party/terraform/tests/resource_cloud_tasks_queue_test.go.erb diff --git a/third_party/terraform/tests/resource_cloudbuild_trigger_test.go b/mmv1/third_party/terraform/tests/resource_cloudbuild_trigger_test.go similarity index 100% rename from third_party/terraform/tests/resource_cloudbuild_trigger_test.go rename to mmv1/third_party/terraform/tests/resource_cloudbuild_trigger_test.go diff --git a/third_party/terraform/tests/resource_cloudfunctions_function_test.go.erb b/mmv1/third_party/terraform/tests/resource_cloudfunctions_function_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_cloudfunctions_function_test.go.erb rename to mmv1/third_party/terraform/tests/resource_cloudfunctions_function_test.go.erb diff --git a/third_party/terraform/tests/resource_cloudiot_device_registry_id_test.go b/mmv1/third_party/terraform/tests/resource_cloudiot_device_registry_id_test.go similarity index 100% rename from third_party/terraform/tests/resource_cloudiot_device_registry_id_test.go rename to mmv1/third_party/terraform/tests/resource_cloudiot_device_registry_id_test.go diff --git a/third_party/terraform/tests/resource_cloudiot_device_registry_update_test.go b/mmv1/third_party/terraform/tests/resource_cloudiot_device_registry_update_test.go similarity index 100% rename from third_party/terraform/tests/resource_cloudiot_device_registry_update_test.go rename to mmv1/third_party/terraform/tests/resource_cloudiot_device_registry_update_test.go diff --git a/third_party/terraform/tests/resource_composer_environment_test.go.erb b/mmv1/third_party/terraform/tests/resource_composer_environment_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_composer_environment_test.go.erb rename to mmv1/third_party/terraform/tests/resource_composer_environment_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_address_test.go b/mmv1/third_party/terraform/tests/resource_compute_address_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_address_test.go rename to mmv1/third_party/terraform/tests/resource_compute_address_test.go diff --git a/third_party/terraform/tests/resource_compute_attached_disk_test.go b/mmv1/third_party/terraform/tests/resource_compute_attached_disk_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_attached_disk_test.go rename to mmv1/third_party/terraform/tests/resource_compute_attached_disk_test.go diff --git a/third_party/terraform/tests/resource_compute_autoscaler_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_autoscaler_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_autoscaler_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_autoscaler_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_backend_bucket_signed_url_key_test.go b/mmv1/third_party/terraform/tests/resource_compute_backend_bucket_signed_url_key_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_backend_bucket_signed_url_key_test.go rename to mmv1/third_party/terraform/tests/resource_compute_backend_bucket_signed_url_key_test.go diff --git a/third_party/terraform/tests/resource_compute_backend_bucket_test.go b/mmv1/third_party/terraform/tests/resource_compute_backend_bucket_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_backend_bucket_test.go rename to mmv1/third_party/terraform/tests/resource_compute_backend_bucket_test.go diff --git a/third_party/terraform/tests/resource_compute_backend_service_signed_url_key_test.go b/mmv1/third_party/terraform/tests/resource_compute_backend_service_signed_url_key_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_backend_service_signed_url_key_test.go rename to mmv1/third_party/terraform/tests/resource_compute_backend_service_signed_url_key_test.go diff --git a/third_party/terraform/tests/resource_compute_backend_service_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_backend_service_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_backend_service_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_backend_service_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_disk_resource_policy_attachment_test.go b/mmv1/third_party/terraform/tests/resource_compute_disk_resource_policy_attachment_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_disk_resource_policy_attachment_test.go rename to mmv1/third_party/terraform/tests/resource_compute_disk_resource_policy_attachment_test.go diff --git a/third_party/terraform/tests/resource_compute_disk_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_disk_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_disk_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_disk_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_firewall_migrate_test.go b/mmv1/third_party/terraform/tests/resource_compute_firewall_migrate_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_firewall_migrate_test.go rename to mmv1/third_party/terraform/tests/resource_compute_firewall_migrate_test.go diff --git a/third_party/terraform/tests/resource_compute_firewall_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_firewall_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_firewall_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_firewall_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_forwarding_rule_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_forwarding_rule_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_forwarding_rule_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_forwarding_rule_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_global_address_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_global_address_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_global_address_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_global_address_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_global_forwarding_rule_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_global_forwarding_rule_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_global_forwarding_rule_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_global_forwarding_rule_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_global_network_endpoint_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_global_network_endpoint_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_global_network_endpoint_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_global_network_endpoint_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_health_check_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_health_check_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_health_check_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_health_check_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_http_health_check_test.go b/mmv1/third_party/terraform/tests/resource_compute_http_health_check_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_http_health_check_test.go rename to mmv1/third_party/terraform/tests/resource_compute_http_health_check_test.go diff --git a/third_party/terraform/tests/resource_compute_https_health_check_test.go b/mmv1/third_party/terraform/tests/resource_compute_https_health_check_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_https_health_check_test.go rename to mmv1/third_party/terraform/tests/resource_compute_https_health_check_test.go diff --git a/third_party/terraform/tests/resource_compute_image_test.go b/mmv1/third_party/terraform/tests/resource_compute_image_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_image_test.go rename to mmv1/third_party/terraform/tests/resource_compute_image_test.go diff --git a/third_party/terraform/tests/resource_compute_instance_from_machine_image_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_instance_from_machine_image_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_instance_from_machine_image_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_instance_from_machine_image_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_instance_from_template_test.go b/mmv1/third_party/terraform/tests/resource_compute_instance_from_template_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_instance_from_template_test.go rename to mmv1/third_party/terraform/tests/resource_compute_instance_from_template_test.go diff --git a/third_party/terraform/tests/resource_compute_instance_group_manager_test.go b/mmv1/third_party/terraform/tests/resource_compute_instance_group_manager_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_instance_group_manager_test.go rename to mmv1/third_party/terraform/tests/resource_compute_instance_group_manager_test.go diff --git a/third_party/terraform/tests/resource_compute_instance_group_migrate_test.go b/mmv1/third_party/terraform/tests/resource_compute_instance_group_migrate_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_instance_group_migrate_test.go rename to mmv1/third_party/terraform/tests/resource_compute_instance_group_migrate_test.go diff --git a/third_party/terraform/tests/resource_compute_instance_group_test.go b/mmv1/third_party/terraform/tests/resource_compute_instance_group_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_instance_group_test.go rename to mmv1/third_party/terraform/tests/resource_compute_instance_group_test.go diff --git a/third_party/terraform/tests/resource_compute_instance_migrate_test.go b/mmv1/third_party/terraform/tests/resource_compute_instance_migrate_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_instance_migrate_test.go rename to mmv1/third_party/terraform/tests/resource_compute_instance_migrate_test.go diff --git a/third_party/terraform/tests/resource_compute_instance_template_migrate_test.go b/mmv1/third_party/terraform/tests/resource_compute_instance_template_migrate_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_instance_template_migrate_test.go rename to mmv1/third_party/terraform/tests/resource_compute_instance_template_migrate_test.go diff --git a/third_party/terraform/tests/resource_compute_instance_template_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_instance_template_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_instance_template_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_instance_template_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_instance_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_instance_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_instance_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_instance_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_network_endpoint_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_network_endpoint_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_network_endpoint_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_network_endpoint_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_network_peering_test.go b/mmv1/third_party/terraform/tests/resource_compute_network_peering_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_network_peering_test.go rename to mmv1/third_party/terraform/tests/resource_compute_network_peering_test.go diff --git a/third_party/terraform/tests/resource_compute_network_test.go b/mmv1/third_party/terraform/tests/resource_compute_network_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_network_test.go rename to mmv1/third_party/terraform/tests/resource_compute_network_test.go diff --git a/third_party/terraform/tests/resource_compute_node_group_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_node_group_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_node_group_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_node_group_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_organization_security_policy_rule_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_organization_security_policy_rule_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_organization_security_policy_rule_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_organization_security_policy_rule_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_organization_security_policy_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_organization_security_policy_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_organization_security_policy_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_organization_security_policy_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_per_instance_config_test.go b/mmv1/third_party/terraform/tests/resource_compute_per_instance_config_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_per_instance_config_test.go rename to mmv1/third_party/terraform/tests/resource_compute_per_instance_config_test.go diff --git a/third_party/terraform/tests/resource_compute_project_default_network_tier_test.go b/mmv1/third_party/terraform/tests/resource_compute_project_default_network_tier_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_project_default_network_tier_test.go rename to mmv1/third_party/terraform/tests/resource_compute_project_default_network_tier_test.go diff --git a/third_party/terraform/tests/resource_compute_project_metadata_item_test.go b/mmv1/third_party/terraform/tests/resource_compute_project_metadata_item_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_project_metadata_item_test.go rename to mmv1/third_party/terraform/tests/resource_compute_project_metadata_item_test.go diff --git a/third_party/terraform/tests/resource_compute_project_metadata_test.go b/mmv1/third_party/terraform/tests/resource_compute_project_metadata_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_project_metadata_test.go rename to mmv1/third_party/terraform/tests/resource_compute_project_metadata_test.go diff --git a/third_party/terraform/tests/resource_compute_region_autoscaler_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_region_autoscaler_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_region_autoscaler_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_region_autoscaler_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_region_backend_service_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_region_backend_service_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_region_backend_service_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_region_backend_service_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_region_disk_test.go b/mmv1/third_party/terraform/tests/resource_compute_region_disk_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_region_disk_test.go rename to mmv1/third_party/terraform/tests/resource_compute_region_disk_test.go diff --git a/third_party/terraform/tests/resource_compute_region_health_check_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_region_health_check_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_region_health_check_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_region_health_check_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_region_instance_group_manager_test.go b/mmv1/third_party/terraform/tests/resource_compute_region_instance_group_manager_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_region_instance_group_manager_test.go rename to mmv1/third_party/terraform/tests/resource_compute_region_instance_group_manager_test.go diff --git a/third_party/terraform/tests/resource_compute_region_per_instance_config_test.go b/mmv1/third_party/terraform/tests/resource_compute_region_per_instance_config_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_region_per_instance_config_test.go rename to mmv1/third_party/terraform/tests/resource_compute_region_per_instance_config_test.go diff --git a/third_party/terraform/tests/resource_compute_region_target_http_proxy_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_region_target_http_proxy_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_region_target_http_proxy_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_region_target_http_proxy_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_region_target_https_proxy_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_region_target_https_proxy_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_region_target_https_proxy_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_region_target_https_proxy_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_region_url_map_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_region_url_map_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_region_url_map_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_region_url_map_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_reservation_test.go b/mmv1/third_party/terraform/tests/resource_compute_reservation_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_reservation_test.go rename to mmv1/third_party/terraform/tests/resource_compute_reservation_test.go diff --git a/third_party/terraform/tests/resource_compute_resource_policy_test.go b/mmv1/third_party/terraform/tests/resource_compute_resource_policy_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_resource_policy_test.go rename to mmv1/third_party/terraform/tests/resource_compute_resource_policy_test.go diff --git a/third_party/terraform/tests/resource_compute_route_test.go b/mmv1/third_party/terraform/tests/resource_compute_route_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_route_test.go rename to mmv1/third_party/terraform/tests/resource_compute_route_test.go diff --git a/third_party/terraform/tests/resource_compute_router_bgp_peer_test.go b/mmv1/third_party/terraform/tests/resource_compute_router_bgp_peer_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_router_bgp_peer_test.go rename to mmv1/third_party/terraform/tests/resource_compute_router_bgp_peer_test.go diff --git a/third_party/terraform/tests/resource_compute_router_interface_test.go b/mmv1/third_party/terraform/tests/resource_compute_router_interface_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_router_interface_test.go rename to mmv1/third_party/terraform/tests/resource_compute_router_interface_test.go diff --git a/third_party/terraform/tests/resource_compute_router_nat_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_router_nat_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_router_nat_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_router_nat_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_router_test.go b/mmv1/third_party/terraform/tests/resource_compute_router_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_router_test.go rename to mmv1/third_party/terraform/tests/resource_compute_router_test.go diff --git a/third_party/terraform/tests/resource_compute_security_policy_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_security_policy_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_security_policy_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_security_policy_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_shared_vpc_test.go b/mmv1/third_party/terraform/tests/resource_compute_shared_vpc_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_shared_vpc_test.go rename to mmv1/third_party/terraform/tests/resource_compute_shared_vpc_test.go diff --git a/third_party/terraform/tests/resource_compute_snapshot_test.go b/mmv1/third_party/terraform/tests/resource_compute_snapshot_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_snapshot_test.go rename to mmv1/third_party/terraform/tests/resource_compute_snapshot_test.go diff --git a/third_party/terraform/tests/resource_compute_ssl_certificate_test.go b/mmv1/third_party/terraform/tests/resource_compute_ssl_certificate_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_ssl_certificate_test.go rename to mmv1/third_party/terraform/tests/resource_compute_ssl_certificate_test.go diff --git a/third_party/terraform/tests/resource_compute_ssl_policy_test.go b/mmv1/third_party/terraform/tests/resource_compute_ssl_policy_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_ssl_policy_test.go rename to mmv1/third_party/terraform/tests/resource_compute_ssl_policy_test.go diff --git a/third_party/terraform/tests/resource_compute_subnetwork_iam_test.go b/mmv1/third_party/terraform/tests/resource_compute_subnetwork_iam_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_subnetwork_iam_test.go rename to mmv1/third_party/terraform/tests/resource_compute_subnetwork_iam_test.go diff --git a/third_party/terraform/tests/resource_compute_subnetwork_test.go b/mmv1/third_party/terraform/tests/resource_compute_subnetwork_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_subnetwork_test.go rename to mmv1/third_party/terraform/tests/resource_compute_subnetwork_test.go diff --git a/third_party/terraform/tests/resource_compute_target_grpc_proxy_test.go b/mmv1/third_party/terraform/tests/resource_compute_target_grpc_proxy_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_target_grpc_proxy_test.go rename to mmv1/third_party/terraform/tests/resource_compute_target_grpc_proxy_test.go diff --git a/third_party/terraform/tests/resource_compute_target_http_proxy_test.go b/mmv1/third_party/terraform/tests/resource_compute_target_http_proxy_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_target_http_proxy_test.go rename to mmv1/third_party/terraform/tests/resource_compute_target_http_proxy_test.go diff --git a/third_party/terraform/tests/resource_compute_target_https_proxy_test.go b/mmv1/third_party/terraform/tests/resource_compute_target_https_proxy_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_target_https_proxy_test.go rename to mmv1/third_party/terraform/tests/resource_compute_target_https_proxy_test.go diff --git a/third_party/terraform/tests/resource_compute_target_pool_test.go b/mmv1/third_party/terraform/tests/resource_compute_target_pool_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_target_pool_test.go rename to mmv1/third_party/terraform/tests/resource_compute_target_pool_test.go diff --git a/third_party/terraform/tests/resource_compute_target_ssl_proxy_test.go b/mmv1/third_party/terraform/tests/resource_compute_target_ssl_proxy_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_target_ssl_proxy_test.go rename to mmv1/third_party/terraform/tests/resource_compute_target_ssl_proxy_test.go diff --git a/third_party/terraform/tests/resource_compute_target_tcp_proxy_test.go b/mmv1/third_party/terraform/tests/resource_compute_target_tcp_proxy_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_target_tcp_proxy_test.go rename to mmv1/third_party/terraform/tests/resource_compute_target_tcp_proxy_test.go diff --git a/third_party/terraform/tests/resource_compute_url_map_test.go.erb b/mmv1/third_party/terraform/tests/resource_compute_url_map_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_compute_url_map_test.go.erb rename to mmv1/third_party/terraform/tests/resource_compute_url_map_test.go.erb diff --git a/third_party/terraform/tests/resource_compute_vpn_tunnel_test.go b/mmv1/third_party/terraform/tests/resource_compute_vpn_tunnel_test.go similarity index 100% rename from third_party/terraform/tests/resource_compute_vpn_tunnel_test.go rename to mmv1/third_party/terraform/tests/resource_compute_vpn_tunnel_test.go diff --git a/third_party/terraform/tests/resource_container_analysis_occurrence_test.go b/mmv1/third_party/terraform/tests/resource_container_analysis_occurrence_test.go similarity index 100% rename from third_party/terraform/tests/resource_container_analysis_occurrence_test.go rename to mmv1/third_party/terraform/tests/resource_container_analysis_occurrence_test.go diff --git a/third_party/terraform/tests/resource_container_cluster_migrate_test.go b/mmv1/third_party/terraform/tests/resource_container_cluster_migrate_test.go similarity index 100% rename from third_party/terraform/tests/resource_container_cluster_migrate_test.go rename to mmv1/third_party/terraform/tests/resource_container_cluster_migrate_test.go diff --git a/third_party/terraform/tests/resource_container_cluster_test.go.erb b/mmv1/third_party/terraform/tests/resource_container_cluster_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_container_cluster_test.go.erb rename to mmv1/third_party/terraform/tests/resource_container_cluster_test.go.erb diff --git a/third_party/terraform/tests/resource_container_node_pool_migrate_test.go b/mmv1/third_party/terraform/tests/resource_container_node_pool_migrate_test.go similarity index 100% rename from third_party/terraform/tests/resource_container_node_pool_migrate_test.go rename to mmv1/third_party/terraform/tests/resource_container_node_pool_migrate_test.go diff --git a/third_party/terraform/tests/resource_container_node_pool_test.go.erb b/mmv1/third_party/terraform/tests/resource_container_node_pool_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_container_node_pool_test.go.erb rename to mmv1/third_party/terraform/tests/resource_container_node_pool_test.go.erb diff --git a/third_party/terraform/tests/resource_container_registry_test.go b/mmv1/third_party/terraform/tests/resource_container_registry_test.go similarity index 100% rename from third_party/terraform/tests/resource_container_registry_test.go rename to mmv1/third_party/terraform/tests/resource_container_registry_test.go diff --git a/third_party/terraform/tests/resource_containeranalysis_note_test.go.erb b/mmv1/third_party/terraform/tests/resource_containeranalysis_note_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_containeranalysis_note_test.go.erb rename to mmv1/third_party/terraform/tests/resource_containeranalysis_note_test.go.erb diff --git a/third_party/terraform/tests/resource_data_catalog_entry_group_test.go b/mmv1/third_party/terraform/tests/resource_data_catalog_entry_group_test.go similarity index 100% rename from third_party/terraform/tests/resource_data_catalog_entry_group_test.go rename to mmv1/third_party/terraform/tests/resource_data_catalog_entry_group_test.go diff --git a/third_party/terraform/tests/resource_data_catalog_entry_test.go b/mmv1/third_party/terraform/tests/resource_data_catalog_entry_test.go similarity index 100% rename from third_party/terraform/tests/resource_data_catalog_entry_test.go rename to mmv1/third_party/terraform/tests/resource_data_catalog_entry_test.go diff --git a/third_party/terraform/tests/resource_data_catalog_tag_test.go b/mmv1/third_party/terraform/tests/resource_data_catalog_tag_test.go similarity index 100% rename from third_party/terraform/tests/resource_data_catalog_tag_test.go rename to mmv1/third_party/terraform/tests/resource_data_catalog_tag_test.go diff --git a/third_party/terraform/tests/resource_data_fusion_instance_test.go.erb b/mmv1/third_party/terraform/tests/resource_data_fusion_instance_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_data_fusion_instance_test.go.erb rename to mmv1/third_party/terraform/tests/resource_data_fusion_instance_test.go.erb diff --git a/third_party/terraform/tests/resource_data_loss_prevention_deidentify_template_test.go b/mmv1/third_party/terraform/tests/resource_data_loss_prevention_deidentify_template_test.go similarity index 100% rename from third_party/terraform/tests/resource_data_loss_prevention_deidentify_template_test.go rename to mmv1/third_party/terraform/tests/resource_data_loss_prevention_deidentify_template_test.go diff --git a/third_party/terraform/tests/resource_data_loss_prevention_inspect_template_test.go b/mmv1/third_party/terraform/tests/resource_data_loss_prevention_inspect_template_test.go similarity index 100% rename from third_party/terraform/tests/resource_data_loss_prevention_inspect_template_test.go rename to mmv1/third_party/terraform/tests/resource_data_loss_prevention_inspect_template_test.go diff --git a/third_party/terraform/tests/resource_data_loss_prevention_job_trigger_test.go b/mmv1/third_party/terraform/tests/resource_data_loss_prevention_job_trigger_test.go similarity index 100% rename from third_party/terraform/tests/resource_data_loss_prevention_job_trigger_test.go rename to mmv1/third_party/terraform/tests/resource_data_loss_prevention_job_trigger_test.go diff --git a/third_party/terraform/tests/resource_data_loss_prevention_stored_info_type_test.go b/mmv1/third_party/terraform/tests/resource_data_loss_prevention_stored_info_type_test.go similarity index 100% rename from third_party/terraform/tests/resource_data_loss_prevention_stored_info_type_test.go rename to mmv1/third_party/terraform/tests/resource_data_loss_prevention_stored_info_type_test.go diff --git a/third_party/terraform/tests/resource_dataflow_flex_template_job_test.go.erb b/mmv1/third_party/terraform/tests/resource_dataflow_flex_template_job_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_dataflow_flex_template_job_test.go.erb rename to mmv1/third_party/terraform/tests/resource_dataflow_flex_template_job_test.go.erb diff --git a/third_party/terraform/tests/resource_dataflow_job_test.go b/mmv1/third_party/terraform/tests/resource_dataflow_job_test.go similarity index 100% rename from third_party/terraform/tests/resource_dataflow_job_test.go rename to mmv1/third_party/terraform/tests/resource_dataflow_job_test.go diff --git a/third_party/terraform/tests/resource_dataproc_cluster_iam_test.go b/mmv1/third_party/terraform/tests/resource_dataproc_cluster_iam_test.go similarity index 100% rename from third_party/terraform/tests/resource_dataproc_cluster_iam_test.go rename to mmv1/third_party/terraform/tests/resource_dataproc_cluster_iam_test.go diff --git a/third_party/terraform/tests/resource_dataproc_cluster_test.go.erb b/mmv1/third_party/terraform/tests/resource_dataproc_cluster_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_dataproc_cluster_test.go.erb rename to mmv1/third_party/terraform/tests/resource_dataproc_cluster_test.go.erb diff --git a/third_party/terraform/tests/resource_dataproc_job_iam_test.go b/mmv1/third_party/terraform/tests/resource_dataproc_job_iam_test.go similarity index 100% rename from third_party/terraform/tests/resource_dataproc_job_iam_test.go rename to mmv1/third_party/terraform/tests/resource_dataproc_job_iam_test.go diff --git a/third_party/terraform/tests/resource_dataproc_job_test.go b/mmv1/third_party/terraform/tests/resource_dataproc_job_test.go similarity index 100% rename from third_party/terraform/tests/resource_dataproc_job_test.go rename to mmv1/third_party/terraform/tests/resource_dataproc_job_test.go diff --git a/third_party/terraform/tests/resource_deployment_manager_deployment_test.go b/mmv1/third_party/terraform/tests/resource_deployment_manager_deployment_test.go similarity index 100% rename from third_party/terraform/tests/resource_deployment_manager_deployment_test.go rename to mmv1/third_party/terraform/tests/resource_deployment_manager_deployment_test.go diff --git a/third_party/terraform/tests/resource_dialogflow_agent_test.go.erb b/mmv1/third_party/terraform/tests/resource_dialogflow_agent_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_dialogflow_agent_test.go.erb rename to mmv1/third_party/terraform/tests/resource_dialogflow_agent_test.go.erb diff --git a/third_party/terraform/tests/resource_dialogflow_entity_type_test.go.erb b/mmv1/third_party/terraform/tests/resource_dialogflow_entity_type_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_dialogflow_entity_type_test.go.erb rename to mmv1/third_party/terraform/tests/resource_dialogflow_entity_type_test.go.erb diff --git a/third_party/terraform/tests/resource_dialogflow_intent_test.go.erb b/mmv1/third_party/terraform/tests/resource_dialogflow_intent_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_dialogflow_intent_test.go.erb rename to mmv1/third_party/terraform/tests/resource_dialogflow_intent_test.go.erb diff --git a/third_party/terraform/tests/resource_dns_managed_zone_test.go.erb b/mmv1/third_party/terraform/tests/resource_dns_managed_zone_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_dns_managed_zone_test.go.erb rename to mmv1/third_party/terraform/tests/resource_dns_managed_zone_test.go.erb diff --git a/third_party/terraform/tests/resource_dns_policy_test.go.erb b/mmv1/third_party/terraform/tests/resource_dns_policy_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_dns_policy_test.go.erb rename to mmv1/third_party/terraform/tests/resource_dns_policy_test.go.erb diff --git a/third_party/terraform/tests/resource_dns_record_set_test.go b/mmv1/third_party/terraform/tests/resource_dns_record_set_test.go similarity index 100% rename from third_party/terraform/tests/resource_dns_record_set_test.go rename to mmv1/third_party/terraform/tests/resource_dns_record_set_test.go diff --git a/third_party/terraform/tests/resource_endpoints_service_test.go b/mmv1/third_party/terraform/tests/resource_endpoints_service_test.go similarity index 100% rename from third_party/terraform/tests/resource_endpoints_service_test.go rename to mmv1/third_party/terraform/tests/resource_endpoints_service_test.go diff --git a/third_party/terraform/tests/resource_filestore_instance_test.go.erb b/mmv1/third_party/terraform/tests/resource_filestore_instance_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_filestore_instance_test.go.erb rename to mmv1/third_party/terraform/tests/resource_filestore_instance_test.go.erb diff --git a/third_party/terraform/tests/resource_firebase_web_app_test.go.erb b/mmv1/third_party/terraform/tests/resource_firebase_web_app_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_firebase_web_app_test.go.erb rename to mmv1/third_party/terraform/tests/resource_firebase_web_app_test.go.erb diff --git a/third_party/terraform/tests/resource_firestore_document_test.go b/mmv1/third_party/terraform/tests/resource_firestore_document_test.go similarity index 100% rename from third_party/terraform/tests/resource_firestore_document_test.go rename to mmv1/third_party/terraform/tests/resource_firestore_document_test.go diff --git a/third_party/terraform/tests/resource_google_billing_account_iam_test.go b/mmv1/third_party/terraform/tests/resource_google_billing_account_iam_test.go similarity index 100% rename from third_party/terraform/tests/resource_google_billing_account_iam_test.go rename to mmv1/third_party/terraform/tests/resource_google_billing_account_iam_test.go diff --git a/third_party/terraform/tests/resource_google_billing_subaccount_test.go b/mmv1/third_party/terraform/tests/resource_google_billing_subaccount_test.go similarity index 100% rename from third_party/terraform/tests/resource_google_billing_subaccount_test.go rename to mmv1/third_party/terraform/tests/resource_google_billing_subaccount_test.go diff --git a/third_party/terraform/tests/resource_google_folder_iam_audit_config_test.go b/mmv1/third_party/terraform/tests/resource_google_folder_iam_audit_config_test.go similarity index 100% rename from third_party/terraform/tests/resource_google_folder_iam_audit_config_test.go rename to mmv1/third_party/terraform/tests/resource_google_folder_iam_audit_config_test.go diff --git a/third_party/terraform/tests/resource_google_folder_iam_binding_test.go b/mmv1/third_party/terraform/tests/resource_google_folder_iam_binding_test.go similarity index 100% rename from third_party/terraform/tests/resource_google_folder_iam_binding_test.go rename to mmv1/third_party/terraform/tests/resource_google_folder_iam_binding_test.go diff --git a/third_party/terraform/tests/resource_google_folder_iam_member_test.go b/mmv1/third_party/terraform/tests/resource_google_folder_iam_member_test.go similarity index 100% rename from third_party/terraform/tests/resource_google_folder_iam_member_test.go rename to mmv1/third_party/terraform/tests/resource_google_folder_iam_member_test.go diff --git a/third_party/terraform/tests/resource_google_folder_iam_policy_test.go b/mmv1/third_party/terraform/tests/resource_google_folder_iam_policy_test.go similarity index 100% rename from third_party/terraform/tests/resource_google_folder_iam_policy_test.go rename to mmv1/third_party/terraform/tests/resource_google_folder_iam_policy_test.go diff --git a/third_party/terraform/tests/resource_google_folder_organization_policy_test.go b/mmv1/third_party/terraform/tests/resource_google_folder_organization_policy_test.go similarity index 100% rename from third_party/terraform/tests/resource_google_folder_organization_policy_test.go rename to mmv1/third_party/terraform/tests/resource_google_folder_organization_policy_test.go diff --git a/third_party/terraform/tests/resource_google_folder_test.go b/mmv1/third_party/terraform/tests/resource_google_folder_test.go similarity index 100% rename from third_party/terraform/tests/resource_google_folder_test.go rename to mmv1/third_party/terraform/tests/resource_google_folder_test.go diff --git a/third_party/terraform/tests/resource_google_organization_iam_audit_config_test.go b/mmv1/third_party/terraform/tests/resource_google_organization_iam_audit_config_test.go similarity index 100% rename from third_party/terraform/tests/resource_google_organization_iam_audit_config_test.go rename to mmv1/third_party/terraform/tests/resource_google_organization_iam_audit_config_test.go diff --git a/third_party/terraform/tests/resource_google_organization_iam_custom_role_test.go b/mmv1/third_party/terraform/tests/resource_google_organization_iam_custom_role_test.go similarity index 100% rename from third_party/terraform/tests/resource_google_organization_iam_custom_role_test.go rename to mmv1/third_party/terraform/tests/resource_google_organization_iam_custom_role_test.go diff --git a/third_party/terraform/tests/resource_google_organization_iam_test.go b/mmv1/third_party/terraform/tests/resource_google_organization_iam_test.go similarity index 100% rename from third_party/terraform/tests/resource_google_organization_iam_test.go rename to mmv1/third_party/terraform/tests/resource_google_organization_iam_test.go diff --git a/third_party/terraform/tests/resource_google_organization_policy_test.go b/mmv1/third_party/terraform/tests/resource_google_organization_policy_test.go similarity index 100% rename from third_party/terraform/tests/resource_google_organization_policy_test.go rename to mmv1/third_party/terraform/tests/resource_google_organization_policy_test.go diff --git a/third_party/terraform/tests/resource_google_project_default_service_accounts_test.go b/mmv1/third_party/terraform/tests/resource_google_project_default_service_accounts_test.go similarity index 100% rename from third_party/terraform/tests/resource_google_project_default_service_accounts_test.go rename to mmv1/third_party/terraform/tests/resource_google_project_default_service_accounts_test.go diff --git a/third_party/terraform/tests/resource_google_project_iam_audit_config_test.go b/mmv1/third_party/terraform/tests/resource_google_project_iam_audit_config_test.go similarity index 100% rename from third_party/terraform/tests/resource_google_project_iam_audit_config_test.go rename to mmv1/third_party/terraform/tests/resource_google_project_iam_audit_config_test.go diff --git a/third_party/terraform/tests/resource_google_project_iam_binding_test.go.erb b/mmv1/third_party/terraform/tests/resource_google_project_iam_binding_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_google_project_iam_binding_test.go.erb rename to mmv1/third_party/terraform/tests/resource_google_project_iam_binding_test.go.erb diff --git a/third_party/terraform/tests/resource_google_project_iam_custom_role_test.go b/mmv1/third_party/terraform/tests/resource_google_project_iam_custom_role_test.go similarity index 100% rename from third_party/terraform/tests/resource_google_project_iam_custom_role_test.go rename to mmv1/third_party/terraform/tests/resource_google_project_iam_custom_role_test.go diff --git a/third_party/terraform/tests/resource_google_project_iam_member_test.go.erb b/mmv1/third_party/terraform/tests/resource_google_project_iam_member_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_google_project_iam_member_test.go.erb rename to mmv1/third_party/terraform/tests/resource_google_project_iam_member_test.go.erb diff --git a/third_party/terraform/tests/resource_google_project_iam_policy_test.go.erb b/mmv1/third_party/terraform/tests/resource_google_project_iam_policy_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_google_project_iam_policy_test.go.erb rename to mmv1/third_party/terraform/tests/resource_google_project_iam_policy_test.go.erb diff --git a/third_party/terraform/tests/resource_google_project_migrate_test.go b/mmv1/third_party/terraform/tests/resource_google_project_migrate_test.go similarity index 100% rename from third_party/terraform/tests/resource_google_project_migrate_test.go rename to mmv1/third_party/terraform/tests/resource_google_project_migrate_test.go diff --git a/third_party/terraform/tests/resource_google_project_organization_policy_test.go b/mmv1/third_party/terraform/tests/resource_google_project_organization_policy_test.go similarity index 100% rename from third_party/terraform/tests/resource_google_project_organization_policy_test.go rename to mmv1/third_party/terraform/tests/resource_google_project_organization_policy_test.go diff --git a/third_party/terraform/tests/resource_google_project_service_test.go b/mmv1/third_party/terraform/tests/resource_google_project_service_test.go similarity index 100% rename from third_party/terraform/tests/resource_google_project_service_test.go rename to mmv1/third_party/terraform/tests/resource_google_project_service_test.go diff --git a/third_party/terraform/tests/resource_google_project_test.go b/mmv1/third_party/terraform/tests/resource_google_project_test.go similarity index 100% rename from third_party/terraform/tests/resource_google_project_test.go rename to mmv1/third_party/terraform/tests/resource_google_project_test.go diff --git a/third_party/terraform/tests/resource_google_security_scanner_scan_config_test.go.erb b/mmv1/third_party/terraform/tests/resource_google_security_scanner_scan_config_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_google_security_scanner_scan_config_test.go.erb rename to mmv1/third_party/terraform/tests/resource_google_security_scanner_scan_config_test.go.erb diff --git a/third_party/terraform/tests/resource_google_service_account_iam_test.go.erb b/mmv1/third_party/terraform/tests/resource_google_service_account_iam_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_google_service_account_iam_test.go.erb rename to mmv1/third_party/terraform/tests/resource_google_service_account_iam_test.go.erb diff --git a/third_party/terraform/tests/resource_google_service_account_key_test.go b/mmv1/third_party/terraform/tests/resource_google_service_account_key_test.go similarity index 100% rename from third_party/terraform/tests/resource_google_service_account_key_test.go rename to mmv1/third_party/terraform/tests/resource_google_service_account_key_test.go diff --git a/third_party/terraform/tests/resource_google_service_account_test.go b/mmv1/third_party/terraform/tests/resource_google_service_account_test.go similarity index 100% rename from third_party/terraform/tests/resource_google_service_account_test.go rename to mmv1/third_party/terraform/tests/resource_google_service_account_test.go diff --git a/third_party/terraform/tests/resource_healthcare_dataset_iam_test.go b/mmv1/third_party/terraform/tests/resource_healthcare_dataset_iam_test.go similarity index 100% rename from third_party/terraform/tests/resource_healthcare_dataset_iam_test.go rename to mmv1/third_party/terraform/tests/resource_healthcare_dataset_iam_test.go diff --git a/third_party/terraform/tests/resource_healthcare_dataset_test.go b/mmv1/third_party/terraform/tests/resource_healthcare_dataset_test.go similarity index 100% rename from third_party/terraform/tests/resource_healthcare_dataset_test.go rename to mmv1/third_party/terraform/tests/resource_healthcare_dataset_test.go diff --git a/third_party/terraform/tests/resource_healthcare_dicom_store_iam_test.go b/mmv1/third_party/terraform/tests/resource_healthcare_dicom_store_iam_test.go similarity index 100% rename from third_party/terraform/tests/resource_healthcare_dicom_store_iam_test.go rename to mmv1/third_party/terraform/tests/resource_healthcare_dicom_store_iam_test.go diff --git a/third_party/terraform/tests/resource_healthcare_dicom_store_test.go b/mmv1/third_party/terraform/tests/resource_healthcare_dicom_store_test.go similarity index 100% rename from third_party/terraform/tests/resource_healthcare_dicom_store_test.go rename to mmv1/third_party/terraform/tests/resource_healthcare_dicom_store_test.go diff --git a/third_party/terraform/tests/resource_healthcare_fhir_store_iam_test.go b/mmv1/third_party/terraform/tests/resource_healthcare_fhir_store_iam_test.go similarity index 100% rename from third_party/terraform/tests/resource_healthcare_fhir_store_iam_test.go rename to mmv1/third_party/terraform/tests/resource_healthcare_fhir_store_iam_test.go diff --git a/third_party/terraform/tests/resource_healthcare_fhir_store_test.go b/mmv1/third_party/terraform/tests/resource_healthcare_fhir_store_test.go similarity index 100% rename from third_party/terraform/tests/resource_healthcare_fhir_store_test.go rename to mmv1/third_party/terraform/tests/resource_healthcare_fhir_store_test.go diff --git a/third_party/terraform/tests/resource_healthcare_hl7_v2_store_iam_test.go b/mmv1/third_party/terraform/tests/resource_healthcare_hl7_v2_store_iam_test.go similarity index 100% rename from third_party/terraform/tests/resource_healthcare_hl7_v2_store_iam_test.go rename to mmv1/third_party/terraform/tests/resource_healthcare_hl7_v2_store_iam_test.go diff --git a/third_party/terraform/tests/resource_healthcare_hl7_v2_store_test.go b/mmv1/third_party/terraform/tests/resource_healthcare_hl7_v2_store_test.go similarity index 100% rename from third_party/terraform/tests/resource_healthcare_hl7_v2_store_test.go rename to mmv1/third_party/terraform/tests/resource_healthcare_hl7_v2_store_test.go diff --git a/third_party/terraform/tests/resource_iam_beta_workload_identity_pool_id_test.go.erb b/mmv1/third_party/terraform/tests/resource_iam_beta_workload_identity_pool_id_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_iam_beta_workload_identity_pool_id_test.go.erb rename to mmv1/third_party/terraform/tests/resource_iam_beta_workload_identity_pool_id_test.go.erb diff --git a/third_party/terraform/tests/resource_iam_beta_workload_identity_pool_provider_id_test.go.erb b/mmv1/third_party/terraform/tests/resource_iam_beta_workload_identity_pool_provider_id_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_iam_beta_workload_identity_pool_provider_id_test.go.erb rename to mmv1/third_party/terraform/tests/resource_iam_beta_workload_identity_pool_provider_id_test.go.erb diff --git a/third_party/terraform/tests/resource_iam_beta_workload_identity_pool_provider_test.go.erb b/mmv1/third_party/terraform/tests/resource_iam_beta_workload_identity_pool_provider_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_iam_beta_workload_identity_pool_provider_test.go.erb rename to mmv1/third_party/terraform/tests/resource_iam_beta_workload_identity_pool_provider_test.go.erb diff --git a/third_party/terraform/tests/resource_iam_beta_workload_identity_pool_test.go.erb b/mmv1/third_party/terraform/tests/resource_iam_beta_workload_identity_pool_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_iam_beta_workload_identity_pool_test.go.erb rename to mmv1/third_party/terraform/tests/resource_iam_beta_workload_identity_pool_test.go.erb diff --git a/third_party/terraform/tests/resource_iap_brand_test.go b/mmv1/third_party/terraform/tests/resource_iap_brand_test.go similarity index 100% rename from third_party/terraform/tests/resource_iap_brand_test.go rename to mmv1/third_party/terraform/tests/resource_iap_brand_test.go diff --git a/third_party/terraform/tests/resource_identity_platform_default_supported_idp_config_test.go b/mmv1/third_party/terraform/tests/resource_identity_platform_default_supported_idp_config_test.go similarity index 100% rename from third_party/terraform/tests/resource_identity_platform_default_supported_idp_config_test.go rename to mmv1/third_party/terraform/tests/resource_identity_platform_default_supported_idp_config_test.go diff --git a/third_party/terraform/tests/resource_identity_platform_inbound_saml_config_test.go b/mmv1/third_party/terraform/tests/resource_identity_platform_inbound_saml_config_test.go similarity index 100% rename from third_party/terraform/tests/resource_identity_platform_inbound_saml_config_test.go rename to mmv1/third_party/terraform/tests/resource_identity_platform_inbound_saml_config_test.go diff --git a/third_party/terraform/tests/resource_identity_platform_oauth_idp_config_test.go b/mmv1/third_party/terraform/tests/resource_identity_platform_oauth_idp_config_test.go similarity index 100% rename from third_party/terraform/tests/resource_identity_platform_oauth_idp_config_test.go rename to mmv1/third_party/terraform/tests/resource_identity_platform_oauth_idp_config_test.go diff --git a/third_party/terraform/tests/resource_identity_platform_tenant_default_supported_idp_config_test.go b/mmv1/third_party/terraform/tests/resource_identity_platform_tenant_default_supported_idp_config_test.go similarity index 100% rename from third_party/terraform/tests/resource_identity_platform_tenant_default_supported_idp_config_test.go rename to mmv1/third_party/terraform/tests/resource_identity_platform_tenant_default_supported_idp_config_test.go diff --git a/third_party/terraform/tests/resource_identity_platform_tenant_indound_saml_config_test.go b/mmv1/third_party/terraform/tests/resource_identity_platform_tenant_indound_saml_config_test.go similarity index 100% rename from third_party/terraform/tests/resource_identity_platform_tenant_indound_saml_config_test.go rename to mmv1/third_party/terraform/tests/resource_identity_platform_tenant_indound_saml_config_test.go diff --git a/third_party/terraform/tests/resource_identity_platform_tenant_oauth_idp_config_test.go b/mmv1/third_party/terraform/tests/resource_identity_platform_tenant_oauth_idp_config_test.go similarity index 100% rename from third_party/terraform/tests/resource_identity_platform_tenant_oauth_idp_config_test.go rename to mmv1/third_party/terraform/tests/resource_identity_platform_tenant_oauth_idp_config_test.go diff --git a/third_party/terraform/tests/resource_identity_platform_tenant_test.go b/mmv1/third_party/terraform/tests/resource_identity_platform_tenant_test.go similarity index 100% rename from third_party/terraform/tests/resource_identity_platform_tenant_test.go rename to mmv1/third_party/terraform/tests/resource_identity_platform_tenant_test.go diff --git a/third_party/terraform/tests/resource_kms_crypto_key_iam_test.go.erb b/mmv1/third_party/terraform/tests/resource_kms_crypto_key_iam_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_kms_crypto_key_iam_test.go.erb rename to mmv1/third_party/terraform/tests/resource_kms_crypto_key_iam_test.go.erb diff --git a/third_party/terraform/tests/resource_kms_crypto_key_test.go b/mmv1/third_party/terraform/tests/resource_kms_crypto_key_test.go similarity index 100% rename from third_party/terraform/tests/resource_kms_crypto_key_test.go rename to mmv1/third_party/terraform/tests/resource_kms_crypto_key_test.go diff --git a/third_party/terraform/tests/resource_kms_key_ring_iam_test.go.erb b/mmv1/third_party/terraform/tests/resource_kms_key_ring_iam_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_kms_key_ring_iam_test.go.erb rename to mmv1/third_party/terraform/tests/resource_kms_key_ring_iam_test.go.erb diff --git a/third_party/terraform/tests/resource_kms_key_ring_import_job_test.go b/mmv1/third_party/terraform/tests/resource_kms_key_ring_import_job_test.go similarity index 100% rename from third_party/terraform/tests/resource_kms_key_ring_import_job_test.go rename to mmv1/third_party/terraform/tests/resource_kms_key_ring_import_job_test.go diff --git a/third_party/terraform/tests/resource_kms_key_ring_test.go b/mmv1/third_party/terraform/tests/resource_kms_key_ring_test.go similarity index 100% rename from third_party/terraform/tests/resource_kms_key_ring_test.go rename to mmv1/third_party/terraform/tests/resource_kms_key_ring_test.go diff --git a/third_party/terraform/tests/resource_kms_secret_ciphertext_test.go b/mmv1/third_party/terraform/tests/resource_kms_secret_ciphertext_test.go similarity index 100% rename from third_party/terraform/tests/resource_kms_secret_ciphertext_test.go rename to mmv1/third_party/terraform/tests/resource_kms_secret_ciphertext_test.go diff --git a/third_party/terraform/tests/resource_logging_billing_account_exclusion_test.go b/mmv1/third_party/terraform/tests/resource_logging_billing_account_exclusion_test.go similarity index 100% rename from third_party/terraform/tests/resource_logging_billing_account_exclusion_test.go rename to mmv1/third_party/terraform/tests/resource_logging_billing_account_exclusion_test.go diff --git a/third_party/terraform/tests/resource_logging_billing_account_sink_test.go b/mmv1/third_party/terraform/tests/resource_logging_billing_account_sink_test.go similarity index 100% rename from third_party/terraform/tests/resource_logging_billing_account_sink_test.go rename to mmv1/third_party/terraform/tests/resource_logging_billing_account_sink_test.go diff --git a/third_party/terraform/tests/resource_logging_bucket_config_test.go b/mmv1/third_party/terraform/tests/resource_logging_bucket_config_test.go similarity index 100% rename from third_party/terraform/tests/resource_logging_bucket_config_test.go rename to mmv1/third_party/terraform/tests/resource_logging_bucket_config_test.go diff --git a/third_party/terraform/tests/resource_logging_folder_exclusion_test.go b/mmv1/third_party/terraform/tests/resource_logging_folder_exclusion_test.go similarity index 100% rename from third_party/terraform/tests/resource_logging_folder_exclusion_test.go rename to mmv1/third_party/terraform/tests/resource_logging_folder_exclusion_test.go diff --git a/third_party/terraform/tests/resource_logging_folder_sink_test.go b/mmv1/third_party/terraform/tests/resource_logging_folder_sink_test.go similarity index 100% rename from third_party/terraform/tests/resource_logging_folder_sink_test.go rename to mmv1/third_party/terraform/tests/resource_logging_folder_sink_test.go diff --git a/third_party/terraform/tests/resource_logging_metric_test.go b/mmv1/third_party/terraform/tests/resource_logging_metric_test.go similarity index 100% rename from third_party/terraform/tests/resource_logging_metric_test.go rename to mmv1/third_party/terraform/tests/resource_logging_metric_test.go diff --git a/third_party/terraform/tests/resource_logging_organization_exclusion_test.go b/mmv1/third_party/terraform/tests/resource_logging_organization_exclusion_test.go similarity index 100% rename from third_party/terraform/tests/resource_logging_organization_exclusion_test.go rename to mmv1/third_party/terraform/tests/resource_logging_organization_exclusion_test.go diff --git a/third_party/terraform/tests/resource_logging_organization_sink_test.go b/mmv1/third_party/terraform/tests/resource_logging_organization_sink_test.go similarity index 100% rename from third_party/terraform/tests/resource_logging_organization_sink_test.go rename to mmv1/third_party/terraform/tests/resource_logging_organization_sink_test.go diff --git a/third_party/terraform/tests/resource_logging_project_exclusion_test.go b/mmv1/third_party/terraform/tests/resource_logging_project_exclusion_test.go similarity index 100% rename from third_party/terraform/tests/resource_logging_project_exclusion_test.go rename to mmv1/third_party/terraform/tests/resource_logging_project_exclusion_test.go diff --git a/third_party/terraform/tests/resource_logging_project_sink_test.go b/mmv1/third_party/terraform/tests/resource_logging_project_sink_test.go similarity index 100% rename from third_party/terraform/tests/resource_logging_project_sink_test.go rename to mmv1/third_party/terraform/tests/resource_logging_project_sink_test.go diff --git a/third_party/terraform/tests/resource_memcache_instance_test.go.erb b/mmv1/third_party/terraform/tests/resource_memcache_instance_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_memcache_instance_test.go.erb rename to mmv1/third_party/terraform/tests/resource_memcache_instance_test.go.erb diff --git a/third_party/terraform/tests/resource_monitoring_alert_policy_test.go b/mmv1/third_party/terraform/tests/resource_monitoring_alert_policy_test.go similarity index 100% rename from third_party/terraform/tests/resource_monitoring_alert_policy_test.go rename to mmv1/third_party/terraform/tests/resource_monitoring_alert_policy_test.go diff --git a/third_party/terraform/tests/resource_monitoring_dashboard_test.go b/mmv1/third_party/terraform/tests/resource_monitoring_dashboard_test.go similarity index 100% rename from third_party/terraform/tests/resource_monitoring_dashboard_test.go rename to mmv1/third_party/terraform/tests/resource_monitoring_dashboard_test.go diff --git a/third_party/terraform/tests/resource_monitoring_group_test.go b/mmv1/third_party/terraform/tests/resource_monitoring_group_test.go similarity index 100% rename from third_party/terraform/tests/resource_monitoring_group_test.go rename to mmv1/third_party/terraform/tests/resource_monitoring_group_test.go diff --git a/third_party/terraform/tests/resource_monitoring_metric_descriptor_test.go b/mmv1/third_party/terraform/tests/resource_monitoring_metric_descriptor_test.go similarity index 100% rename from third_party/terraform/tests/resource_monitoring_metric_descriptor_test.go rename to mmv1/third_party/terraform/tests/resource_monitoring_metric_descriptor_test.go diff --git a/third_party/terraform/tests/resource_monitoring_notification_channel_test.go b/mmv1/third_party/terraform/tests/resource_monitoring_notification_channel_test.go similarity index 100% rename from third_party/terraform/tests/resource_monitoring_notification_channel_test.go rename to mmv1/third_party/terraform/tests/resource_monitoring_notification_channel_test.go diff --git a/third_party/terraform/tests/resource_monitoring_slo_test.go b/mmv1/third_party/terraform/tests/resource_monitoring_slo_test.go similarity index 100% rename from third_party/terraform/tests/resource_monitoring_slo_test.go rename to mmv1/third_party/terraform/tests/resource_monitoring_slo_test.go diff --git a/third_party/terraform/tests/resource_monitoring_uptime_check_config_test.go b/mmv1/third_party/terraform/tests/resource_monitoring_uptime_check_config_test.go similarity index 100% rename from third_party/terraform/tests/resource_monitoring_uptime_check_config_test.go rename to mmv1/third_party/terraform/tests/resource_monitoring_uptime_check_config_test.go diff --git a/third_party/terraform/tests/resource_network_management_connectivity_test_resource_test.go b/mmv1/third_party/terraform/tests/resource_network_management_connectivity_test_resource_test.go similarity index 100% rename from third_party/terraform/tests/resource_network_management_connectivity_test_resource_test.go rename to mmv1/third_party/terraform/tests/resource_network_management_connectivity_test_resource_test.go diff --git a/third_party/terraform/tests/resource_notebooks_environment_test.go.erb b/mmv1/third_party/terraform/tests/resource_notebooks_environment_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_notebooks_environment_test.go.erb rename to mmv1/third_party/terraform/tests/resource_notebooks_environment_test.go.erb diff --git a/third_party/terraform/tests/resource_notebooks_instance_container_test.go.erb b/mmv1/third_party/terraform/tests/resource_notebooks_instance_container_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_notebooks_instance_container_test.go.erb rename to mmv1/third_party/terraform/tests/resource_notebooks_instance_container_test.go.erb diff --git a/third_party/terraform/tests/resource_notebooks_instance_gpu_test.go.erb b/mmv1/third_party/terraform/tests/resource_notebooks_instance_gpu_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_notebooks_instance_gpu_test.go.erb rename to mmv1/third_party/terraform/tests/resource_notebooks_instance_gpu_test.go.erb diff --git a/third_party/terraform/tests/resource_notebooks_instance_test.go.erb b/mmv1/third_party/terraform/tests/resource_notebooks_instance_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_notebooks_instance_test.go.erb rename to mmv1/third_party/terraform/tests/resource_notebooks_instance_test.go.erb diff --git a/third_party/terraform/tests/resource_os_login_ssh_public_key_test.go b/mmv1/third_party/terraform/tests/resource_os_login_ssh_public_key_test.go similarity index 100% rename from third_party/terraform/tests/resource_os_login_ssh_public_key_test.go rename to mmv1/third_party/terraform/tests/resource_os_login_ssh_public_key_test.go diff --git a/third_party/terraform/tests/resource_project_service_identity_test.go.erb b/mmv1/third_party/terraform/tests/resource_project_service_identity_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_project_service_identity_test.go.erb rename to mmv1/third_party/terraform/tests/resource_project_service_identity_test.go.erb diff --git a/third_party/terraform/tests/resource_pubsub_subscription_iam_test.go b/mmv1/third_party/terraform/tests/resource_pubsub_subscription_iam_test.go similarity index 100% rename from third_party/terraform/tests/resource_pubsub_subscription_iam_test.go rename to mmv1/third_party/terraform/tests/resource_pubsub_subscription_iam_test.go diff --git a/third_party/terraform/tests/resource_pubsub_subscription_test.go b/mmv1/third_party/terraform/tests/resource_pubsub_subscription_test.go similarity index 100% rename from third_party/terraform/tests/resource_pubsub_subscription_test.go rename to mmv1/third_party/terraform/tests/resource_pubsub_subscription_test.go diff --git a/third_party/terraform/tests/resource_pubsub_topic_iam_test.go b/mmv1/third_party/terraform/tests/resource_pubsub_topic_iam_test.go similarity index 100% rename from third_party/terraform/tests/resource_pubsub_topic_iam_test.go rename to mmv1/third_party/terraform/tests/resource_pubsub_topic_iam_test.go diff --git a/third_party/terraform/tests/resource_pubsub_topic_test.go b/mmv1/third_party/terraform/tests/resource_pubsub_topic_test.go similarity index 100% rename from third_party/terraform/tests/resource_pubsub_topic_test.go rename to mmv1/third_party/terraform/tests/resource_pubsub_topic_test.go diff --git a/third_party/terraform/tests/resource_redis_instance_test.go b/mmv1/third_party/terraform/tests/resource_redis_instance_test.go similarity index 100% rename from third_party/terraform/tests/resource_redis_instance_test.go rename to mmv1/third_party/terraform/tests/resource_redis_instance_test.go diff --git a/third_party/terraform/tests/resource_resourcemanager_lien_test.go b/mmv1/third_party/terraform/tests/resource_resourcemanager_lien_test.go similarity index 100% rename from third_party/terraform/tests/resource_resourcemanager_lien_test.go rename to mmv1/third_party/terraform/tests/resource_resourcemanager_lien_test.go diff --git a/third_party/terraform/tests/resource_runtimeconfig_config_test.go b/mmv1/third_party/terraform/tests/resource_runtimeconfig_config_test.go similarity index 100% rename from third_party/terraform/tests/resource_runtimeconfig_config_test.go rename to mmv1/third_party/terraform/tests/resource_runtimeconfig_config_test.go diff --git a/third_party/terraform/tests/resource_runtimeconfig_variable_test.go b/mmv1/third_party/terraform/tests/resource_runtimeconfig_variable_test.go similarity index 100% rename from third_party/terraform/tests/resource_runtimeconfig_variable_test.go rename to mmv1/third_party/terraform/tests/resource_runtimeconfig_variable_test.go diff --git a/third_party/terraform/tests/resource_secret_manager_secret_test.go.erb b/mmv1/third_party/terraform/tests/resource_secret_manager_secret_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_secret_manager_secret_test.go.erb rename to mmv1/third_party/terraform/tests/resource_secret_manager_secret_test.go.erb diff --git a/third_party/terraform/tests/resource_secret_manager_secret_version_test.go.erb b/mmv1/third_party/terraform/tests/resource_secret_manager_secret_version_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_secret_manager_secret_version_test.go.erb rename to mmv1/third_party/terraform/tests/resource_secret_manager_secret_version_test.go.erb diff --git a/third_party/terraform/tests/resource_security_center_source_test.go b/mmv1/third_party/terraform/tests/resource_security_center_source_test.go similarity index 100% rename from third_party/terraform/tests/resource_security_center_source_test.go rename to mmv1/third_party/terraform/tests/resource_security_center_source_test.go diff --git a/third_party/terraform/tests/resource_service_directory_endpoint_test.go.erb b/mmv1/third_party/terraform/tests/resource_service_directory_endpoint_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_service_directory_endpoint_test.go.erb rename to mmv1/third_party/terraform/tests/resource_service_directory_endpoint_test.go.erb diff --git a/third_party/terraform/tests/resource_service_directory_namespace_test.go.erb b/mmv1/third_party/terraform/tests/resource_service_directory_namespace_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_service_directory_namespace_test.go.erb rename to mmv1/third_party/terraform/tests/resource_service_directory_namespace_test.go.erb diff --git a/third_party/terraform/tests/resource_service_directory_service_test.go.erb b/mmv1/third_party/terraform/tests/resource_service_directory_service_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_service_directory_service_test.go.erb rename to mmv1/third_party/terraform/tests/resource_service_directory_service_test.go.erb diff --git a/third_party/terraform/tests/resource_service_networking_connection_test.go b/mmv1/third_party/terraform/tests/resource_service_networking_connection_test.go similarity index 100% rename from third_party/terraform/tests/resource_service_networking_connection_test.go rename to mmv1/third_party/terraform/tests/resource_service_networking_connection_test.go diff --git a/third_party/terraform/tests/resource_sourcerepo_repository_test.go b/mmv1/third_party/terraform/tests/resource_sourcerepo_repository_test.go similarity index 100% rename from third_party/terraform/tests/resource_sourcerepo_repository_test.go rename to mmv1/third_party/terraform/tests/resource_sourcerepo_repository_test.go diff --git a/third_party/terraform/tests/resource_spanner_database_iam_test.go b/mmv1/third_party/terraform/tests/resource_spanner_database_iam_test.go similarity index 100% rename from third_party/terraform/tests/resource_spanner_database_iam_test.go rename to mmv1/third_party/terraform/tests/resource_spanner_database_iam_test.go diff --git a/third_party/terraform/tests/resource_spanner_database_test.go b/mmv1/third_party/terraform/tests/resource_spanner_database_test.go similarity index 100% rename from third_party/terraform/tests/resource_spanner_database_test.go rename to mmv1/third_party/terraform/tests/resource_spanner_database_test.go diff --git a/third_party/terraform/tests/resource_spanner_instance_iam_test.go b/mmv1/third_party/terraform/tests/resource_spanner_instance_iam_test.go similarity index 100% rename from third_party/terraform/tests/resource_spanner_instance_iam_test.go rename to mmv1/third_party/terraform/tests/resource_spanner_instance_iam_test.go diff --git a/third_party/terraform/tests/resource_spanner_instance_test.go b/mmv1/third_party/terraform/tests/resource_spanner_instance_test.go similarity index 100% rename from third_party/terraform/tests/resource_spanner_instance_test.go rename to mmv1/third_party/terraform/tests/resource_spanner_instance_test.go diff --git a/third_party/terraform/tests/resource_sql_database_instance_test.go.erb b/mmv1/third_party/terraform/tests/resource_sql_database_instance_test.go.erb similarity index 100% rename from third_party/terraform/tests/resource_sql_database_instance_test.go.erb rename to mmv1/third_party/terraform/tests/resource_sql_database_instance_test.go.erb diff --git a/third_party/terraform/tests/resource_sql_database_test.go b/mmv1/third_party/terraform/tests/resource_sql_database_test.go similarity index 100% rename from third_party/terraform/tests/resource_sql_database_test.go rename to mmv1/third_party/terraform/tests/resource_sql_database_test.go diff --git a/third_party/terraform/tests/resource_sql_user_migrate_test.go b/mmv1/third_party/terraform/tests/resource_sql_user_migrate_test.go similarity index 100% rename from third_party/terraform/tests/resource_sql_user_migrate_test.go rename to mmv1/third_party/terraform/tests/resource_sql_user_migrate_test.go diff --git a/third_party/terraform/tests/resource_sql_user_test.go b/mmv1/third_party/terraform/tests/resource_sql_user_test.go similarity index 100% rename from third_party/terraform/tests/resource_sql_user_test.go rename to mmv1/third_party/terraform/tests/resource_sql_user_test.go diff --git a/third_party/terraform/tests/resource_storage_bucket_access_control_test.go b/mmv1/third_party/terraform/tests/resource_storage_bucket_access_control_test.go similarity index 100% rename from third_party/terraform/tests/resource_storage_bucket_access_control_test.go rename to mmv1/third_party/terraform/tests/resource_storage_bucket_access_control_test.go diff --git a/third_party/terraform/tests/resource_storage_bucket_acl_test.go b/mmv1/third_party/terraform/tests/resource_storage_bucket_acl_test.go similarity index 100% rename from third_party/terraform/tests/resource_storage_bucket_acl_test.go rename to mmv1/third_party/terraform/tests/resource_storage_bucket_acl_test.go diff --git a/third_party/terraform/tests/resource_storage_bucket_iam_test.go b/mmv1/third_party/terraform/tests/resource_storage_bucket_iam_test.go similarity index 100% rename from third_party/terraform/tests/resource_storage_bucket_iam_test.go rename to mmv1/third_party/terraform/tests/resource_storage_bucket_iam_test.go diff --git a/third_party/terraform/tests/resource_storage_bucket_object_test.go b/mmv1/third_party/terraform/tests/resource_storage_bucket_object_test.go similarity index 100% rename from third_party/terraform/tests/resource_storage_bucket_object_test.go rename to mmv1/third_party/terraform/tests/resource_storage_bucket_object_test.go diff --git a/third_party/terraform/tests/resource_storage_bucket_test.go b/mmv1/third_party/terraform/tests/resource_storage_bucket_test.go similarity index 100% rename from third_party/terraform/tests/resource_storage_bucket_test.go rename to mmv1/third_party/terraform/tests/resource_storage_bucket_test.go diff --git a/third_party/terraform/tests/resource_storage_default_object_access_control_test.go b/mmv1/third_party/terraform/tests/resource_storage_default_object_access_control_test.go similarity index 100% rename from third_party/terraform/tests/resource_storage_default_object_access_control_test.go rename to mmv1/third_party/terraform/tests/resource_storage_default_object_access_control_test.go diff --git a/third_party/terraform/tests/resource_storage_default_object_acl_test.go b/mmv1/third_party/terraform/tests/resource_storage_default_object_acl_test.go similarity index 100% rename from third_party/terraform/tests/resource_storage_default_object_acl_test.go rename to mmv1/third_party/terraform/tests/resource_storage_default_object_acl_test.go diff --git a/third_party/terraform/tests/resource_storage_hmac_key_test.go b/mmv1/third_party/terraform/tests/resource_storage_hmac_key_test.go similarity index 100% rename from third_party/terraform/tests/resource_storage_hmac_key_test.go rename to mmv1/third_party/terraform/tests/resource_storage_hmac_key_test.go diff --git a/third_party/terraform/tests/resource_storage_notification_test.go b/mmv1/third_party/terraform/tests/resource_storage_notification_test.go similarity index 100% rename from third_party/terraform/tests/resource_storage_notification_test.go rename to mmv1/third_party/terraform/tests/resource_storage_notification_test.go diff --git a/third_party/terraform/tests/resource_storage_object_access_control_test.go b/mmv1/third_party/terraform/tests/resource_storage_object_access_control_test.go similarity index 100% rename from third_party/terraform/tests/resource_storage_object_access_control_test.go rename to mmv1/third_party/terraform/tests/resource_storage_object_access_control_test.go diff --git a/third_party/terraform/tests/resource_storage_object_acl_test.go b/mmv1/third_party/terraform/tests/resource_storage_object_acl_test.go similarity index 100% rename from third_party/terraform/tests/resource_storage_object_acl_test.go rename to mmv1/third_party/terraform/tests/resource_storage_object_acl_test.go diff --git a/third_party/terraform/tests/resource_storage_transfer_job_test.go b/mmv1/third_party/terraform/tests/resource_storage_transfer_job_test.go similarity index 100% rename from third_party/terraform/tests/resource_storage_transfer_job_test.go rename to mmv1/third_party/terraform/tests/resource_storage_transfer_job_test.go diff --git a/third_party/terraform/tests/resource_tpu_node_test.go b/mmv1/third_party/terraform/tests/resource_tpu_node_test.go similarity index 100% rename from third_party/terraform/tests/resource_tpu_node_test.go rename to mmv1/third_party/terraform/tests/resource_tpu_node_test.go diff --git a/third_party/terraform/tests/resource_usage_export_bucket_test.go b/mmv1/third_party/terraform/tests/resource_usage_export_bucket_test.go similarity index 100% rename from third_party/terraform/tests/resource_usage_export_bucket_test.go rename to mmv1/third_party/terraform/tests/resource_usage_export_bucket_test.go diff --git a/third_party/terraform/utils/appengine_operation.go b/mmv1/third_party/terraform/utils/appengine_operation.go similarity index 100% rename from third_party/terraform/utils/appengine_operation.go rename to mmv1/third_party/terraform/utils/appengine_operation.go diff --git a/third_party/terraform/utils/batcher.go b/mmv1/third_party/terraform/utils/batcher.go similarity index 100% rename from third_party/terraform/utils/batcher.go rename to mmv1/third_party/terraform/utils/batcher.go diff --git a/third_party/terraform/utils/batcher_test.go b/mmv1/third_party/terraform/utils/batcher_test.go similarity index 100% rename from third_party/terraform/utils/batcher_test.go rename to mmv1/third_party/terraform/utils/batcher_test.go diff --git a/third_party/terraform/utils/bigtable_client_factory.go b/mmv1/third_party/terraform/utils/bigtable_client_factory.go similarity index 100% rename from third_party/terraform/utils/bigtable_client_factory.go rename to mmv1/third_party/terraform/utils/bigtable_client_factory.go diff --git a/third_party/terraform/utils/bootstrap_utils_test.go b/mmv1/third_party/terraform/utils/bootstrap_utils_test.go similarity index 100% rename from third_party/terraform/utils/bootstrap_utils_test.go rename to mmv1/third_party/terraform/utils/bootstrap_utils_test.go diff --git a/third_party/terraform/utils/cloudfunctions_operation.go b/mmv1/third_party/terraform/utils/cloudfunctions_operation.go similarity index 100% rename from third_party/terraform/utils/cloudfunctions_operation.go rename to mmv1/third_party/terraform/utils/cloudfunctions_operation.go diff --git a/third_party/terraform/utils/cloudrun_polling.go b/mmv1/third_party/terraform/utils/cloudrun_polling.go similarity index 100% rename from third_party/terraform/utils/cloudrun_polling.go rename to mmv1/third_party/terraform/utils/cloudrun_polling.go diff --git a/third_party/terraform/utils/common_diff_suppress.go.erb b/mmv1/third_party/terraform/utils/common_diff_suppress.go.erb similarity index 100% rename from third_party/terraform/utils/common_diff_suppress.go.erb rename to mmv1/third_party/terraform/utils/common_diff_suppress.go.erb diff --git a/third_party/terraform/utils/common_operation.go b/mmv1/third_party/terraform/utils/common_operation.go similarity index 100% rename from third_party/terraform/utils/common_operation.go rename to mmv1/third_party/terraform/utils/common_operation.go diff --git a/third_party/terraform/utils/common_polling.go b/mmv1/third_party/terraform/utils/common_polling.go similarity index 100% rename from third_party/terraform/utils/common_polling.go rename to mmv1/third_party/terraform/utils/common_polling.go diff --git a/third_party/terraform/utils/composer_operation.go b/mmv1/third_party/terraform/utils/composer_operation.go similarity index 100% rename from third_party/terraform/utils/composer_operation.go rename to mmv1/third_party/terraform/utils/composer_operation.go diff --git a/third_party/terraform/utils/compute_instance_helpers.go.erb b/mmv1/third_party/terraform/utils/compute_instance_helpers.go.erb similarity index 100% rename from third_party/terraform/utils/compute_instance_helpers.go.erb rename to mmv1/third_party/terraform/utils/compute_instance_helpers.go.erb diff --git a/third_party/terraform/utils/compute_instance_network_interface_helpers.go b/mmv1/third_party/terraform/utils/compute_instance_network_interface_helpers.go similarity index 100% rename from third_party/terraform/utils/compute_instance_network_interface_helpers.go rename to mmv1/third_party/terraform/utils/compute_instance_network_interface_helpers.go diff --git a/third_party/terraform/utils/compute_operation.go.erb b/mmv1/third_party/terraform/utils/compute_operation.go.erb similarity index 100% rename from third_party/terraform/utils/compute_operation.go.erb rename to mmv1/third_party/terraform/utils/compute_operation.go.erb diff --git a/third_party/terraform/utils/compute_shared_operation.go b/mmv1/third_party/terraform/utils/compute_shared_operation.go similarity index 100% rename from third_party/terraform/utils/compute_shared_operation.go rename to mmv1/third_party/terraform/utils/compute_shared_operation.go diff --git a/third_party/terraform/utils/config.go.erb b/mmv1/third_party/terraform/utils/config.go.erb similarity index 100% rename from third_party/terraform/utils/config.go.erb rename to mmv1/third_party/terraform/utils/config.go.erb diff --git a/third_party/terraform/utils/config_test.go b/mmv1/third_party/terraform/utils/config_test.go similarity index 100% rename from third_party/terraform/utils/config_test.go rename to mmv1/third_party/terraform/utils/config_test.go diff --git a/third_party/terraform/utils/container_operation.go b/mmv1/third_party/terraform/utils/container_operation.go similarity index 100% rename from third_party/terraform/utils/container_operation.go rename to mmv1/third_party/terraform/utils/container_operation.go diff --git a/third_party/terraform/utils/convert.go b/mmv1/third_party/terraform/utils/convert.go similarity index 100% rename from third_party/terraform/utils/convert.go rename to mmv1/third_party/terraform/utils/convert.go diff --git a/third_party/terraform/utils/convert_test.go b/mmv1/third_party/terraform/utils/convert_test.go similarity index 100% rename from third_party/terraform/utils/convert_test.go rename to mmv1/third_party/terraform/utils/convert_test.go diff --git a/third_party/terraform/utils/dataproc_cluster_operation.go b/mmv1/third_party/terraform/utils/dataproc_cluster_operation.go similarity index 100% rename from third_party/terraform/utils/dataproc_cluster_operation.go rename to mmv1/third_party/terraform/utils/dataproc_cluster_operation.go diff --git a/third_party/terraform/utils/dataproc_job_operation.go b/mmv1/third_party/terraform/utils/dataproc_job_operation.go similarity index 100% rename from third_party/terraform/utils/dataproc_job_operation.go rename to mmv1/third_party/terraform/utils/dataproc_job_operation.go diff --git a/third_party/terraform/utils/datasource_helpers.go b/mmv1/third_party/terraform/utils/datasource_helpers.go similarity index 100% rename from third_party/terraform/utils/datasource_helpers.go rename to mmv1/third_party/terraform/utils/datasource_helpers.go diff --git a/third_party/terraform/utils/deployment_manager_operation.go.erb b/mmv1/third_party/terraform/utils/deployment_manager_operation.go.erb similarity index 100% rename from third_party/terraform/utils/deployment_manager_operation.go.erb rename to mmv1/third_party/terraform/utils/deployment_manager_operation.go.erb diff --git a/third_party/terraform/utils/disk_type.go b/mmv1/third_party/terraform/utils/disk_type.go similarity index 100% rename from third_party/terraform/utils/disk_type.go rename to mmv1/third_party/terraform/utils/disk_type.go diff --git a/third_party/terraform/utils/dns_change.go b/mmv1/third_party/terraform/utils/dns_change.go similarity index 100% rename from third_party/terraform/utils/dns_change.go rename to mmv1/third_party/terraform/utils/dns_change.go diff --git a/third_party/terraform/utils/error_retry_predicates.go b/mmv1/third_party/terraform/utils/error_retry_predicates.go similarity index 100% rename from third_party/terraform/utils/error_retry_predicates.go rename to mmv1/third_party/terraform/utils/error_retry_predicates.go diff --git a/third_party/terraform/utils/field_helpers.go b/mmv1/third_party/terraform/utils/field_helpers.go similarity index 100% rename from third_party/terraform/utils/field_helpers.go rename to mmv1/third_party/terraform/utils/field_helpers.go diff --git a/third_party/terraform/utils/field_helpers_test.go b/mmv1/third_party/terraform/utils/field_helpers_test.go similarity index 100% rename from third_party/terraform/utils/field_helpers_test.go rename to mmv1/third_party/terraform/utils/field_helpers_test.go diff --git a/third_party/terraform/utils/gcp_sweeper_test.go b/mmv1/third_party/terraform/utils/gcp_sweeper_test.go similarity index 100% rename from third_party/terraform/utils/gcp_sweeper_test.go rename to mmv1/third_party/terraform/utils/gcp_sweeper_test.go diff --git a/third_party/terraform/utils/hashcode.go b/mmv1/third_party/terraform/utils/hashcode.go similarity index 100% rename from third_party/terraform/utils/hashcode.go rename to mmv1/third_party/terraform/utils/hashcode.go diff --git a/third_party/terraform/utils/header_transport.go b/mmv1/third_party/terraform/utils/header_transport.go similarity index 100% rename from third_party/terraform/utils/header_transport.go rename to mmv1/third_party/terraform/utils/header_transport.go diff --git a/third_party/terraform/utils/healthcare_utils.go b/mmv1/third_party/terraform/utils/healthcare_utils.go similarity index 100% rename from third_party/terraform/utils/healthcare_utils.go rename to mmv1/third_party/terraform/utils/healthcare_utils.go diff --git a/third_party/terraform/utils/iam.go.erb b/mmv1/third_party/terraform/utils/iam.go.erb similarity index 100% rename from third_party/terraform/utils/iam.go.erb rename to mmv1/third_party/terraform/utils/iam.go.erb diff --git a/third_party/terraform/utils/iam_batching.go b/mmv1/third_party/terraform/utils/iam_batching.go similarity index 100% rename from third_party/terraform/utils/iam_batching.go rename to mmv1/third_party/terraform/utils/iam_batching.go diff --git a/third_party/terraform/utils/iam_bigquery_dataset.go b/mmv1/third_party/terraform/utils/iam_bigquery_dataset.go similarity index 100% rename from third_party/terraform/utils/iam_bigquery_dataset.go rename to mmv1/third_party/terraform/utils/iam_bigquery_dataset.go diff --git a/third_party/terraform/utils/iam_bigtable_instance.go b/mmv1/third_party/terraform/utils/iam_bigtable_instance.go similarity index 100% rename from third_party/terraform/utils/iam_bigtable_instance.go rename to mmv1/third_party/terraform/utils/iam_bigtable_instance.go diff --git a/third_party/terraform/utils/iam_bigtable_table.go b/mmv1/third_party/terraform/utils/iam_bigtable_table.go similarity index 100% rename from third_party/terraform/utils/iam_bigtable_table.go rename to mmv1/third_party/terraform/utils/iam_bigtable_table.go diff --git a/third_party/terraform/utils/iam_billing_account.go b/mmv1/third_party/terraform/utils/iam_billing_account.go similarity index 100% rename from third_party/terraform/utils/iam_billing_account.go rename to mmv1/third_party/terraform/utils/iam_billing_account.go diff --git a/third_party/terraform/utils/iam_dataproc_cluster.go b/mmv1/third_party/terraform/utils/iam_dataproc_cluster.go similarity index 100% rename from third_party/terraform/utils/iam_dataproc_cluster.go rename to mmv1/third_party/terraform/utils/iam_dataproc_cluster.go diff --git a/third_party/terraform/utils/iam_dataproc_job.go b/mmv1/third_party/terraform/utils/iam_dataproc_job.go similarity index 100% rename from third_party/terraform/utils/iam_dataproc_job.go rename to mmv1/third_party/terraform/utils/iam_dataproc_job.go diff --git a/third_party/terraform/utils/iam_folder.go b/mmv1/third_party/terraform/utils/iam_folder.go similarity index 100% rename from third_party/terraform/utils/iam_folder.go rename to mmv1/third_party/terraform/utils/iam_folder.go diff --git a/third_party/terraform/utils/iam_healthcare_dataset.go b/mmv1/third_party/terraform/utils/iam_healthcare_dataset.go similarity index 100% rename from third_party/terraform/utils/iam_healthcare_dataset.go rename to mmv1/third_party/terraform/utils/iam_healthcare_dataset.go diff --git a/third_party/terraform/utils/iam_healthcare_dicom_store.go b/mmv1/third_party/terraform/utils/iam_healthcare_dicom_store.go similarity index 100% rename from third_party/terraform/utils/iam_healthcare_dicom_store.go rename to mmv1/third_party/terraform/utils/iam_healthcare_dicom_store.go diff --git a/third_party/terraform/utils/iam_healthcare_fhir_store.go b/mmv1/third_party/terraform/utils/iam_healthcare_fhir_store.go similarity index 100% rename from third_party/terraform/utils/iam_healthcare_fhir_store.go rename to mmv1/third_party/terraform/utils/iam_healthcare_fhir_store.go diff --git a/third_party/terraform/utils/iam_healthcare_hl7_v2_store.go b/mmv1/third_party/terraform/utils/iam_healthcare_hl7_v2_store.go similarity index 100% rename from third_party/terraform/utils/iam_healthcare_hl7_v2_store.go rename to mmv1/third_party/terraform/utils/iam_healthcare_hl7_v2_store.go diff --git a/third_party/terraform/utils/iam_kms_crypto_key.go.erb b/mmv1/third_party/terraform/utils/iam_kms_crypto_key.go.erb similarity index 100% rename from third_party/terraform/utils/iam_kms_crypto_key.go.erb rename to mmv1/third_party/terraform/utils/iam_kms_crypto_key.go.erb diff --git a/third_party/terraform/utils/iam_kms_key_ring.go.erb b/mmv1/third_party/terraform/utils/iam_kms_key_ring.go.erb similarity index 100% rename from third_party/terraform/utils/iam_kms_key_ring.go.erb rename to mmv1/third_party/terraform/utils/iam_kms_key_ring.go.erb diff --git a/third_party/terraform/utils/iam_organization.go b/mmv1/third_party/terraform/utils/iam_organization.go similarity index 100% rename from third_party/terraform/utils/iam_organization.go rename to mmv1/third_party/terraform/utils/iam_organization.go diff --git a/third_party/terraform/utils/iam_project.go b/mmv1/third_party/terraform/utils/iam_project.go similarity index 100% rename from third_party/terraform/utils/iam_project.go rename to mmv1/third_party/terraform/utils/iam_project.go diff --git a/third_party/terraform/utils/iam_pubsub_subscription.go b/mmv1/third_party/terraform/utils/iam_pubsub_subscription.go similarity index 100% rename from third_party/terraform/utils/iam_pubsub_subscription.go rename to mmv1/third_party/terraform/utils/iam_pubsub_subscription.go diff --git a/third_party/terraform/utils/iam_service_account.go.erb b/mmv1/third_party/terraform/utils/iam_service_account.go.erb similarity index 100% rename from third_party/terraform/utils/iam_service_account.go.erb rename to mmv1/third_party/terraform/utils/iam_service_account.go.erb diff --git a/third_party/terraform/utils/iam_spanner_database.go b/mmv1/third_party/terraform/utils/iam_spanner_database.go similarity index 100% rename from third_party/terraform/utils/iam_spanner_database.go rename to mmv1/third_party/terraform/utils/iam_spanner_database.go diff --git a/third_party/terraform/utils/iam_spanner_instance.go b/mmv1/third_party/terraform/utils/iam_spanner_instance.go similarity index 100% rename from third_party/terraform/utils/iam_spanner_instance.go rename to mmv1/third_party/terraform/utils/iam_spanner_instance.go diff --git a/third_party/terraform/utils/iam_test.go.erb b/mmv1/third_party/terraform/utils/iam_test.go.erb similarity index 100% rename from third_party/terraform/utils/iam_test.go.erb rename to mmv1/third_party/terraform/utils/iam_test.go.erb diff --git a/third_party/terraform/utils/image.go b/mmv1/third_party/terraform/utils/image.go similarity index 100% rename from third_party/terraform/utils/image.go rename to mmv1/third_party/terraform/utils/image.go diff --git a/third_party/terraform/utils/import.go b/mmv1/third_party/terraform/utils/import.go similarity index 100% rename from third_party/terraform/utils/import.go rename to mmv1/third_party/terraform/utils/import.go diff --git a/third_party/terraform/utils/import_test.go b/mmv1/third_party/terraform/utils/import_test.go similarity index 100% rename from third_party/terraform/utils/import_test.go rename to mmv1/third_party/terraform/utils/import_test.go diff --git a/third_party/terraform/utils/kms_utils.go b/mmv1/third_party/terraform/utils/kms_utils.go similarity index 100% rename from third_party/terraform/utils/kms_utils.go rename to mmv1/third_party/terraform/utils/kms_utils.go diff --git a/third_party/terraform/utils/logging_exclusion_billing_account.go b/mmv1/third_party/terraform/utils/logging_exclusion_billing_account.go similarity index 100% rename from third_party/terraform/utils/logging_exclusion_billing_account.go rename to mmv1/third_party/terraform/utils/logging_exclusion_billing_account.go diff --git a/third_party/terraform/utils/logging_exclusion_folder.go b/mmv1/third_party/terraform/utils/logging_exclusion_folder.go similarity index 100% rename from third_party/terraform/utils/logging_exclusion_folder.go rename to mmv1/third_party/terraform/utils/logging_exclusion_folder.go diff --git a/third_party/terraform/utils/logging_exclusion_organization.go b/mmv1/third_party/terraform/utils/logging_exclusion_organization.go similarity index 100% rename from third_party/terraform/utils/logging_exclusion_organization.go rename to mmv1/third_party/terraform/utils/logging_exclusion_organization.go diff --git a/third_party/terraform/utils/logging_exclusion_project.go b/mmv1/third_party/terraform/utils/logging_exclusion_project.go similarity index 100% rename from third_party/terraform/utils/logging_exclusion_project.go rename to mmv1/third_party/terraform/utils/logging_exclusion_project.go diff --git a/third_party/terraform/utils/logging_utils.go b/mmv1/third_party/terraform/utils/logging_utils.go similarity index 100% rename from third_party/terraform/utils/logging_utils.go rename to mmv1/third_party/terraform/utils/logging_utils.go diff --git a/third_party/terraform/utils/logging_utils_test.go b/mmv1/third_party/terraform/utils/logging_utils_test.go similarity index 100% rename from third_party/terraform/utils/logging_utils_test.go rename to mmv1/third_party/terraform/utils/logging_utils_test.go diff --git a/third_party/terraform/utils/metadata.go b/mmv1/third_party/terraform/utils/metadata.go similarity index 100% rename from third_party/terraform/utils/metadata.go rename to mmv1/third_party/terraform/utils/metadata.go diff --git a/third_party/terraform/utils/mutexkv.go b/mmv1/third_party/terraform/utils/mutexkv.go similarity index 100% rename from third_party/terraform/utils/mutexkv.go rename to mmv1/third_party/terraform/utils/mutexkv.go diff --git a/third_party/terraform/utils/node_config.go.erb b/mmv1/third_party/terraform/utils/node_config.go.erb similarity index 100% rename from third_party/terraform/utils/node_config.go.erb rename to mmv1/third_party/terraform/utils/node_config.go.erb diff --git a/third_party/terraform/utils/path_or_contents.go b/mmv1/third_party/terraform/utils/path_or_contents.go similarity index 100% rename from third_party/terraform/utils/path_or_contents.go rename to mmv1/third_party/terraform/utils/path_or_contents.go diff --git a/third_party/terraform/utils/provider.go.erb b/mmv1/third_party/terraform/utils/provider.go.erb similarity index 100% rename from third_party/terraform/utils/provider.go.erb rename to mmv1/third_party/terraform/utils/provider.go.erb diff --git a/third_party/terraform/utils/provider_handwritten_endpoint.go.erb b/mmv1/third_party/terraform/utils/provider_handwritten_endpoint.go.erb similarity index 100% rename from third_party/terraform/utils/provider_handwritten_endpoint.go.erb rename to mmv1/third_party/terraform/utils/provider_handwritten_endpoint.go.erb diff --git a/third_party/terraform/utils/provider_test.go.erb b/mmv1/third_party/terraform/utils/provider_test.go.erb similarity index 100% rename from third_party/terraform/utils/provider_test.go.erb rename to mmv1/third_party/terraform/utils/provider_test.go.erb diff --git a/third_party/terraform/utils/pubsub_utils.go b/mmv1/third_party/terraform/utils/pubsub_utils.go similarity index 100% rename from third_party/terraform/utils/pubsub_utils.go rename to mmv1/third_party/terraform/utils/pubsub_utils.go diff --git a/third_party/terraform/utils/regional_utils.go b/mmv1/third_party/terraform/utils/regional_utils.go similarity index 100% rename from third_party/terraform/utils/regional_utils.go rename to mmv1/third_party/terraform/utils/regional_utils.go diff --git a/third_party/terraform/utils/retry_transport.go b/mmv1/third_party/terraform/utils/retry_transport.go similarity index 100% rename from third_party/terraform/utils/retry_transport.go rename to mmv1/third_party/terraform/utils/retry_transport.go diff --git a/third_party/terraform/utils/retry_transport_test.go b/mmv1/third_party/terraform/utils/retry_transport_test.go similarity index 100% rename from third_party/terraform/utils/retry_transport_test.go rename to mmv1/third_party/terraform/utils/retry_transport_test.go diff --git a/third_party/terraform/utils/retry_utils.go b/mmv1/third_party/terraform/utils/retry_utils.go similarity index 100% rename from third_party/terraform/utils/retry_utils.go rename to mmv1/third_party/terraform/utils/retry_utils.go diff --git a/third_party/terraform/utils/self_link_helpers.go b/mmv1/third_party/terraform/utils/self_link_helpers.go similarity index 100% rename from third_party/terraform/utils/self_link_helpers.go rename to mmv1/third_party/terraform/utils/self_link_helpers.go diff --git a/third_party/terraform/utils/self_link_helpers_test.go b/mmv1/third_party/terraform/utils/self_link_helpers_test.go similarity index 100% rename from third_party/terraform/utils/self_link_helpers_test.go rename to mmv1/third_party/terraform/utils/self_link_helpers_test.go diff --git a/third_party/terraform/utils/service_account_waiter.go b/mmv1/third_party/terraform/utils/service_account_waiter.go similarity index 100% rename from third_party/terraform/utils/service_account_waiter.go rename to mmv1/third_party/terraform/utils/service_account_waiter.go diff --git a/third_party/terraform/utils/service_networking_operation.go b/mmv1/third_party/terraform/utils/service_networking_operation.go similarity index 100% rename from third_party/terraform/utils/service_networking_operation.go rename to mmv1/third_party/terraform/utils/service_networking_operation.go diff --git a/third_party/terraform/utils/service_scope.go b/mmv1/third_party/terraform/utils/service_scope.go similarity index 100% rename from third_party/terraform/utils/service_scope.go rename to mmv1/third_party/terraform/utils/service_scope.go diff --git a/third_party/terraform/utils/serviceman_operation.go b/mmv1/third_party/terraform/utils/serviceman_operation.go similarity index 100% rename from third_party/terraform/utils/serviceman_operation.go rename to mmv1/third_party/terraform/utils/serviceman_operation.go diff --git a/third_party/terraform/utils/serviceusage_batching.go b/mmv1/third_party/terraform/utils/serviceusage_batching.go similarity index 100% rename from third_party/terraform/utils/serviceusage_batching.go rename to mmv1/third_party/terraform/utils/serviceusage_batching.go diff --git a/third_party/terraform/utils/serviceusage_operation.go b/mmv1/third_party/terraform/utils/serviceusage_operation.go similarity index 100% rename from third_party/terraform/utils/serviceusage_operation.go rename to mmv1/third_party/terraform/utils/serviceusage_operation.go diff --git a/third_party/terraform/utils/source_repo_utils.go b/mmv1/third_party/terraform/utils/source_repo_utils.go similarity index 100% rename from third_party/terraform/utils/source_repo_utils.go rename to mmv1/third_party/terraform/utils/source_repo_utils.go diff --git a/third_party/terraform/utils/sql_utils.go b/mmv1/third_party/terraform/utils/sql_utils.go similarity index 100% rename from third_party/terraform/utils/sql_utils.go rename to mmv1/third_party/terraform/utils/sql_utils.go diff --git a/third_party/terraform/utils/sqladmin_operation.go b/mmv1/third_party/terraform/utils/sqladmin_operation.go similarity index 100% rename from third_party/terraform/utils/sqladmin_operation.go rename to mmv1/third_party/terraform/utils/sqladmin_operation.go diff --git a/third_party/terraform/utils/state_util.go b/mmv1/third_party/terraform/utils/state_util.go similarity index 100% rename from third_party/terraform/utils/state_util.go rename to mmv1/third_party/terraform/utils/state_util.go diff --git a/third_party/terraform/utils/stateful_mig_polling.go b/mmv1/third_party/terraform/utils/stateful_mig_polling.go similarity index 100% rename from third_party/terraform/utils/stateful_mig_polling.go rename to mmv1/third_party/terraform/utils/stateful_mig_polling.go diff --git a/third_party/terraform/utils/test-fixtures/apigateway/openapi.yaml b/mmv1/third_party/terraform/utils/test-fixtures/apigateway/openapi.yaml similarity index 100% rename from third_party/terraform/utils/test-fixtures/apigateway/openapi.yaml rename to mmv1/third_party/terraform/utils/test-fixtures/apigateway/openapi.yaml diff --git a/third_party/terraform/utils/test-fixtures/appengine/hello-world-flask/app.yaml b/mmv1/third_party/terraform/utils/test-fixtures/appengine/hello-world-flask/app.yaml similarity index 100% rename from third_party/terraform/utils/test-fixtures/appengine/hello-world-flask/app.yaml rename to mmv1/third_party/terraform/utils/test-fixtures/appengine/hello-world-flask/app.yaml diff --git a/third_party/terraform/utils/test-fixtures/appengine/hello-world-flask/main.py b/mmv1/third_party/terraform/utils/test-fixtures/appengine/hello-world-flask/main.py similarity index 100% rename from third_party/terraform/utils/test-fixtures/appengine/hello-world-flask/main.py rename to mmv1/third_party/terraform/utils/test-fixtures/appengine/hello-world-flask/main.py diff --git a/third_party/terraform/utils/test-fixtures/appengine/hello-world-flask/requirements.txt b/mmv1/third_party/terraform/utils/test-fixtures/appengine/hello-world-flask/requirements.txt similarity index 100% rename from third_party/terraform/utils/test-fixtures/appengine/hello-world-flask/requirements.txt rename to mmv1/third_party/terraform/utils/test-fixtures/appengine/hello-world-flask/requirements.txt diff --git a/third_party/terraform/utils/test-fixtures/appengine/hello-world.zip b/mmv1/third_party/terraform/utils/test-fixtures/appengine/hello-world.zip similarity index 100% rename from third_party/terraform/utils/test-fixtures/appengine/hello-world.zip rename to mmv1/third_party/terraform/utils/test-fixtures/appengine/hello-world.zip diff --git a/third_party/terraform/utils/test-fixtures/binauthz/generated_payload.json.tmpl b/mmv1/third_party/terraform/utils/test-fixtures/binauthz/generated_payload.json.tmpl similarity index 100% rename from third_party/terraform/utils/test-fixtures/binauthz/generated_payload.json.tmpl rename to mmv1/third_party/terraform/utils/test-fixtures/binauthz/generated_payload.json.tmpl diff --git a/third_party/terraform/utils/test-fixtures/cloudfunctions/bucket_trigger.js b/mmv1/third_party/terraform/utils/test-fixtures/cloudfunctions/bucket_trigger.js similarity index 100% rename from third_party/terraform/utils/test-fixtures/cloudfunctions/bucket_trigger.js rename to mmv1/third_party/terraform/utils/test-fixtures/cloudfunctions/bucket_trigger.js diff --git a/third_party/terraform/utils/test-fixtures/cloudfunctions/firestore_trigger.js b/mmv1/third_party/terraform/utils/test-fixtures/cloudfunctions/firestore_trigger.js similarity index 100% rename from third_party/terraform/utils/test-fixtures/cloudfunctions/firestore_trigger.js rename to mmv1/third_party/terraform/utils/test-fixtures/cloudfunctions/firestore_trigger.js diff --git a/third_party/terraform/utils/test-fixtures/cloudfunctions/http_trigger.js b/mmv1/third_party/terraform/utils/test-fixtures/cloudfunctions/http_trigger.js similarity index 100% rename from third_party/terraform/utils/test-fixtures/cloudfunctions/http_trigger.js rename to mmv1/third_party/terraform/utils/test-fixtures/cloudfunctions/http_trigger.js diff --git a/third_party/terraform/utils/test-fixtures/cloudfunctions/http_trigger_update.js b/mmv1/third_party/terraform/utils/test-fixtures/cloudfunctions/http_trigger_update.js similarity index 100% rename from third_party/terraform/utils/test-fixtures/cloudfunctions/http_trigger_update.js rename to mmv1/third_party/terraform/utils/test-fixtures/cloudfunctions/http_trigger_update.js diff --git a/third_party/terraform/utils/test-fixtures/cloudfunctions/pubsub_trigger.js b/mmv1/third_party/terraform/utils/test-fixtures/cloudfunctions/pubsub_trigger.js similarity index 100% rename from third_party/terraform/utils/test-fixtures/cloudfunctions/pubsub_trigger.js rename to mmv1/third_party/terraform/utils/test-fixtures/cloudfunctions/pubsub_trigger.js diff --git a/third_party/terraform/utils/test-fixtures/deploymentmanager/service_account.yml.tmpl b/mmv1/third_party/terraform/utils/test-fixtures/deploymentmanager/service_account.yml.tmpl similarity index 100% rename from third_party/terraform/utils/test-fixtures/deploymentmanager/service_account.yml.tmpl rename to mmv1/third_party/terraform/utils/test-fixtures/deploymentmanager/service_account.yml.tmpl diff --git a/third_party/terraform/utils/test-fixtures/dlp/words.txt b/mmv1/third_party/terraform/utils/test-fixtures/dlp/words.txt similarity index 100% rename from third_party/terraform/utils/test-fixtures/dlp/words.txt rename to mmv1/third_party/terraform/utils/test-fixtures/dlp/words.txt diff --git a/third_party/terraform/utils/test-fixtures/fake_account.json b/mmv1/third_party/terraform/utils/test-fixtures/fake_account.json similarity index 100% rename from third_party/terraform/utils/test-fixtures/fake_account.json rename to mmv1/third_party/terraform/utils/test-fixtures/fake_account.json diff --git a/third_party/terraform/utils/test-fixtures/fake_client.json b/mmv1/third_party/terraform/utils/test-fixtures/fake_client.json similarity index 100% rename from third_party/terraform/utils/test-fixtures/fake_client.json rename to mmv1/third_party/terraform/utils/test-fixtures/fake_client.json diff --git a/third_party/terraform/utils/test-fixtures/header-logo.png b/mmv1/third_party/terraform/utils/test-fixtures/header-logo.png similarity index 100% rename from third_party/terraform/utils/test-fixtures/header-logo.png rename to mmv1/third_party/terraform/utils/test-fixtures/header-logo.png diff --git a/third_party/terraform/utils/test-fixtures/rsa_cert.pem b/mmv1/third_party/terraform/utils/test-fixtures/rsa_cert.pem similarity index 100% rename from third_party/terraform/utils/test-fixtures/rsa_cert.pem rename to mmv1/third_party/terraform/utils/test-fixtures/rsa_cert.pem diff --git a/third_party/terraform/utils/test-fixtures/rsa_private_4096.pem b/mmv1/third_party/terraform/utils/test-fixtures/rsa_private_4096.pem similarity index 100% rename from third_party/terraform/utils/test-fixtures/rsa_private_4096.pem rename to mmv1/third_party/terraform/utils/test-fixtures/rsa_private_4096.pem diff --git a/third_party/terraform/utils/test-fixtures/rsa_public.pem b/mmv1/third_party/terraform/utils/test-fixtures/rsa_public.pem similarity index 100% rename from third_party/terraform/utils/test-fixtures/rsa_public.pem rename to mmv1/third_party/terraform/utils/test-fixtures/rsa_public.pem diff --git a/third_party/terraform/utils/test-fixtures/serviceaccount/public_key.pem b/mmv1/third_party/terraform/utils/test-fixtures/serviceaccount/public_key.pem similarity index 100% rename from third_party/terraform/utils/test-fixtures/serviceaccount/public_key.pem rename to mmv1/third_party/terraform/utils/test-fixtures/serviceaccount/public_key.pem diff --git a/third_party/terraform/utils/test-fixtures/ssh_rsa.pub b/mmv1/third_party/terraform/utils/test-fixtures/ssh_rsa.pub similarity index 100% rename from third_party/terraform/utils/test-fixtures/ssh_rsa.pub rename to mmv1/third_party/terraform/utils/test-fixtures/ssh_rsa.pub diff --git a/third_party/terraform/utils/test-fixtures/ssl_cert/test.crt b/mmv1/third_party/terraform/utils/test-fixtures/ssl_cert/test.crt similarity index 100% rename from third_party/terraform/utils/test-fixtures/ssl_cert/test.crt rename to mmv1/third_party/terraform/utils/test-fixtures/ssl_cert/test.crt diff --git a/third_party/terraform/utils/test-fixtures/ssl_cert/test.csr b/mmv1/third_party/terraform/utils/test-fixtures/ssl_cert/test.csr similarity index 100% rename from third_party/terraform/utils/test-fixtures/ssl_cert/test.csr rename to mmv1/third_party/terraform/utils/test-fixtures/ssl_cert/test.csr diff --git a/third_party/terraform/utils/test-fixtures/ssl_cert/test.key b/mmv1/third_party/terraform/utils/test-fixtures/ssl_cert/test.key similarity index 100% rename from third_party/terraform/utils/test-fixtures/ssl_cert/test.key rename to mmv1/third_party/terraform/utils/test-fixtures/ssl_cert/test.key diff --git a/third_party/terraform/utils/test-fixtures/test_api_descriptor.pb b/mmv1/third_party/terraform/utils/test-fixtures/test_api_descriptor.pb similarity index 100% rename from third_party/terraform/utils/test-fixtures/test_api_descriptor.pb rename to mmv1/third_party/terraform/utils/test-fixtures/test_api_descriptor.pb diff --git a/third_party/terraform/utils/test_utils.go b/mmv1/third_party/terraform/utils/test_utils.go similarity index 100% rename from third_party/terraform/utils/test_utils.go rename to mmv1/third_party/terraform/utils/test_utils.go diff --git a/third_party/terraform/utils/transport.go b/mmv1/third_party/terraform/utils/transport.go similarity index 100% rename from third_party/terraform/utils/transport.go rename to mmv1/third_party/terraform/utils/transport.go diff --git a/third_party/terraform/utils/transport_test.go b/mmv1/third_party/terraform/utils/transport_test.go similarity index 100% rename from third_party/terraform/utils/transport_test.go rename to mmv1/third_party/terraform/utils/transport_test.go diff --git a/third_party/terraform/utils/userinfo.go b/mmv1/third_party/terraform/utils/userinfo.go similarity index 100% rename from third_party/terraform/utils/userinfo.go rename to mmv1/third_party/terraform/utils/userinfo.go diff --git a/third_party/terraform/utils/utils.go.erb b/mmv1/third_party/terraform/utils/utils.go.erb similarity index 100% rename from third_party/terraform/utils/utils.go.erb rename to mmv1/third_party/terraform/utils/utils.go.erb diff --git a/third_party/terraform/utils/utils_test.go b/mmv1/third_party/terraform/utils/utils_test.go similarity index 100% rename from third_party/terraform/utils/utils_test.go rename to mmv1/third_party/terraform/utils/utils_test.go diff --git a/third_party/terraform/utils/validation.go b/mmv1/third_party/terraform/utils/validation.go similarity index 100% rename from third_party/terraform/utils/validation.go rename to mmv1/third_party/terraform/utils/validation.go diff --git a/third_party/terraform/utils/validation_test.go b/mmv1/third_party/terraform/utils/validation_test.go similarity index 100% rename from third_party/terraform/utils/validation_test.go rename to mmv1/third_party/terraform/utils/validation_test.go diff --git a/third_party/terraform/version/version.go b/mmv1/third_party/terraform/version/version.go similarity index 100% rename from third_party/terraform/version/version.go rename to mmv1/third_party/terraform/version/version.go diff --git a/third_party/terraform/website/docs/d/active_folder.html.markdown b/mmv1/third_party/terraform/website/docs/d/active_folder.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/active_folder.html.markdown rename to mmv1/third_party/terraform/website/docs/d/active_folder.html.markdown diff --git a/third_party/terraform/website/docs/d/app_engine_default_service_account.html.markdown b/mmv1/third_party/terraform/website/docs/d/app_engine_default_service_account.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/app_engine_default_service_account.html.markdown rename to mmv1/third_party/terraform/website/docs/d/app_engine_default_service_account.html.markdown diff --git a/third_party/terraform/website/docs/d/bigquery_default_service_account.html.markdown b/mmv1/third_party/terraform/website/docs/d/bigquery_default_service_account.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/bigquery_default_service_account.html.markdown rename to mmv1/third_party/terraform/website/docs/d/bigquery_default_service_account.html.markdown diff --git a/third_party/terraform/website/docs/d/billing_account.html.markdown b/mmv1/third_party/terraform/website/docs/d/billing_account.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/billing_account.html.markdown rename to mmv1/third_party/terraform/website/docs/d/billing_account.html.markdown diff --git a/third_party/terraform/website/docs/d/client_config.html.markdown b/mmv1/third_party/terraform/website/docs/d/client_config.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/client_config.html.markdown rename to mmv1/third_party/terraform/website/docs/d/client_config.html.markdown diff --git a/third_party/terraform/website/docs/d/client_openid_userinfo.html.markdown b/mmv1/third_party/terraform/website/docs/d/client_openid_userinfo.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/client_openid_userinfo.html.markdown rename to mmv1/third_party/terraform/website/docs/d/client_openid_userinfo.html.markdown diff --git a/third_party/terraform/website/docs/d/cloud_identity_group_membership.html.markdown b/mmv1/third_party/terraform/website/docs/d/cloud_identity_group_membership.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/cloud_identity_group_membership.html.markdown rename to mmv1/third_party/terraform/website/docs/d/cloud_identity_group_membership.html.markdown diff --git a/third_party/terraform/website/docs/d/cloud_identity_groups.html.markdown b/mmv1/third_party/terraform/website/docs/d/cloud_identity_groups.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/cloud_identity_groups.html.markdown rename to mmv1/third_party/terraform/website/docs/d/cloud_identity_groups.html.markdown diff --git a/third_party/terraform/website/docs/d/cloud_run_locations.html.markdown b/mmv1/third_party/terraform/website/docs/d/cloud_run_locations.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/cloud_run_locations.html.markdown rename to mmv1/third_party/terraform/website/docs/d/cloud_run_locations.html.markdown diff --git a/third_party/terraform/website/docs/d/cloud_run_service.html.markdown b/mmv1/third_party/terraform/website/docs/d/cloud_run_service.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/cloud_run_service.html.markdown rename to mmv1/third_party/terraform/website/docs/d/cloud_run_service.html.markdown diff --git a/third_party/terraform/website/docs/d/cloudfunctions_function.html.markdown b/mmv1/third_party/terraform/website/docs/d/cloudfunctions_function.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/cloudfunctions_function.html.markdown rename to mmv1/third_party/terraform/website/docs/d/cloudfunctions_function.html.markdown diff --git a/third_party/terraform/website/docs/d/composer_environment.html.markdown b/mmv1/third_party/terraform/website/docs/d/composer_environment.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/composer_environment.html.markdown rename to mmv1/third_party/terraform/website/docs/d/composer_environment.html.markdown diff --git a/third_party/terraform/website/docs/d/composer_image_versions.html.markdown b/mmv1/third_party/terraform/website/docs/d/composer_image_versions.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/composer_image_versions.html.markdown rename to mmv1/third_party/terraform/website/docs/d/composer_image_versions.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_address.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_address.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_address.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_address.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_backend_bucket.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_backend_bucket.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_backend_bucket.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_backend_bucket.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_backend_service.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_backend_service.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_backend_service.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_backend_service.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_default_service_account.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_default_service_account.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_default_service_account.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_default_service_account.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_forwarding_rule.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_forwarding_rule.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_forwarding_rule.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_forwarding_rule.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_global_address.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_global_address.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_global_address.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_global_address.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_global_forwarding_rule.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_global_forwarding_rule.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_global_forwarding_rule.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_global_forwarding_rule.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_image.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_image.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_image.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_image.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_instance.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_instance.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_instance.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_instance.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_instance_group.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_instance_group.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_instance_group.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_instance_group.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_instance_serial_port.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_instance_serial_port.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_instance_serial_port.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_instance_serial_port.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_instance_template.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_instance_template.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_instance_template.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_instance_template.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_lb_ip_ranges.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_lb_ip_ranges.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_lb_ip_ranges.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_lb_ip_ranges.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_network.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_network.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_network.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_network.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_network_endpoint_group.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_network_endpoint_group.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_network_endpoint_group.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_network_endpoint_group.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_node_types.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_node_types.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_node_types.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_node_types.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_region_instance_group.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_region_instance_group.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_region_instance_group.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_region_instance_group.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_region_ssl_certificate.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_region_ssl_certificate.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_region_ssl_certificate.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_region_ssl_certificate.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_regions.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_regions.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_regions.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_regions.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_resource_policy.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_resource_policy.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_resource_policy.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_resource_policy.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_router.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_router.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_router.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_router.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_ssl_certificate.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_ssl_certificate.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_ssl_certificate.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_ssl_certificate.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_ssl_policy.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_ssl_policy.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_ssl_policy.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_ssl_policy.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_subnetwork.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_subnetwork.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_subnetwork.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_subnetwork.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_vpn_gateway.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_vpn_gateway.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_vpn_gateway.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_vpn_gateway.html.markdown diff --git a/third_party/terraform/website/docs/d/compute_zones.html.markdown b/mmv1/third_party/terraform/website/docs/d/compute_zones.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/compute_zones.html.markdown rename to mmv1/third_party/terraform/website/docs/d/compute_zones.html.markdown diff --git a/third_party/terraform/website/docs/d/container_cluster.html.markdown b/mmv1/third_party/terraform/website/docs/d/container_cluster.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/container_cluster.html.markdown rename to mmv1/third_party/terraform/website/docs/d/container_cluster.html.markdown diff --git a/third_party/terraform/website/docs/d/container_engine_versions.html.markdown b/mmv1/third_party/terraform/website/docs/d/container_engine_versions.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/container_engine_versions.html.markdown rename to mmv1/third_party/terraform/website/docs/d/container_engine_versions.html.markdown diff --git a/third_party/terraform/website/docs/d/container_registry_image.html.markdown b/mmv1/third_party/terraform/website/docs/d/container_registry_image.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/container_registry_image.html.markdown rename to mmv1/third_party/terraform/website/docs/d/container_registry_image.html.markdown diff --git a/third_party/terraform/website/docs/d/container_registry_repository.html.markdown b/mmv1/third_party/terraform/website/docs/d/container_registry_repository.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/container_registry_repository.html.markdown rename to mmv1/third_party/terraform/website/docs/d/container_registry_repository.html.markdown diff --git a/third_party/terraform/website/docs/d/dns_keys.html.markdown b/mmv1/third_party/terraform/website/docs/d/dns_keys.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/dns_keys.html.markdown rename to mmv1/third_party/terraform/website/docs/d/dns_keys.html.markdown diff --git a/third_party/terraform/website/docs/d/dns_managed_zone.html.markdown b/mmv1/third_party/terraform/website/docs/d/dns_managed_zone.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/dns_managed_zone.html.markdown rename to mmv1/third_party/terraform/website/docs/d/dns_managed_zone.html.markdown diff --git a/third_party/terraform/website/docs/d/firebase_web_app.html.markdown b/mmv1/third_party/terraform/website/docs/d/firebase_web_app.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/firebase_web_app.html.markdown rename to mmv1/third_party/terraform/website/docs/d/firebase_web_app.html.markdown diff --git a/third_party/terraform/website/docs/d/firebase_web_app_config.html.markdown b/mmv1/third_party/terraform/website/docs/d/firebase_web_app_config.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/firebase_web_app_config.html.markdown rename to mmv1/third_party/terraform/website/docs/d/firebase_web_app_config.html.markdown diff --git a/third_party/terraform/website/docs/d/folder.html.markdown b/mmv1/third_party/terraform/website/docs/d/folder.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/folder.html.markdown rename to mmv1/third_party/terraform/website/docs/d/folder.html.markdown diff --git a/third_party/terraform/website/docs/d/folder_organization_policy.html.markdown b/mmv1/third_party/terraform/website/docs/d/folder_organization_policy.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/folder_organization_policy.html.markdown rename to mmv1/third_party/terraform/website/docs/d/folder_organization_policy.html.markdown diff --git a/third_party/terraform/website/docs/d/game_services_game_server_deployment_rollout.html.markdown b/mmv1/third_party/terraform/website/docs/d/game_services_game_server_deployment_rollout.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/game_services_game_server_deployment_rollout.html.markdown rename to mmv1/third_party/terraform/website/docs/d/game_services_game_server_deployment_rollout.html.markdown diff --git a/third_party/terraform/website/docs/d/iam_policy.html.markdown b/mmv1/third_party/terraform/website/docs/d/iam_policy.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/iam_policy.html.markdown rename to mmv1/third_party/terraform/website/docs/d/iam_policy.html.markdown diff --git a/third_party/terraform/website/docs/d/iam_role.html.markdown b/mmv1/third_party/terraform/website/docs/d/iam_role.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/iam_role.html.markdown rename to mmv1/third_party/terraform/website/docs/d/iam_role.html.markdown diff --git a/third_party/terraform/website/docs/d/iam_testable_permissions.html.markdown b/mmv1/third_party/terraform/website/docs/d/iam_testable_permissions.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/iam_testable_permissions.html.markdown rename to mmv1/third_party/terraform/website/docs/d/iam_testable_permissions.html.markdown diff --git a/third_party/terraform/website/docs/d/iam_workload_identity_pool.html.markdown b/mmv1/third_party/terraform/website/docs/d/iam_workload_identity_pool.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/iam_workload_identity_pool.html.markdown rename to mmv1/third_party/terraform/website/docs/d/iam_workload_identity_pool.html.markdown diff --git a/third_party/terraform/website/docs/d/iam_workload_identity_pool_provider.html.markdown b/mmv1/third_party/terraform/website/docs/d/iam_workload_identity_pool_provider.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/iam_workload_identity_pool_provider.html.markdown rename to mmv1/third_party/terraform/website/docs/d/iam_workload_identity_pool_provider.html.markdown diff --git a/third_party/terraform/website/docs/d/kms_crypto_key.html.markdown b/mmv1/third_party/terraform/website/docs/d/kms_crypto_key.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/kms_crypto_key.html.markdown rename to mmv1/third_party/terraform/website/docs/d/kms_crypto_key.html.markdown diff --git a/third_party/terraform/website/docs/d/kms_crypto_key_version.html.markdown b/mmv1/third_party/terraform/website/docs/d/kms_crypto_key_version.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/kms_crypto_key_version.html.markdown rename to mmv1/third_party/terraform/website/docs/d/kms_crypto_key_version.html.markdown diff --git a/third_party/terraform/website/docs/d/kms_key_ring.html.markdown b/mmv1/third_party/terraform/website/docs/d/kms_key_ring.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/kms_key_ring.html.markdown rename to mmv1/third_party/terraform/website/docs/d/kms_key_ring.html.markdown diff --git a/third_party/terraform/website/docs/d/kms_secret.html.markdown b/mmv1/third_party/terraform/website/docs/d/kms_secret.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/kms_secret.html.markdown rename to mmv1/third_party/terraform/website/docs/d/kms_secret.html.markdown diff --git a/third_party/terraform/website/docs/d/kms_secret_ciphertext.html.markdown b/mmv1/third_party/terraform/website/docs/d/kms_secret_ciphertext.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/kms_secret_ciphertext.html.markdown rename to mmv1/third_party/terraform/website/docs/d/kms_secret_ciphertext.html.markdown diff --git a/third_party/terraform/website/docs/d/monitoring_app_engine_service.html.markdown b/mmv1/third_party/terraform/website/docs/d/monitoring_app_engine_service.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/monitoring_app_engine_service.html.markdown rename to mmv1/third_party/terraform/website/docs/d/monitoring_app_engine_service.html.markdown diff --git a/third_party/terraform/website/docs/d/monitoring_cluster_istio_service.html.markdown b/mmv1/third_party/terraform/website/docs/d/monitoring_cluster_istio_service.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/monitoring_cluster_istio_service.html.markdown rename to mmv1/third_party/terraform/website/docs/d/monitoring_cluster_istio_service.html.markdown diff --git a/third_party/terraform/website/docs/d/monitoring_mesh_istio_service.html.markdown b/mmv1/third_party/terraform/website/docs/d/monitoring_mesh_istio_service.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/monitoring_mesh_istio_service.html.markdown rename to mmv1/third_party/terraform/website/docs/d/monitoring_mesh_istio_service.html.markdown diff --git a/third_party/terraform/website/docs/d/monitoring_notification_channel.html.markdown b/mmv1/third_party/terraform/website/docs/d/monitoring_notification_channel.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/monitoring_notification_channel.html.markdown rename to mmv1/third_party/terraform/website/docs/d/monitoring_notification_channel.html.markdown diff --git a/third_party/terraform/website/docs/d/monitoring_uptime_check_ips.html.markdown b/mmv1/third_party/terraform/website/docs/d/monitoring_uptime_check_ips.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/monitoring_uptime_check_ips.html.markdown rename to mmv1/third_party/terraform/website/docs/d/monitoring_uptime_check_ips.html.markdown diff --git a/third_party/terraform/website/docs/d/netblock_ip_ranges.html.markdown b/mmv1/third_party/terraform/website/docs/d/netblock_ip_ranges.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/netblock_ip_ranges.html.markdown rename to mmv1/third_party/terraform/website/docs/d/netblock_ip_ranges.html.markdown diff --git a/third_party/terraform/website/docs/d/organization.html.markdown b/mmv1/third_party/terraform/website/docs/d/organization.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/organization.html.markdown rename to mmv1/third_party/terraform/website/docs/d/organization.html.markdown diff --git a/third_party/terraform/website/docs/d/project.html.markdown b/mmv1/third_party/terraform/website/docs/d/project.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/project.html.markdown rename to mmv1/third_party/terraform/website/docs/d/project.html.markdown diff --git a/third_party/terraform/website/docs/d/project_organization_policy.html.markdown b/mmv1/third_party/terraform/website/docs/d/project_organization_policy.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/project_organization_policy.html.markdown rename to mmv1/third_party/terraform/website/docs/d/project_organization_policy.html.markdown diff --git a/third_party/terraform/website/docs/d/projects.html.markdown b/mmv1/third_party/terraform/website/docs/d/projects.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/projects.html.markdown rename to mmv1/third_party/terraform/website/docs/d/projects.html.markdown diff --git a/third_party/terraform/website/docs/d/pubsub_topic.html.markdown b/mmv1/third_party/terraform/website/docs/d/pubsub_topic.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/pubsub_topic.html.markdown rename to mmv1/third_party/terraform/website/docs/d/pubsub_topic.html.markdown diff --git a/third_party/terraform/website/docs/d/redis_instance.html.markdown b/mmv1/third_party/terraform/website/docs/d/redis_instance.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/redis_instance.html.markdown rename to mmv1/third_party/terraform/website/docs/d/redis_instance.html.markdown diff --git a/third_party/terraform/website/docs/d/runtimeconfig_config.html.markdown b/mmv1/third_party/terraform/website/docs/d/runtimeconfig_config.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/runtimeconfig_config.html.markdown rename to mmv1/third_party/terraform/website/docs/d/runtimeconfig_config.html.markdown diff --git a/third_party/terraform/website/docs/d/secret_manager_secret_version.html.markdown b/mmv1/third_party/terraform/website/docs/d/secret_manager_secret_version.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/secret_manager_secret_version.html.markdown rename to mmv1/third_party/terraform/website/docs/d/secret_manager_secret_version.html.markdown diff --git a/third_party/terraform/website/docs/d/service_account.html.markdown b/mmv1/third_party/terraform/website/docs/d/service_account.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/service_account.html.markdown rename to mmv1/third_party/terraform/website/docs/d/service_account.html.markdown diff --git a/third_party/terraform/website/docs/d/service_account_access_token.html.markdown b/mmv1/third_party/terraform/website/docs/d/service_account_access_token.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/service_account_access_token.html.markdown rename to mmv1/third_party/terraform/website/docs/d/service_account_access_token.html.markdown diff --git a/third_party/terraform/website/docs/d/service_account_id_token.html.markdown b/mmv1/third_party/terraform/website/docs/d/service_account_id_token.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/service_account_id_token.html.markdown rename to mmv1/third_party/terraform/website/docs/d/service_account_id_token.html.markdown diff --git a/third_party/terraform/website/docs/d/service_account_key.html.markdown b/mmv1/third_party/terraform/website/docs/d/service_account_key.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/service_account_key.html.markdown rename to mmv1/third_party/terraform/website/docs/d/service_account_key.html.markdown diff --git a/third_party/terraform/website/docs/d/signed_url.html.markdown b/mmv1/third_party/terraform/website/docs/d/signed_url.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/signed_url.html.markdown rename to mmv1/third_party/terraform/website/docs/d/signed_url.html.markdown diff --git a/third_party/terraform/website/docs/d/spanner_instance.html.markdown b/mmv1/third_party/terraform/website/docs/d/spanner_instance.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/spanner_instance.html.markdown rename to mmv1/third_party/terraform/website/docs/d/spanner_instance.html.markdown diff --git a/third_party/terraform/website/docs/d/sql_backup_run.html.markdown b/mmv1/third_party/terraform/website/docs/d/sql_backup_run.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/sql_backup_run.html.markdown rename to mmv1/third_party/terraform/website/docs/d/sql_backup_run.html.markdown diff --git a/third_party/terraform/website/docs/d/sql_ca_certs.html.markdown b/mmv1/third_party/terraform/website/docs/d/sql_ca_certs.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/sql_ca_certs.html.markdown rename to mmv1/third_party/terraform/website/docs/d/sql_ca_certs.html.markdown diff --git a/third_party/terraform/website/docs/d/sql_database_instance.html.markdown b/mmv1/third_party/terraform/website/docs/d/sql_database_instance.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/sql_database_instance.html.markdown rename to mmv1/third_party/terraform/website/docs/d/sql_database_instance.html.markdown diff --git a/third_party/terraform/website/docs/d/storage_bucket_object.html.markdown b/mmv1/third_party/terraform/website/docs/d/storage_bucket_object.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/storage_bucket_object.html.markdown rename to mmv1/third_party/terraform/website/docs/d/storage_bucket_object.html.markdown diff --git a/third_party/terraform/website/docs/d/storage_bucket_object_content.html.markdown b/mmv1/third_party/terraform/website/docs/d/storage_bucket_object_content.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/storage_bucket_object_content.html.markdown rename to mmv1/third_party/terraform/website/docs/d/storage_bucket_object_content.html.markdown diff --git a/third_party/terraform/website/docs/d/storage_project_service_account.html.markdown b/mmv1/third_party/terraform/website/docs/d/storage_project_service_account.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/storage_project_service_account.html.markdown rename to mmv1/third_party/terraform/website/docs/d/storage_project_service_account.html.markdown diff --git a/third_party/terraform/website/docs/d/storage_transfer_project_service_account.html.markdown b/mmv1/third_party/terraform/website/docs/d/storage_transfer_project_service_account.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/storage_transfer_project_service_account.html.markdown rename to mmv1/third_party/terraform/website/docs/d/storage_transfer_project_service_account.html.markdown diff --git a/third_party/terraform/website/docs/d/tpu_tensorflow_versions.html.markdown b/mmv1/third_party/terraform/website/docs/d/tpu_tensorflow_versions.html.markdown similarity index 100% rename from third_party/terraform/website/docs/d/tpu_tensorflow_versions.html.markdown rename to mmv1/third_party/terraform/website/docs/d/tpu_tensorflow_versions.html.markdown diff --git a/third_party/terraform/website/docs/guides/getting_started.html.markdown b/mmv1/third_party/terraform/website/docs/guides/getting_started.html.markdown similarity index 100% rename from third_party/terraform/website/docs/guides/getting_started.html.markdown rename to mmv1/third_party/terraform/website/docs/guides/getting_started.html.markdown diff --git a/third_party/terraform/website/docs/guides/iam_deleted_members.html.markdown b/mmv1/third_party/terraform/website/docs/guides/iam_deleted_members.html.markdown similarity index 100% rename from third_party/terraform/website/docs/guides/iam_deleted_members.html.markdown rename to mmv1/third_party/terraform/website/docs/guides/iam_deleted_members.html.markdown diff --git a/third_party/terraform/website/docs/guides/provider_reference.html.markdown b/mmv1/third_party/terraform/website/docs/guides/provider_reference.html.markdown similarity index 100% rename from third_party/terraform/website/docs/guides/provider_reference.html.markdown rename to mmv1/third_party/terraform/website/docs/guides/provider_reference.html.markdown diff --git a/third_party/terraform/website/docs/guides/provider_versions.html.markdown b/mmv1/third_party/terraform/website/docs/guides/provider_versions.html.markdown similarity index 100% rename from third_party/terraform/website/docs/guides/provider_versions.html.markdown rename to mmv1/third_party/terraform/website/docs/guides/provider_versions.html.markdown diff --git a/third_party/terraform/website/docs/guides/using_gke_with_terraform.html.markdown b/mmv1/third_party/terraform/website/docs/guides/using_gke_with_terraform.html.markdown similarity index 100% rename from third_party/terraform/website/docs/guides/using_gke_with_terraform.html.markdown rename to mmv1/third_party/terraform/website/docs/guides/using_gke_with_terraform.html.markdown diff --git a/third_party/terraform/website/docs/guides/version_2_upgrade.html.markdown b/mmv1/third_party/terraform/website/docs/guides/version_2_upgrade.html.markdown similarity index 100% rename from third_party/terraform/website/docs/guides/version_2_upgrade.html.markdown rename to mmv1/third_party/terraform/website/docs/guides/version_2_upgrade.html.markdown diff --git a/third_party/terraform/website/docs/guides/version_3_upgrade.html.markdown b/mmv1/third_party/terraform/website/docs/guides/version_3_upgrade.html.markdown similarity index 100% rename from third_party/terraform/website/docs/guides/version_3_upgrade.html.markdown rename to mmv1/third_party/terraform/website/docs/guides/version_3_upgrade.html.markdown diff --git a/third_party/terraform/website/docs/index.html.markdown b/mmv1/third_party/terraform/website/docs/index.html.markdown similarity index 100% rename from third_party/terraform/website/docs/index.html.markdown rename to mmv1/third_party/terraform/website/docs/index.html.markdown diff --git a/third_party/terraform/website/docs/r/app_engine_application.html.markdown b/mmv1/third_party/terraform/website/docs/r/app_engine_application.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/app_engine_application.html.markdown rename to mmv1/third_party/terraform/website/docs/r/app_engine_application.html.markdown diff --git a/third_party/terraform/website/docs/r/bigquery_dataset_iam.html.markdown b/mmv1/third_party/terraform/website/docs/r/bigquery_dataset_iam.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/bigquery_dataset_iam.html.markdown rename to mmv1/third_party/terraform/website/docs/r/bigquery_dataset_iam.html.markdown diff --git a/third_party/terraform/website/docs/r/bigquery_table.html.markdown b/mmv1/third_party/terraform/website/docs/r/bigquery_table.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/bigquery_table.html.markdown rename to mmv1/third_party/terraform/website/docs/r/bigquery_table.html.markdown diff --git a/third_party/terraform/website/docs/r/bigtable_gc_policy.html.markdown b/mmv1/third_party/terraform/website/docs/r/bigtable_gc_policy.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/bigtable_gc_policy.html.markdown rename to mmv1/third_party/terraform/website/docs/r/bigtable_gc_policy.html.markdown diff --git a/third_party/terraform/website/docs/r/bigtable_instance.html.markdown b/mmv1/third_party/terraform/website/docs/r/bigtable_instance.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/bigtable_instance.html.markdown rename to mmv1/third_party/terraform/website/docs/r/bigtable_instance.html.markdown diff --git a/third_party/terraform/website/docs/r/bigtable_instance_iam.html.markdown b/mmv1/third_party/terraform/website/docs/r/bigtable_instance_iam.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/bigtable_instance_iam.html.markdown rename to mmv1/third_party/terraform/website/docs/r/bigtable_instance_iam.html.markdown diff --git a/third_party/terraform/website/docs/r/bigtable_table.html.markdown b/mmv1/third_party/terraform/website/docs/r/bigtable_table.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/bigtable_table.html.markdown rename to mmv1/third_party/terraform/website/docs/r/bigtable_table.html.markdown diff --git a/third_party/terraform/website/docs/r/bigtable_table_iam.html.markdown b/mmv1/third_party/terraform/website/docs/r/bigtable_table_iam.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/bigtable_table_iam.html.markdown rename to mmv1/third_party/terraform/website/docs/r/bigtable_table_iam.html.markdown diff --git a/third_party/terraform/website/docs/r/billing_account_iam.html.markdown b/mmv1/third_party/terraform/website/docs/r/billing_account_iam.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/billing_account_iam.html.markdown rename to mmv1/third_party/terraform/website/docs/r/billing_account_iam.html.markdown diff --git a/third_party/terraform/website/docs/r/cloudfunctions_function.html.markdown b/mmv1/third_party/terraform/website/docs/r/cloudfunctions_function.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/cloudfunctions_function.html.markdown rename to mmv1/third_party/terraform/website/docs/r/cloudfunctions_function.html.markdown diff --git a/third_party/terraform/website/docs/r/composer_environment.html.markdown b/mmv1/third_party/terraform/website/docs/r/composer_environment.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/composer_environment.html.markdown rename to mmv1/third_party/terraform/website/docs/r/composer_environment.html.markdown diff --git a/third_party/terraform/website/docs/r/compute_attached_disk.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_attached_disk.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/compute_attached_disk.html.markdown rename to mmv1/third_party/terraform/website/docs/r/compute_attached_disk.html.markdown diff --git a/third_party/terraform/website/docs/r/compute_instance.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_instance.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/compute_instance.html.markdown rename to mmv1/third_party/terraform/website/docs/r/compute_instance.html.markdown diff --git a/third_party/terraform/website/docs/r/compute_instance_from_machine_image.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_instance_from_machine_image.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/compute_instance_from_machine_image.html.markdown rename to mmv1/third_party/terraform/website/docs/r/compute_instance_from_machine_image.html.markdown diff --git a/third_party/terraform/website/docs/r/compute_instance_from_template.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_instance_from_template.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/compute_instance_from_template.html.markdown rename to mmv1/third_party/terraform/website/docs/r/compute_instance_from_template.html.markdown diff --git a/third_party/terraform/website/docs/r/compute_instance_group.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_instance_group.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/compute_instance_group.html.markdown rename to mmv1/third_party/terraform/website/docs/r/compute_instance_group.html.markdown diff --git a/third_party/terraform/website/docs/r/compute_instance_group_manager.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_instance_group_manager.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/compute_instance_group_manager.html.markdown rename to mmv1/third_party/terraform/website/docs/r/compute_instance_group_manager.html.markdown diff --git a/third_party/terraform/website/docs/r/compute_instance_template.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_instance_template.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/compute_instance_template.html.markdown rename to mmv1/third_party/terraform/website/docs/r/compute_instance_template.html.markdown diff --git a/third_party/terraform/website/docs/r/compute_network_peering.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_network_peering.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/compute_network_peering.html.markdown rename to mmv1/third_party/terraform/website/docs/r/compute_network_peering.html.markdown diff --git a/third_party/terraform/website/docs/r/compute_project_default_network_tier.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_project_default_network_tier.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/compute_project_default_network_tier.html.markdown rename to mmv1/third_party/terraform/website/docs/r/compute_project_default_network_tier.html.markdown diff --git a/third_party/terraform/website/docs/r/compute_project_metadata.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_project_metadata.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/compute_project_metadata.html.markdown rename to mmv1/third_party/terraform/website/docs/r/compute_project_metadata.html.markdown diff --git a/third_party/terraform/website/docs/r/compute_project_metadata_item.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_project_metadata_item.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/compute_project_metadata_item.html.markdown rename to mmv1/third_party/terraform/website/docs/r/compute_project_metadata_item.html.markdown diff --git a/third_party/terraform/website/docs/r/compute_region_instance_group_manager.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_region_instance_group_manager.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/compute_region_instance_group_manager.html.markdown rename to mmv1/third_party/terraform/website/docs/r/compute_region_instance_group_manager.html.markdown diff --git a/third_party/terraform/website/docs/r/compute_router_interface.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_router_interface.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/compute_router_interface.html.markdown rename to mmv1/third_party/terraform/website/docs/r/compute_router_interface.html.markdown diff --git a/third_party/terraform/website/docs/r/compute_security_policy.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_security_policy.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/compute_security_policy.html.markdown rename to mmv1/third_party/terraform/website/docs/r/compute_security_policy.html.markdown diff --git a/third_party/terraform/website/docs/r/compute_shared_vpc_host_project.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_shared_vpc_host_project.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/compute_shared_vpc_host_project.html.markdown rename to mmv1/third_party/terraform/website/docs/r/compute_shared_vpc_host_project.html.markdown diff --git a/third_party/terraform/website/docs/r/compute_shared_vpc_service_project.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_shared_vpc_service_project.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/compute_shared_vpc_service_project.html.markdown rename to mmv1/third_party/terraform/website/docs/r/compute_shared_vpc_service_project.html.markdown diff --git a/third_party/terraform/website/docs/r/compute_target_pool.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_target_pool.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/compute_target_pool.html.markdown rename to mmv1/third_party/terraform/website/docs/r/compute_target_pool.html.markdown diff --git a/third_party/terraform/website/docs/r/container_cluster.html.markdown b/mmv1/third_party/terraform/website/docs/r/container_cluster.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/container_cluster.html.markdown rename to mmv1/third_party/terraform/website/docs/r/container_cluster.html.markdown diff --git a/third_party/terraform/website/docs/r/container_node_pool.html.markdown b/mmv1/third_party/terraform/website/docs/r/container_node_pool.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/container_node_pool.html.markdown rename to mmv1/third_party/terraform/website/docs/r/container_node_pool.html.markdown diff --git a/third_party/terraform/website/docs/r/container_registry.html.markdown b/mmv1/third_party/terraform/website/docs/r/container_registry.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/container_registry.html.markdown rename to mmv1/third_party/terraform/website/docs/r/container_registry.html.markdown diff --git a/third_party/terraform/website/docs/r/dataflow_flex_template_job.html.markdown b/mmv1/third_party/terraform/website/docs/r/dataflow_flex_template_job.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/dataflow_flex_template_job.html.markdown rename to mmv1/third_party/terraform/website/docs/r/dataflow_flex_template_job.html.markdown diff --git a/third_party/terraform/website/docs/r/dataflow_job.html.markdown b/mmv1/third_party/terraform/website/docs/r/dataflow_job.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/dataflow_job.html.markdown rename to mmv1/third_party/terraform/website/docs/r/dataflow_job.html.markdown diff --git a/third_party/terraform/website/docs/r/dataproc_cluster.html.markdown b/mmv1/third_party/terraform/website/docs/r/dataproc_cluster.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/dataproc_cluster.html.markdown rename to mmv1/third_party/terraform/website/docs/r/dataproc_cluster.html.markdown diff --git a/third_party/terraform/website/docs/r/dataproc_cluster_iam.html.markdown b/mmv1/third_party/terraform/website/docs/r/dataproc_cluster_iam.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/dataproc_cluster_iam.html.markdown rename to mmv1/third_party/terraform/website/docs/r/dataproc_cluster_iam.html.markdown diff --git a/third_party/terraform/website/docs/r/dataproc_job.html.markdown b/mmv1/third_party/terraform/website/docs/r/dataproc_job.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/dataproc_job.html.markdown rename to mmv1/third_party/terraform/website/docs/r/dataproc_job.html.markdown diff --git a/third_party/terraform/website/docs/r/dataproc_job_iam.html.markdown b/mmv1/third_party/terraform/website/docs/r/dataproc_job_iam.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/dataproc_job_iam.html.markdown rename to mmv1/third_party/terraform/website/docs/r/dataproc_job_iam.html.markdown diff --git a/third_party/terraform/website/docs/r/dns_record_set.html.markdown b/mmv1/third_party/terraform/website/docs/r/dns_record_set.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/dns_record_set.html.markdown rename to mmv1/third_party/terraform/website/docs/r/dns_record_set.html.markdown diff --git a/third_party/terraform/website/docs/r/endpoints_service.html.markdown b/mmv1/third_party/terraform/website/docs/r/endpoints_service.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/endpoints_service.html.markdown rename to mmv1/third_party/terraform/website/docs/r/endpoints_service.html.markdown diff --git a/third_party/terraform/website/docs/r/google_billing_subaccount.html.markdown b/mmv1/third_party/terraform/website/docs/r/google_billing_subaccount.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/google_billing_subaccount.html.markdown rename to mmv1/third_party/terraform/website/docs/r/google_billing_subaccount.html.markdown diff --git a/third_party/terraform/website/docs/r/google_folder.html.markdown b/mmv1/third_party/terraform/website/docs/r/google_folder.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/google_folder.html.markdown rename to mmv1/third_party/terraform/website/docs/r/google_folder.html.markdown diff --git a/third_party/terraform/website/docs/r/google_folder_iam.html.markdown b/mmv1/third_party/terraform/website/docs/r/google_folder_iam.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/google_folder_iam.html.markdown rename to mmv1/third_party/terraform/website/docs/r/google_folder_iam.html.markdown diff --git a/third_party/terraform/website/docs/r/google_folder_organization_policy.html.markdown b/mmv1/third_party/terraform/website/docs/r/google_folder_organization_policy.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/google_folder_organization_policy.html.markdown rename to mmv1/third_party/terraform/website/docs/r/google_folder_organization_policy.html.markdown diff --git a/third_party/terraform/website/docs/r/google_kms_crypto_key_iam.html.markdown b/mmv1/third_party/terraform/website/docs/r/google_kms_crypto_key_iam.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/google_kms_crypto_key_iam.html.markdown rename to mmv1/third_party/terraform/website/docs/r/google_kms_crypto_key_iam.html.markdown diff --git a/third_party/terraform/website/docs/r/google_kms_key_ring_iam.html.markdown b/mmv1/third_party/terraform/website/docs/r/google_kms_key_ring_iam.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/google_kms_key_ring_iam.html.markdown rename to mmv1/third_party/terraform/website/docs/r/google_kms_key_ring_iam.html.markdown diff --git a/third_party/terraform/website/docs/r/google_organization_iam.html.markdown b/mmv1/third_party/terraform/website/docs/r/google_organization_iam.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/google_organization_iam.html.markdown rename to mmv1/third_party/terraform/website/docs/r/google_organization_iam.html.markdown diff --git a/third_party/terraform/website/docs/r/google_organization_iam_custom_role.html.markdown b/mmv1/third_party/terraform/website/docs/r/google_organization_iam_custom_role.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/google_organization_iam_custom_role.html.markdown rename to mmv1/third_party/terraform/website/docs/r/google_organization_iam_custom_role.html.markdown diff --git a/third_party/terraform/website/docs/r/google_organization_policy.html.markdown b/mmv1/third_party/terraform/website/docs/r/google_organization_policy.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/google_organization_policy.html.markdown rename to mmv1/third_party/terraform/website/docs/r/google_organization_policy.html.markdown diff --git a/third_party/terraform/website/docs/r/google_project.html.markdown b/mmv1/third_party/terraform/website/docs/r/google_project.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/google_project.html.markdown rename to mmv1/third_party/terraform/website/docs/r/google_project.html.markdown diff --git a/third_party/terraform/website/docs/r/google_project_default_service_accounts.html.markdown b/mmv1/third_party/terraform/website/docs/r/google_project_default_service_accounts.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/google_project_default_service_accounts.html.markdown rename to mmv1/third_party/terraform/website/docs/r/google_project_default_service_accounts.html.markdown diff --git a/third_party/terraform/website/docs/r/google_project_iam.html.markdown b/mmv1/third_party/terraform/website/docs/r/google_project_iam.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/google_project_iam.html.markdown rename to mmv1/third_party/terraform/website/docs/r/google_project_iam.html.markdown diff --git a/third_party/terraform/website/docs/r/google_project_iam_custom_role.html.markdown b/mmv1/third_party/terraform/website/docs/r/google_project_iam_custom_role.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/google_project_iam_custom_role.html.markdown rename to mmv1/third_party/terraform/website/docs/r/google_project_iam_custom_role.html.markdown diff --git a/third_party/terraform/website/docs/r/google_project_organization_policy.html.markdown b/mmv1/third_party/terraform/website/docs/r/google_project_organization_policy.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/google_project_organization_policy.html.markdown rename to mmv1/third_party/terraform/website/docs/r/google_project_organization_policy.html.markdown diff --git a/third_party/terraform/website/docs/r/google_project_service.html.markdown b/mmv1/third_party/terraform/website/docs/r/google_project_service.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/google_project_service.html.markdown rename to mmv1/third_party/terraform/website/docs/r/google_project_service.html.markdown diff --git a/third_party/terraform/website/docs/r/google_service_account.html.markdown b/mmv1/third_party/terraform/website/docs/r/google_service_account.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/google_service_account.html.markdown rename to mmv1/third_party/terraform/website/docs/r/google_service_account.html.markdown diff --git a/third_party/terraform/website/docs/r/google_service_account_iam.html.markdown b/mmv1/third_party/terraform/website/docs/r/google_service_account_iam.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/google_service_account_iam.html.markdown rename to mmv1/third_party/terraform/website/docs/r/google_service_account_iam.html.markdown diff --git a/third_party/terraform/website/docs/r/google_service_account_key.html.markdown b/mmv1/third_party/terraform/website/docs/r/google_service_account_key.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/google_service_account_key.html.markdown rename to mmv1/third_party/terraform/website/docs/r/google_service_account_key.html.markdown diff --git a/third_party/terraform/website/docs/r/healthcare_dataset_iam.html.markdown b/mmv1/third_party/terraform/website/docs/r/healthcare_dataset_iam.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/healthcare_dataset_iam.html.markdown rename to mmv1/third_party/terraform/website/docs/r/healthcare_dataset_iam.html.markdown diff --git a/third_party/terraform/website/docs/r/healthcare_dicom_store_iam.html.markdown b/mmv1/third_party/terraform/website/docs/r/healthcare_dicom_store_iam.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/healthcare_dicom_store_iam.html.markdown rename to mmv1/third_party/terraform/website/docs/r/healthcare_dicom_store_iam.html.markdown diff --git a/third_party/terraform/website/docs/r/healthcare_fhir_store_iam.html.markdown b/mmv1/third_party/terraform/website/docs/r/healthcare_fhir_store_iam.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/healthcare_fhir_store_iam.html.markdown rename to mmv1/third_party/terraform/website/docs/r/healthcare_fhir_store_iam.html.markdown diff --git a/third_party/terraform/website/docs/r/healthcare_hl7_v2_store_iam.html.markdown b/mmv1/third_party/terraform/website/docs/r/healthcare_hl7_v2_store_iam.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/healthcare_hl7_v2_store_iam.html.markdown rename to mmv1/third_party/terraform/website/docs/r/healthcare_hl7_v2_store_iam.html.markdown diff --git a/third_party/terraform/website/docs/r/logging_billing_account_bucket_config.html.markdown b/mmv1/third_party/terraform/website/docs/r/logging_billing_account_bucket_config.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/logging_billing_account_bucket_config.html.markdown rename to mmv1/third_party/terraform/website/docs/r/logging_billing_account_bucket_config.html.markdown diff --git a/third_party/terraform/website/docs/r/logging_billing_account_exclusion.html.markdown b/mmv1/third_party/terraform/website/docs/r/logging_billing_account_exclusion.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/logging_billing_account_exclusion.html.markdown rename to mmv1/third_party/terraform/website/docs/r/logging_billing_account_exclusion.html.markdown diff --git a/third_party/terraform/website/docs/r/logging_billing_account_sink.html.markdown b/mmv1/third_party/terraform/website/docs/r/logging_billing_account_sink.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/logging_billing_account_sink.html.markdown rename to mmv1/third_party/terraform/website/docs/r/logging_billing_account_sink.html.markdown diff --git a/third_party/terraform/website/docs/r/logging_folder_bucket_config.html.markdown b/mmv1/third_party/terraform/website/docs/r/logging_folder_bucket_config.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/logging_folder_bucket_config.html.markdown rename to mmv1/third_party/terraform/website/docs/r/logging_folder_bucket_config.html.markdown diff --git a/third_party/terraform/website/docs/r/logging_folder_exclusion.html.markdown b/mmv1/third_party/terraform/website/docs/r/logging_folder_exclusion.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/logging_folder_exclusion.html.markdown rename to mmv1/third_party/terraform/website/docs/r/logging_folder_exclusion.html.markdown diff --git a/third_party/terraform/website/docs/r/logging_folder_sink.html.markdown b/mmv1/third_party/terraform/website/docs/r/logging_folder_sink.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/logging_folder_sink.html.markdown rename to mmv1/third_party/terraform/website/docs/r/logging_folder_sink.html.markdown diff --git a/third_party/terraform/website/docs/r/logging_organization_bucket_config.html.markdown b/mmv1/third_party/terraform/website/docs/r/logging_organization_bucket_config.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/logging_organization_bucket_config.html.markdown rename to mmv1/third_party/terraform/website/docs/r/logging_organization_bucket_config.html.markdown diff --git a/third_party/terraform/website/docs/r/logging_organization_exclusion.html.markdown b/mmv1/third_party/terraform/website/docs/r/logging_organization_exclusion.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/logging_organization_exclusion.html.markdown rename to mmv1/third_party/terraform/website/docs/r/logging_organization_exclusion.html.markdown diff --git a/third_party/terraform/website/docs/r/logging_organization_sink.html.markdown b/mmv1/third_party/terraform/website/docs/r/logging_organization_sink.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/logging_organization_sink.html.markdown rename to mmv1/third_party/terraform/website/docs/r/logging_organization_sink.html.markdown diff --git a/third_party/terraform/website/docs/r/logging_project_bucket_config.html.markdown b/mmv1/third_party/terraform/website/docs/r/logging_project_bucket_config.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/logging_project_bucket_config.html.markdown rename to mmv1/third_party/terraform/website/docs/r/logging_project_bucket_config.html.markdown diff --git a/third_party/terraform/website/docs/r/logging_project_exclusion.html.markdown b/mmv1/third_party/terraform/website/docs/r/logging_project_exclusion.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/logging_project_exclusion.html.markdown rename to mmv1/third_party/terraform/website/docs/r/logging_project_exclusion.html.markdown diff --git a/third_party/terraform/website/docs/r/logging_project_sink.html.markdown b/mmv1/third_party/terraform/website/docs/r/logging_project_sink.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/logging_project_sink.html.markdown rename to mmv1/third_party/terraform/website/docs/r/logging_project_sink.html.markdown diff --git a/third_party/terraform/website/docs/r/monitoring_dashboard.html.markdown b/mmv1/third_party/terraform/website/docs/r/monitoring_dashboard.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/monitoring_dashboard.html.markdown rename to mmv1/third_party/terraform/website/docs/r/monitoring_dashboard.html.markdown diff --git a/third_party/terraform/website/docs/r/project_service_identity.html.markdown b/mmv1/third_party/terraform/website/docs/r/project_service_identity.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/project_service_identity.html.markdown rename to mmv1/third_party/terraform/website/docs/r/project_service_identity.html.markdown diff --git a/third_party/terraform/website/docs/r/pubsub_subscription_iam.html.markdown b/mmv1/third_party/terraform/website/docs/r/pubsub_subscription_iam.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/pubsub_subscription_iam.html.markdown rename to mmv1/third_party/terraform/website/docs/r/pubsub_subscription_iam.html.markdown diff --git a/third_party/terraform/website/docs/r/runtimeconfig_config.html.markdown b/mmv1/third_party/terraform/website/docs/r/runtimeconfig_config.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/runtimeconfig_config.html.markdown rename to mmv1/third_party/terraform/website/docs/r/runtimeconfig_config.html.markdown diff --git a/third_party/terraform/website/docs/r/runtimeconfig_variable.html.markdown b/mmv1/third_party/terraform/website/docs/r/runtimeconfig_variable.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/runtimeconfig_variable.html.markdown rename to mmv1/third_party/terraform/website/docs/r/runtimeconfig_variable.html.markdown diff --git a/third_party/terraform/website/docs/r/service_networking_connection.html.markdown b/mmv1/third_party/terraform/website/docs/r/service_networking_connection.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/service_networking_connection.html.markdown rename to mmv1/third_party/terraform/website/docs/r/service_networking_connection.html.markdown diff --git a/third_party/terraform/website/docs/r/spanner_database_iam.html.markdown b/mmv1/third_party/terraform/website/docs/r/spanner_database_iam.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/spanner_database_iam.html.markdown rename to mmv1/third_party/terraform/website/docs/r/spanner_database_iam.html.markdown diff --git a/third_party/terraform/website/docs/r/spanner_instance_iam.html.markdown b/mmv1/third_party/terraform/website/docs/r/spanner_instance_iam.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/spanner_instance_iam.html.markdown rename to mmv1/third_party/terraform/website/docs/r/spanner_instance_iam.html.markdown diff --git a/third_party/terraform/website/docs/r/sql_database_instance.html.markdown b/mmv1/third_party/terraform/website/docs/r/sql_database_instance.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/sql_database_instance.html.markdown rename to mmv1/third_party/terraform/website/docs/r/sql_database_instance.html.markdown diff --git a/third_party/terraform/website/docs/r/sql_ssl_cert.html.markdown b/mmv1/third_party/terraform/website/docs/r/sql_ssl_cert.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/sql_ssl_cert.html.markdown rename to mmv1/third_party/terraform/website/docs/r/sql_ssl_cert.html.markdown diff --git a/third_party/terraform/website/docs/r/sql_user.html.markdown b/mmv1/third_party/terraform/website/docs/r/sql_user.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/sql_user.html.markdown rename to mmv1/third_party/terraform/website/docs/r/sql_user.html.markdown diff --git a/third_party/terraform/website/docs/r/storage_bucket.html.markdown b/mmv1/third_party/terraform/website/docs/r/storage_bucket.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/storage_bucket.html.markdown rename to mmv1/third_party/terraform/website/docs/r/storage_bucket.html.markdown diff --git a/third_party/terraform/website/docs/r/storage_bucket_acl.html.markdown b/mmv1/third_party/terraform/website/docs/r/storage_bucket_acl.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/storage_bucket_acl.html.markdown rename to mmv1/third_party/terraform/website/docs/r/storage_bucket_acl.html.markdown diff --git a/third_party/terraform/website/docs/r/storage_bucket_object.html.markdown b/mmv1/third_party/terraform/website/docs/r/storage_bucket_object.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/storage_bucket_object.html.markdown rename to mmv1/third_party/terraform/website/docs/r/storage_bucket_object.html.markdown diff --git a/third_party/terraform/website/docs/r/storage_default_object_acl.html.markdown b/mmv1/third_party/terraform/website/docs/r/storage_default_object_acl.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/storage_default_object_acl.html.markdown rename to mmv1/third_party/terraform/website/docs/r/storage_default_object_acl.html.markdown diff --git a/third_party/terraform/website/docs/r/storage_notification.html.markdown b/mmv1/third_party/terraform/website/docs/r/storage_notification.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/storage_notification.html.markdown rename to mmv1/third_party/terraform/website/docs/r/storage_notification.html.markdown diff --git a/third_party/terraform/website/docs/r/storage_object_acl.html.markdown b/mmv1/third_party/terraform/website/docs/r/storage_object_acl.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/storage_object_acl.html.markdown rename to mmv1/third_party/terraform/website/docs/r/storage_object_acl.html.markdown diff --git a/third_party/terraform/website/docs/r/storage_transfer_job.html.markdown b/mmv1/third_party/terraform/website/docs/r/storage_transfer_job.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/storage_transfer_job.html.markdown rename to mmv1/third_party/terraform/website/docs/r/storage_transfer_job.html.markdown diff --git a/third_party/terraform/website/docs/r/usage_export_bucket.html.markdown b/mmv1/third_party/terraform/website/docs/r/usage_export_bucket.html.markdown similarity index 100% rename from third_party/terraform/website/docs/r/usage_export_bucket.html.markdown rename to mmv1/third_party/terraform/website/docs/r/usage_export_bucket.html.markdown diff --git a/third_party/terraform/website/google.erb.tmpl b/mmv1/third_party/terraform/website/google.erb.tmpl similarity index 100% rename from third_party/terraform/website/google.erb.tmpl rename to mmv1/third_party/terraform/website/google.erb.tmpl diff --git a/third_party/validator/cai.go b/mmv1/third_party/validator/cai.go similarity index 100% rename from third_party/validator/cai.go rename to mmv1/third_party/validator/cai.go diff --git a/third_party/validator/cai_test.go b/mmv1/third_party/validator/cai_test.go similarity index 100% rename from third_party/validator/cai_test.go rename to mmv1/third_party/validator/cai_test.go diff --git a/third_party/validator/compute_instance.go b/mmv1/third_party/validator/compute_instance.go similarity index 100% rename from third_party/validator/compute_instance.go rename to mmv1/third_party/validator/compute_instance.go diff --git a/third_party/validator/constants.go b/mmv1/third_party/validator/constants.go similarity index 100% rename from third_party/validator/constants.go rename to mmv1/third_party/validator/constants.go diff --git a/third_party/validator/container.go b/mmv1/third_party/validator/container.go similarity index 100% rename from third_party/validator/container.go rename to mmv1/third_party/validator/container.go diff --git a/third_party/validator/folder_iam.go b/mmv1/third_party/validator/folder_iam.go similarity index 100% rename from third_party/validator/folder_iam.go rename to mmv1/third_party/validator/folder_iam.go diff --git a/third_party/validator/iam_helpers.go b/mmv1/third_party/validator/iam_helpers.go similarity index 100% rename from third_party/validator/iam_helpers.go rename to mmv1/third_party/validator/iam_helpers.go diff --git a/third_party/validator/iam_helpers_test.go b/mmv1/third_party/validator/iam_helpers_test.go similarity index 100% rename from third_party/validator/iam_helpers_test.go rename to mmv1/third_party/validator/iam_helpers_test.go diff --git a/third_party/validator/json_map.go b/mmv1/third_party/validator/json_map.go similarity index 100% rename from third_party/validator/json_map.go rename to mmv1/third_party/validator/json_map.go diff --git a/third_party/validator/monitoring_slo_helper.go b/mmv1/third_party/validator/monitoring_slo_helper.go similarity index 100% rename from third_party/validator/monitoring_slo_helper.go rename to mmv1/third_party/validator/monitoring_slo_helper.go diff --git a/third_party/validator/organization_iam.go b/mmv1/third_party/validator/organization_iam.go similarity index 100% rename from third_party/validator/organization_iam.go rename to mmv1/third_party/validator/organization_iam.go diff --git a/third_party/validator/project.go b/mmv1/third_party/validator/project.go similarity index 100% rename from third_party/validator/project.go rename to mmv1/third_party/validator/project.go diff --git a/third_party/validator/project_iam.go b/mmv1/third_party/validator/project_iam.go similarity index 100% rename from third_party/validator/project_iam.go rename to mmv1/third_party/validator/project_iam.go diff --git a/third_party/validator/project_organization_policy.go b/mmv1/third_party/validator/project_organization_policy.go similarity index 100% rename from third_party/validator/project_organization_policy.go rename to mmv1/third_party/validator/project_organization_policy.go diff --git a/third_party/validator/project_service.go b/mmv1/third_party/validator/project_service.go similarity index 100% rename from third_party/validator/project_service.go rename to mmv1/third_party/validator/project_service.go diff --git a/third_party/validator/project_service_test.go b/mmv1/third_party/validator/project_service_test.go similarity index 100% rename from third_party/validator/project_service_test.go rename to mmv1/third_party/validator/project_service_test.go diff --git a/third_party/validator/sql_database_instance.go b/mmv1/third_party/validator/sql_database_instance.go similarity index 100% rename from third_party/validator/sql_database_instance.go rename to mmv1/third_party/validator/sql_database_instance.go diff --git a/third_party/validator/storage_bucket.go b/mmv1/third_party/validator/storage_bucket.go similarity index 100% rename from third_party/validator/storage_bucket.go rename to mmv1/third_party/validator/storage_bucket.go diff --git a/third_party/validator/storage_bucket_iam.go b/mmv1/third_party/validator/storage_bucket_iam.go similarity index 100% rename from third_party/validator/storage_bucket_iam.go rename to mmv1/third_party/validator/storage_bucket_iam.go diff --git a/tools/ansible-pr/README.md b/mmv1/tools/ansible-pr/README.md similarity index 100% rename from tools/ansible-pr/README.md rename to mmv1/tools/ansible-pr/README.md diff --git a/tools/ansible-pr/generate_template.rb b/mmv1/tools/ansible-pr/generate_template.rb similarity index 100% rename from tools/ansible-pr/generate_template.rb rename to mmv1/tools/ansible-pr/generate_template.rb diff --git a/tools/ansible-pr/run.sh b/mmv1/tools/ansible-pr/run.sh similarity index 100% rename from tools/ansible-pr/run.sh rename to mmv1/tools/ansible-pr/run.sh diff --git a/tools/bootstrap b/mmv1/tools/bootstrap similarity index 100% rename from tools/bootstrap rename to mmv1/tools/bootstrap diff --git a/tools/builder/.byebug_history b/mmv1/tools/builder/.byebug_history similarity index 100% rename from tools/builder/.byebug_history rename to mmv1/tools/builder/.byebug_history diff --git a/tools/builder/README.md b/mmv1/tools/builder/README.md similarity index 100% rename from tools/builder/README.md rename to mmv1/tools/builder/README.md diff --git a/tools/builder/api.rb b/mmv1/tools/builder/api.rb similarity index 100% rename from tools/builder/api.rb rename to mmv1/tools/builder/api.rb diff --git a/tools/builder/run.rb b/mmv1/tools/builder/run.rb similarity index 100% rename from tools/builder/run.rb rename to mmv1/tools/builder/run.rb diff --git a/tools/doctor b/mmv1/tools/doctor similarity index 100% rename from tools/doctor rename to mmv1/tools/doctor diff --git a/tools/linter/README.md b/mmv1/tools/linter/README.md similarity index 100% rename from tools/linter/README.md rename to mmv1/tools/linter/README.md diff --git a/tools/linter/discovery.rb b/mmv1/tools/linter/discovery.rb similarity index 100% rename from tools/linter/discovery.rb rename to mmv1/tools/linter/discovery.rb diff --git a/tools/linter/docs.yaml b/mmv1/tools/linter/docs.yaml similarity index 100% rename from tools/linter/docs.yaml rename to mmv1/tools/linter/docs.yaml diff --git a/tools/linter/excluded-apis.txt b/mmv1/tools/linter/excluded-apis.txt similarity index 100% rename from tools/linter/excluded-apis.txt rename to mmv1/tools/linter/excluded-apis.txt diff --git a/tools/linter/fetcher.rb b/mmv1/tools/linter/fetcher.rb similarity index 100% rename from tools/linter/fetcher.rb rename to mmv1/tools/linter/fetcher.rb diff --git a/tools/linter/make-doc-list.sh b/mmv1/tools/linter/make-doc-list.sh similarity index 100% rename from tools/linter/make-doc-list.sh rename to mmv1/tools/linter/make-doc-list.sh diff --git a/tools/linter/run.rb b/mmv1/tools/linter/run.rb similarity index 100% rename from tools/linter/run.rb rename to mmv1/tools/linter/run.rb diff --git a/tools/linter/spreadsheet.rb b/mmv1/tools/linter/spreadsheet.rb similarity index 100% rename from tools/linter/spreadsheet.rb rename to mmv1/tools/linter/spreadsheet.rb diff --git a/tools/linter/spreadsheet/csv_formatter.rb b/mmv1/tools/linter/spreadsheet/csv_formatter.rb similarity index 100% rename from tools/linter/spreadsheet/csv_formatter.rb rename to mmv1/tools/linter/spreadsheet/csv_formatter.rb diff --git a/tools/linter/tests/test_runner.rb b/mmv1/tools/linter/tests/test_runner.rb similarity index 100% rename from tools/linter/tests/test_runner.rb rename to mmv1/tools/linter/tests/test_runner.rb diff --git a/tools/linter/tests/tests.rb b/mmv1/tools/linter/tests/tests.rb similarity index 100% rename from tools/linter/tests/tests.rb rename to mmv1/tools/linter/tests/tests.rb diff --git a/tools/setup/ansible b/mmv1/tools/setup/ansible similarity index 100% rename from tools/setup/ansible rename to mmv1/tools/setup/ansible