terraform-provider-google/google
letic cf3c406fee Completely remove App Engine region validation list
As requested in :
https://github.com/terraform-providers/terraform-provider-google/pull/3674
2019-05-23 18:24:44 +02:00
..
test-fixtures Pass the terraform resource into all flatten methods 2018-12-20 17:22:22 -08:00
access_context_manager_operation.go Bring Access Context Manager / VPC Service Controls to GA (#3358) 2019-04-02 10:59:05 -07:00
appengine_operation.go Adding nil guards to the wait operations (#2936) 2019-01-25 13:03:43 -08:00
bigtable_client_factory.go Removed useless log statement, changed client factory receivers from pointers to struct. 2017-07-11 16:13:46 -07:00
bootstrap_utils_test.go Add Support for Database Encryption to GKE (#3550) 2019-05-06 12:35:40 -07:00
cloudfunctions_operation.go timeout is now passed to operation wait (#3082) 2019-02-21 17:53:27 -08:00
common_operation.go Add support for Firestore Index (#3484) 2019-04-25 10:12:48 -07:00
composer_operation.go Adding nil guards to the wait operations (#2936) 2019-01-25 13:03:43 -08:00
compute_instance_helpers.go Add support for Shielded VMs to compute_instance and compute_instance_template (#3209) (#3531) 2019-05-16 10:18:53 -07:00
compute_operation.go Adding nil guards to the wait operations (#2936) 2019-01-25 13:03:43 -08:00
compute_shared_operation.go Add label support to google_compute_snapshot (#570) 2017-10-13 15:36:03 -07:00
config.go Use new client invocation with client libs (#3532) 2019-05-01 14:05:09 -07:00
config_test.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
container_operation.go Fix container wait operations (#2941) 2019-01-25 16:28:54 -08:00
convert.go Add a method for converting structs -> maps when bridging MM -> TF (#3223) 2019-03-13 08:45:54 -07:00
convert_test.go Fix golangci-lint errors (#3059) 2019-02-14 16:00:35 -08:00
data_source_compute_lb_ip_ranges.go d/compute_lb_ip_ranges: Add new data source 2017-10-10 22:07:21 +01:00
data_source_compute_lb_ip_ranges_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
data_source_container_registry_image.go New simple data sources for GCR Repo and Image. (#954) 2018-01-17 18:47:25 -08:00
data_source_container_registry_repository.go New simple data sources for GCR Repo and Image. (#954) 2018-01-17 18:47:25 -08:00
data_source_container_registry_test.go New simple data sources for GCR Repo and Image. (#954) 2018-01-17 18:47:25 -08:00
data_source_dns_managed_zone.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
data_source_dns_managed_zone_test.go update data source tests that compare lists of fields to compare all fields (#3652) 2019-05-20 16:11:01 -07:00
data_source_google_active_folder.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
data_source_google_active_folder_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
data_source_google_billing_account.go Improve error handling for data sources not found (#1077) 2018-02-13 11:19:59 -08:00
data_source_google_billing_account_test.go Add 'google_billing_account' data source (#889) 2017-12-21 16:09:58 -08:00
data_source_google_client_config.go Diff suppress storage transfer job start_time_of_day (#3655) 2019-05-20 12:59:06 -07:00
data_source_google_client_config_test.go Diff suppress storage transfer job start_time_of_day (#3655) 2019-05-20 12:59:06 -07:00
data_source_google_client_openid_userinfo.go Add a datasource for retrieving the client email from OpenID Connect (#3103) 2019-02-25 12:39:12 -08:00
data_source_google_client_openid_userinfo_test.go Add a datasource for retrieving the client email from OpenID Connect (#3103) 2019-02-25 12:39:12 -08:00
data_source_google_cloudfunctions_function.go remove trigger_bucket and trigger_topic 2018-12-20 17:22:22 -08:00
data_source_google_cloudfunctions_function_test.go update data source tests that compare lists of fields to compare all fields (#3652) 2019-05-20 16:11:01 -07:00
data_source_google_compute_address.go Various linter cleanups (conversions, unused, misspellings) (#2681) 2018-12-20 17:22:22 -08:00
data_source_google_compute_address_test.go Fix golangci-lint errors (#3059) 2019-02-14 16:00:35 -08:00
data_source_google_compute_backend_service.go Datasource for Backend Services (#1150) 2018-03-12 15:09:30 -07:00
data_source_google_compute_backend_service_test.go update data source tests that compare lists of fields to compare all fields (#3652) 2019-05-20 16:11:01 -07:00
data_source_google_compute_default_service_account.go Export data.google_compute_default_service_account.name (#2778) 2019-01-03 12:57:57 -08:00
data_source_google_compute_default_service_account_test.go Export data.google_compute_default_service_account.name (#2778) 2019-01-03 12:57:57 -08:00
data_source_google_compute_forwarding_rule.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
data_source_google_compute_forwarding_rule_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
data_source_google_compute_global_address.go Various linter cleanups (conversions, unused, misspellings) (#2681) 2018-12-20 17:22:22 -08:00
data_source_google_compute_global_address_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
data_source_google_compute_image.go Fix our calls to d.Set that returned errors. 2018-03-19 09:47:33 -07:00
data_source_google_compute_image_test.go Add tests for the "compute_image" datasource 2017-12-05 00:09:20 +01:00
data_source_google_compute_instance.go Add support for Shielded VMs to compute_instance and compute_instance_template (#3209) (#3531) 2019-05-16 10:18:53 -07:00
data_source_google_compute_instance_group.go Add wait_for_instances field to IGM and self_link option to the IG data source (#1222) 2018-03-20 14:20:43 -07:00
data_source_google_compute_instance_group_test.go Fix whitespace. 2018-08-15 13:23:31 -07:00
data_source_google_compute_instance_test.go Bring forwards/backwards compatible 0.12 syntax to HEAD (#2984) 2019-02-01 14:45:29 -08:00
data_source_google_compute_network.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
data_source_google_compute_network_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
data_source_google_compute_node_types.go Add compute node types and templates (#3446) 2019-04-22 15:32:58 -07:00
data_source_google_compute_node_types_test.go Add compute node types and templates (#3446) 2019-04-22 15:32:58 -07:00
data_source_google_compute_region_instance_group.go Add a datasource for google_compute_instance (#1906) 2018-09-18 09:02:48 -07:00
data_source_google_compute_region_instance_group_test.go Various CI test fixes (#3018) 2019-02-08 12:05:39 -08:00
data_source_google_compute_regions.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
data_source_google_compute_regions_test.go Add new google_compute_regions (#1603) 2018-06-07 09:52:12 -07:00
data_source_google_compute_ssl_policy.go New resource/datasource: SSL Policy (#1247) 2018-03-26 16:53:35 -07:00
data_source_google_compute_ssl_policy_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
data_source_google_compute_subnetwork.go Add back Computed to subnetwork datasource's self_link (#3156) 2019-02-28 16:02:45 -08:00
data_source_google_compute_subnetwork_test.go Add self_link to subnetwork datasource (#3040) 2019-02-15 10:26:44 -08:00
data_source_google_compute_vpn_gateway.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
data_source_google_compute_vpn_gateway_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
data_source_google_compute_zones.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
data_source_google_compute_zones_test.go s/TestAccGoogle/TestAcc/ (#1121) 2018-02-23 15:14:24 -08:00
data_source_google_container_cluster.go Add location / node_locations fields to GKE (#3114) 2019-03-13 09:32:46 -07:00
data_source_google_container_cluster_test.go update data source tests that compare lists of fields to compare all fields (#3652) 2019-05-20 16:11:01 -07:00
data_source_google_container_engine_versions.go Add location / node_locations fields to GKE (#3114) 2019-03-13 09:32:46 -07:00
data_source_google_container_engine_versions_test.go Add location / node_locations fields to GKE (#3114) 2019-03-13 09:32:46 -07:00
data_source_google_folder.go google folder data source (#1280) 2018-04-05 16:59:47 -07:00
data_source_google_folder_organization_policy.go Adding datasources for folder and project org policy (#3137) 2019-03-14 09:45:45 -07:00
data_source_google_folder_organization_policy_test.go update data source tests that compare lists of fields to compare all fields (#3652) 2019-05-20 16:11:01 -07:00
data_source_google_folder_test.go google folder data source (#1280) 2018-04-05 16:59:47 -07:00
data_source_google_iam_policy.go Add support for Audit Configs (#2687) 2018-12-20 21:36:11 -08:00
data_source_google_iam_role.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
data_source_google_iam_role_test.go Add support for data source 'google_iam_role' (#2482) 2018-12-20 17:22:22 -08:00
data_source_google_kms_crypto_key.go Data Sources for KMS Key Ring and Key (#2891) 2019-01-17 16:12:22 -08:00
data_source_google_kms_crypto_key_test.go Misc minor fixes (#3207) 2019-03-08 16:52:04 -08:00
data_source_google_kms_key_ring.go Data Sources for KMS Key Ring and Key (#2891) 2019-01-17 16:12:22 -08:00
data_source_google_kms_key_ring_test.go Misc minor fixes (#3207) 2019-03-08 16:52:04 -08:00
data_source_google_kms_secret.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
data_source_google_kms_secret_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
data_source_google_netblock_ip_ranges.go [terraform] update cidr_blocks to fix ipv6 parsing issues and improve testing (#3390) 2019-04-05 11:10:12 -07:00
data_source_google_netblock_ip_ranges_test.go [terraform] update cidr_blocks to fix ipv6 parsing issues and improve testing (#3390) 2019-04-05 11:10:12 -07:00
data_source_google_organization.go Improve error handling for data sources not found (#1077) 2018-02-13 11:19:59 -08:00
data_source_google_organization_test.go Add 'google_organization' data source (#887) 2017-12-21 16:12:44 -08:00
data_source_google_project.go Data source for retrieving project information (#1111) 2018-02-28 12:37:24 -08:00
data_source_google_project_organization_policy.go Adding datasources for folder and project org policy (#3137) 2019-03-14 09:45:45 -07:00
data_source_google_project_organization_policy_test.go update data source tests that compare lists of fields to compare all fields (#3652) 2019-05-20 16:11:01 -07:00
data_source_google_project_services.go Add google_project_services data source (#1822) 2018-08-15 15:45:54 -07:00
data_source_google_project_services_test.go update data source tests that compare lists of fields to compare all fields (#3652) 2019-05-20 16:11:01 -07:00
data_source_google_project_test.go update data source tests that compare lists of fields to compare all fields (#3652) 2019-05-20 16:11:01 -07:00
data_source_google_projects.go Add pagination to google projects data source (#3464) 2019-04-19 14:14:44 -07:00
data_source_google_projects_test.go Add a datasource for retrieving a list of projects (#3178) 2019-03-04 13:58:27 -08:00
data_source_google_service_account.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
data_source_google_service_account_access_token.go Add google_impersonated_credential datasource (#3357) 2019-04-01 17:21:13 -07:00
data_source_google_service_account_access_token_test.go empty commit to fix magician race conditions (#3543) 2019-05-02 14:11:44 -07:00
data_source_google_service_account_key.go Remove service_account_id from data.google_service_account_key (#2397) 2018-12-20 17:22:22 -08:00
data_source_google_service_account_key_test.go Remove service_account_id from data.google_service_account_key (#2397) 2018-12-20 17:22:22 -08:00
data_source_google_service_account_test.go move all remaining import_ tests into resource-specific tests (#2060) 2018-09-17 11:15:11 -07:00
data_source_google_storage_bucket_object.go URL encode GCS file names (#3381) 2019-05-02 11:38:24 -07:00
data_source_google_storage_project_service_account.go Fix storage notification tests (#1913) 2018-08-22 08:19:52 -07:00
data_source_google_storage_project_service_account_test.go Fix storage notification tests (#1913) 2018-08-22 08:19:52 -07:00
data_source_google_storage_transfer_project_service_account.go Add google_storage_transfer_project_service_account data_source (#2692) 2018-12-20 17:22:22 -08:00
data_source_google_storage_transfer_project_service_account_test.go Add google_storage_transfer_project_service_account data_source (#2692) 2018-12-20 17:22:22 -08:00
data_source_storage_object_signed_url.go Fix golangci-lint errors (#3059) 2019-02-14 16:00:35 -08:00
data_source_storage_object_signed_url_test.go Add = to map declarations in examples/tests (#2755) 2018-12-27 07:51:23 -08:00
data_source_tpu_tensorflow_versions.go Add TPU Tensorflow datasource (#3325) 2019-03-27 16:26:07 -07:00
data_source_tpu_tensorflow_versions_test.go Add TPU Tensorflow datasource (#3325) 2019-03-27 16:26:07 -07:00
dataproc_cluster_operation.go Adding nil guards to the wait operations (#2936) 2019-01-25 13:03:43 -08:00
dataproc_job_operation.go Adding nil guards to the wait operations (#2936) 2019-01-25 13:03:43 -08:00
datasource_helpers.go Remove noisy log statement (#896) 2017-12-22 16:49:01 -08:00
disk_type.go prereqs for regional disks (#1753) 2018-07-10 17:10:05 -07:00
dns_change.go clean up operation code (#2734) 2018-12-26 17:42:37 -08:00
field_helpers.go adding new resource to allow iam bindings on GCE instances 2019-05-03 17:25:31 -04:00
field_helpers_test.go Infers region from zone before using the provider-level region (#938) 2018-01-09 13:57:02 -08:00
filestore_operation.go Mark Filestore as GA (#3522) 2019-05-02 10:29:08 -07:00
firestore_operation.go Add support for Firestore Index (#3484) 2019-04-25 10:12:48 -07:00
gcp_sweeper_test.go Standardize on test env var for region, creds and project (#770) 2017-11-21 09:34:32 -08:00
iam.go Add retries/backoff when (only) reading IAM policies (#3455) 2019-04-19 13:15:51 -07:00
iam_billing_account.go Add billing account IAM (#2413) 2018-12-20 17:22:22 -08:00
iam_compute_instance.go adding new resource to allow iam bindings on GCE instances 2019-05-03 17:25:31 -04:00
iam_compute_subnetwork.go IAM Policy on subnets is now GA, moving into non-beta provider 2019-05-02 21:22:54 +00:00
iam_dataproc_cluster.go Add dataproc iam resources (#3632) 2019-05-16 11:24:27 -07:00
iam_dataproc_job.go Add dataproc iam resources (#3632) 2019-05-16 11:24:27 -07:00
iam_folder.go Fix IAM policy deletion/read for deleted resources (#1262) 2018-03-27 16:41:44 -07:00
iam_iap_tunnel_instance.go Add IAP Tunnel Instance Docs (#3593) 2019-05-08 14:11:48 -07:00
iam_kms_crypto_key.go Fix IAM tests (#1337) 2018-04-19 14:30:20 -07:00
iam_kms_key_ring.go Fix IAM tests (#1337) 2018-04-19 14:30:20 -07:00
iam_organization.go Fix IAM policy deletion/read for deleted resources (#1262) 2018-03-27 16:41:44 -07:00
iam_project.go Add fine-grained audit config for projects. (#2731) 2018-12-21 15:39:58 -08:00
iam_pubsub_subscription.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
iam_pubsub_topic.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
iam_service_account.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
iam_spanner_database.go Initial addition of generated spanner database to terraform. (#2812) 2019-01-16 13:42:38 -08:00
iam_spanner_instance.go Initial autogeneration of Spanner instance in Terraform. (#2892) 2019-01-22 12:35:59 -08:00
iam_storage_bucket.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
image.go Fix Dana's comments, expand images to self_links. 2018-10-02 01:11:03 -07:00
import.go Standardize import for instance group manager. (#2946) 2019-01-28 14:00:05 -08:00
import_test.go Add generated resources for http(s)_health_check, updates to backend_bucket, and import helpers (#1177) 2018-03-09 17:14:32 -08:00
logging_exclusion_billing_account.go Avoid overwriting errors so that they can be detected by handleNotFoundError. (#2526) 2018-12-20 17:22:22 -08:00
logging_exclusion_folder.go Avoid overwriting errors so that they can be detected by handleNotFoundError. (#2526) 2018-12-20 17:22:22 -08:00
logging_exclusion_organization.go Avoid overwriting errors so that they can be detected by handleNotFoundError. (#2526) 2018-12-20 17:22:22 -08:00
logging_exclusion_project.go Avoid overwriting errors so that they can be detected by handleNotFoundError. (#2526) 2018-12-20 17:22:22 -08:00
logging_utils.go Add import support for org, folder, billing logging sinks (#1860) 2018-09-06 08:14:55 -07:00
logging_utils_test.go Add stackdriver project sink support (#432) 2017-09-14 19:15:14 -07:00
metadata.go Retry instance metadata on fingerprint mismatch. (#3372) 2019-04-24 14:01:47 -07:00
node_config.go 0.12 Computed+Optional Attr syntax fixes (#3452) 2019-04-17 11:11:47 -07:00
provider.go Sql database port (#3639) 2019-05-17 11:15:18 -07:00
provider_access_context_manager_gen.go Bring Access Context Manager / VPC Service Controls to GA (#3358) 2019-04-02 10:59:05 -07:00
provider_app_engine_gen.go Use correct product name for generated provider files. (#3195) 2019-03-08 07:37:33 -08:00
provider_cloud_build_gen.go Use correct product name for generated provider files. (#3195) 2019-03-08 07:37:33 -08:00
provider_cloud_scheduler_gen.go Use correct product name for generated provider files. (#3195) 2019-03-08 07:37:33 -08:00
provider_compute_gen.go Generate RegionBackendService in terraform 2019-05-01 22:20:15 +00:00
provider_dns_gen.go Start autogenerating resource_dns_managed_zone (#2428) 2018-12-20 17:22:22 -08:00
provider_filestore_gen.go Mark Filestore as GA (#3522) 2019-05-02 10:29:08 -07:00
provider_firestore_gen.go Add support for Firestore Index (#3484) 2019-04-25 10:12:48 -07:00
provider_logging_gen.go Add Stackdriver Logging Metric resource (#3523) 2019-05-03 12:26:14 -07:00
provider_monitoring_gen.go New Resource: Stackdriver uptime check 2018-12-20 17:22:22 -08:00
provider_pubsub_gen.go Generate Pubsub Topics/Subscriptions with MM (+add labels) (#3043) 2019-02-19 15:10:44 -08:00
provider_redis_gen.go Redis resource (#1485) 2018-05-23 11:25:48 -07:00
provider_resource_manager_gen.go Use correct product name for generated provider files. (#3195) 2019-03-08 07:37:33 -08:00
provider_source_repo_gen.go Use correct product name for generated provider files. (#3195) 2019-03-08 07:37:33 -08:00
provider_spanner_gen.go Initial autogeneration of Spanner instance in Terraform. (#2892) 2019-01-22 12:35:59 -08:00
provider_sql_gen.go Sql database port (#3639) 2019-05-17 11:15:18 -07:00
provider_storage_gen.go Generate DefaultObjectAccessControl in Terraform (#2358) 2018-12-20 17:22:22 -08:00
provider_test.go Add support for Firestore Index (#3484) 2019-04-25 10:12:48 -07:00
provider_tpu_gen.go Add Cloud TPU Nodes (#3179) 2019-03-04 16:07:10 -08:00
pubsub_utils.go Generate Pubsub Topics/Subscriptions with MM (+add labels) (#3043) 2019-02-19 15:10:44 -08:00
redis_operation.go Autogen Spanner operations on TF (#3068) 2019-02-15 16:13:30 -08:00
regional_utils.go Add location / node_locations fields to GKE (#3114) 2019-03-13 09:32:46 -07:00
resource_access_context_manager_access_level.go Add support for Firestore Index (#3484) 2019-04-25 10:12:48 -07:00
resource_access_context_manager_access_level_test.go Bring Access Context Manager / VPC Service Controls to GA (#3358) 2019-04-02 10:59:05 -07:00
resource_access_context_manager_access_policy.go Bring Access Context Manager / VPC Service Controls to GA (#3358) 2019-04-02 10:59:05 -07:00
resource_access_context_manager_access_policy_test.go Bring Access Context Manager / VPC Service Controls to GA (#3358) 2019-04-02 10:59:05 -07:00
resource_access_context_manager_service_perimeter.go Add support for Firestore Index (#3484) 2019-04-25 10:12:48 -07:00
resource_access_context_manager_service_perimeter_test.go Bring Access Context Manager / VPC Service Controls to GA (#3358) 2019-04-02 10:59:05 -07:00
resource_app_engine_application.go Completely remove App Engine region validation list 2019-05-23 18:24:44 +02:00
resource_app_engine_application_test.go Pretend to delete, no error. 2018-10-02 14:15:31 -07:00
resource_app_engine_firewall_rule.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_app_engine_firewall_rule_generated_test.go Rename some files to match intended names (#2920) 2019-01-23 18:08:41 -08:00
resource_bigquery_dataset.go Removing validation function from BQ dataset resource and reducing the number of redundant test cases for BQ regional location (#3406) 2019-04-11 11:29:45 -07:00
resource_bigquery_dataset_test.go Removing validation function from BQ dataset resource and reducing the number of redundant test cases for BQ regional location (#3406) 2019-04-11 11:29:45 -07:00
resource_bigquery_table.go Fix invalid assumptions about Project ID's in BQ table (#3486) 2019-05-03 15:38:55 -07:00
resource_bigquery_table_test.go fix TestAccBigQueryTable_ViewWithLegacySQL (#3601) 2019-05-09 11:50:56 -07:00
resource_bigtable_instance.go Fix the project metadata test in CI + fix new linter errors (#3267) 2019-03-18 09:52:52 -07:00
resource_bigtable_instance_test.go Fix google_container_cluster docs about fields gone GA (#2597) 2018-12-20 17:22:22 -08:00
resource_bigtable_table.go Read Bigtable column family from the API (#2378) 2018-12-20 17:22:22 -08:00
resource_bigtable_table_test.go use correct fields for bigtable test (#2353) 2018-12-20 17:22:22 -08:00
resource_binaryauthorization_attestor_test.go Remove beta generated resource maps from GA provider. (#2350) 2018-12-20 17:22:22 -08:00
resource_binaryauthorization_policy_test.go Remove beta generated resource maps from GA provider. (#2350) 2018-12-20 17:22:22 -08:00
resource_cloud_build_trigger.go Make cloudbuild trigger disabled field a bool (#3398) 2019-04-08 13:35:32 -07:00
resource_cloud_build_trigger_generated_test.go Rename some files to match intended names (#2920) 2019-01-23 18:08:41 -08:00
resource_cloud_scheduler_job.go [TF] Enable GA Cloud Scheduler (#3188) 2019-03-05 13:44:21 -08:00
resource_cloud_scheduler_job_generated_test.go [TF] Enable GA Cloud Scheduler (#3188) 2019-03-05 13:44:21 -08:00
resource_cloudbuild_trigger_test.go Make cloudbuild trigger disabled field a bool (#3398) 2019-04-08 13:35:32 -07:00
resource_cloudfunctions_function.go Add a default to Cloud Functions runtime (#3605) 2019-05-09 15:50:26 -07:00
resource_cloudfunctions_function_test.go Add a default to Cloud Functions runtime (#3605) 2019-05-09 15:50:26 -07:00
resource_cloudiot_registry.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_cloudiot_registry_test.go 0.12 Test config fixes (#3139) 2019-02-27 13:45:18 -08:00
resource_cloudscheduler_job_test.go [Terraform] Gcloud scheduler (#2930) 2019-01-28 10:18:02 -08:00
resource_composer_environment.go Fix golangci-lint errors (#3059) 2019-02-14 16:00:35 -08:00
resource_composer_environment_test.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_compute_address.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_compute_address_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_compute_address_test.go Remove outdated tests (superseded by generated ones) (#2836) 2019-01-08 14:09:55 -08:00
resource_compute_attached_disk.go Handle instances not found in attached disk resource (#3183) 2019-03-06 12:05:40 -08:00
resource_compute_attached_disk_test.go empty commit to fix magician race conditions (#3543) 2019-05-02 14:11:44 -07:00
resource_compute_autoscaler.go Add single instance field to autoscaler stackdriver metrics (#3367) 2019-04-04 13:39:32 -07:00
resource_compute_autoscaler_generated_test.go Fix accidentally reverted OiCS changes (#3186) 2019-03-04 16:11:03 -08:00
resource_compute_autoscaler_test.go Remove outdated tests (superseded by generated ones) (#2836) 2019-01-08 14:09:55 -08:00
resource_compute_backend_bucket.go Add backend bucket signed URL key (for CDN) support (#3229) 2019-04-01 10:19:55 -07:00
resource_compute_backend_bucket_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_compute_backend_bucket_signed_url_key.go Add backend bucket signed URL key (for CDN) support (#3229) 2019-04-01 10:19:55 -07:00
resource_compute_backend_bucket_signed_url_key_test.go Add backend bucket signed URL key (for CDN) support (#3229) 2019-04-01 10:19:55 -07:00
resource_compute_backend_bucket_test.go Add backend bucket signed URL key (for CDN) support (#3229) 2019-04-01 10:19:55 -07:00
resource_compute_backend_service.go Add HTTP2 protocol to backend service (#3631) 2019-05-16 10:12:59 -07:00
resource_compute_backend_service_generated_test.go Generate BackendService in Terraform (#3345) 2019-04-02 14:32:09 -07:00
resource_compute_backend_service_signed_url_key.go Signed CDN urls for backend services (#3359) 2019-04-03 11:29:15 -07:00
resource_compute_backend_service_signed_url_key_test.go Signed CDN urls for backend services (#3359) 2019-04-03 11:29:15 -07:00
resource_compute_backend_service_test.go Generate BackendService in Terraform (#3345) 2019-04-02 14:32:09 -07:00
resource_compute_disk.go Fixed attached disk update test @ beta (#3506) 2019-04-30 14:28:55 -07:00
resource_compute_disk_generated_test.go Terraform: Support for (Regional)Disk physicalBlockSizeBytes (#3237) 2019-03-13 15:52:50 -07:00
resource_compute_disk_test.go Fixed attached disk update test @ beta (#3506) 2019-04-30 14:28:55 -07:00
resource_compute_firewall.go Update google_compute_firewall source and target SA max_size (#3201) 2019-03-08 09:29:36 -08:00
resource_compute_firewall_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_compute_firewall_migrate.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_compute_firewall_migrate_test.go Fix golangci-lint errors (#3059) 2019-02-14 16:00:35 -08:00
resource_compute_firewall_test.go Remove outdated tests (superseded by generated ones) (#2836) 2019-01-08 14:09:55 -08:00
resource_compute_forwarding_rule.go Fix forwarding rule fields and add Internal LB example (#3489) 2019-04-26 10:54:26 -07:00
resource_compute_forwarding_rule_generated_test.go Fix basic ForwardingRule example (#3613) 2019-05-17 10:14:22 -07:00
resource_compute_forwarding_rule_test.go Fix forwarding rule fields and add Internal LB example (#3489) 2019-04-26 10:54:26 -07:00
resource_compute_global_address.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_compute_global_address_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_compute_global_address_test.go Remove outdated tests (superseded by generated ones) (#2836) 2019-01-08 14:09:55 -08:00
resource_compute_global_forwarding_rule.go Autogen Global Forwarding Rule, fix Load Balancer related-resources (#3393) 2019-04-25 12:46:18 -07:00
resource_compute_global_forwarding_rule_generated_test.go Autogen Global Forwarding Rule, fix Load Balancer related-resources (#3393) 2019-04-25 12:46:18 -07:00
resource_compute_global_forwarding_rule_test.go Autogen Global Forwarding Rule, fix Load Balancer related-resources (#3393) 2019-04-25 12:46:18 -07:00
resource_compute_health_check.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_compute_health_check_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_compute_health_check_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_compute_http_health_check.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_compute_http_health_check_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_compute_http_health_check_test.go Remove outdated tests (superseded by generated ones) (#2836) 2019-01-08 14:09:55 -08:00
resource_compute_https_health_check.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_compute_https_health_check_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_compute_https_health_check_test.go Remove outdated tests (superseded by generated ones) (#2836) 2019-01-08 14:09:55 -08:00
resource_compute_image.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_compute_image_generated_test.go Cleanup from two overlapping magic modules PRs. (#2787) 2019-01-02 17:53:22 -08:00
resource_compute_image_test.go Remove outdated tests (superseded by generated ones) (#2836) 2019-01-08 14:09:55 -08:00
resource_compute_instance.go Add support for Shielded VMs to compute_instance and compute_instance_template (#3209) (#3531) 2019-05-16 10:18:53 -07:00
resource_compute_instance_from_template.go Hard remove broken Removed fields, fix 0.12 configs (#3437) 2019-04-15 18:14:01 -07:00
resource_compute_instance_from_template_test.go 0.12 Computed+Optional Attr syntax fixes (#3452) 2019-04-17 11:11:47 -07:00
resource_compute_instance_group.go Allow project to be specified when importing instance groups (#3597) 2019-05-08 16:20:15 -07:00
resource_compute_instance_group_manager.go Fix CI problems for 0.12 SDK (#3252) 2019-03-15 16:34:30 -07:00
resource_compute_instance_group_manager_test.go Standardize import for instance group manager. (#2946) 2019-01-28 14:00:05 -08:00
resource_compute_instance_group_migrate.go Support import for google_compute_instance_group (#201) 2017-07-20 09:21:18 -07:00
resource_compute_instance_group_migrate_test.go Support import for google_compute_instance_group (#201) 2017-07-20 09:21:18 -07:00
resource_compute_instance_group_test.go Allow project to be specified when importing instance groups (#3597) 2019-05-08 16:20:15 -07:00
resource_compute_instance_iam_test.go gofmt 2019-05-07 17:02:26 -04:00
resource_compute_instance_migrate.go Ci test fixes (#2925) 2019-01-24 13:22:22 -08:00
resource_compute_instance_migrate_test.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_compute_instance_template.go Add support for Shielded VMs to compute_instance and compute_instance_template (#3209) (#3531) 2019-05-16 10:18:53 -07:00
resource_compute_instance_template_migrate.go Fix scheduling automatic restart, remove deprecated options (#248) 2017-08-09 12:25:16 -07:00
resource_compute_instance_template_migrate_test.go Fix golangci-lint errors (#3059) 2019-02-14 16:00:35 -08:00
resource_compute_instance_template_test.go Add support for Shielded VMs to compute_instance and compute_instance_template (#3209) (#3531) 2019-05-16 10:18:53 -07:00
resource_compute_instance_test.go Add support for Shielded VMs to compute_instance and compute_instance_template (#3209) (#3531) 2019-05-16 10:18:53 -07:00
resource_compute_interconnect_attachment.go Make vlanTag8021q computed because of PARTNER attachements (#3600) 2019-05-09 10:08:10 -07:00
resource_compute_network.go Terraform: allow deletion of default route upon network creation (#3391) 2019-04-05 15:17:23 -07:00
resource_compute_network_generated_test.go Generate google_compute_network using Magic Modules (#3203) 2019-03-08 08:34:57 -08:00
resource_compute_network_peering.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_compute_network_peering_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_compute_network_test.go Terraform: allow deletion of default route upon network creation (#3391) 2019-04-05 15:17:23 -07:00
resource_compute_node_group.go Add node groups (sole-tenant nodes) (#3514) 2019-05-01 14:19:57 -07:00
resource_compute_node_group_generated_test.go Add node groups (sole-tenant nodes) (#3514) 2019-05-01 14:19:57 -07:00
resource_compute_node_group_test.go Add node groups (sole-tenant nodes) (#3514) 2019-05-01 14:19:57 -07:00
resource_compute_node_template.go Add compute node types and templates (#3446) 2019-04-22 15:32:58 -07:00
resource_compute_node_template_generated_test.go Add beta field server_binding to node template (#3564) 2019-05-06 17:00:50 -07:00
resource_compute_project_metadata.go Set id on Create for project metadata (#3020) 2019-02-08 14:29:34 -08:00
resource_compute_project_metadata_item.go Fix ci tests 2018-12-20 17:22:22 -08:00
resource_compute_project_metadata_item_test.go Fix the project metadata test in CI + fix new linter errors (#3267) 2019-03-18 09:52:52 -07:00
resource_compute_project_metadata_test.go Add = to map declarations in examples/tests (#2755) 2018-12-27 07:51:23 -08:00
resource_compute_region_autoscaler.go Add single instance field to autoscaler stackdriver metrics (#3367) 2019-04-04 13:39:32 -07:00
resource_compute_region_autoscaler_generated_test.go Fix accidentally reverted OiCS changes (#3186) 2019-03-04 16:11:03 -08:00
resource_compute_region_autoscaler_test.go Remove outdated tests (superseded by generated ones) (#2836) 2019-01-08 14:09:55 -08:00
resource_compute_region_backend_service.go Generate RegionBackendService in terraform 2019-05-01 22:20:15 +00:00
resource_compute_region_backend_service_generated_test.go Generate RegionBackendService in terraform 2019-05-01 22:20:15 +00:00
resource_compute_region_backend_service_test.go Generate RegionBackendService in terraform 2019-05-01 22:20:15 +00:00
resource_compute_region_disk.go Fixed attached disk update test @ beta (#3506) 2019-04-30 14:28:55 -07:00
resource_compute_region_disk_generated_test.go Terraform: Support for (Regional)Disk physicalBlockSizeBytes (#3237) 2019-03-13 15:52:50 -07:00
resource_compute_region_disk_test.go Add = to map declarations in examples/tests (#2755) 2018-12-27 07:51:23 -08:00
resource_compute_region_instance_group_manager.go Fix CI problems for 0.12 SDK (#3252) 2019-03-15 16:34:30 -07:00
resource_compute_region_instance_group_manager_test.go Add = to map declarations in examples/tests (#2755) 2018-12-27 07:51:23 -08:00
resource_compute_route.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_compute_route_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_compute_route_test.go Remove outdated tests (superseded by generated ones) (#2836) 2019-01-08 14:09:55 -08:00
resource_compute_router.go Sort import regex's (#3283) 2019-03-20 15:21:38 -07:00
resource_compute_router_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_compute_router_interface.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_compute_router_interface_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_compute_router_nat.go Make google_compute_router_nat's source_ip_ranges_to_nat Required (#2749) 2018-12-26 18:00:46 -08:00
resource_compute_router_nat_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_compute_router_peer.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_compute_router_peer_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_compute_router_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_compute_security_policy.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_compute_security_policy_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_compute_shared_vpc_host_project.go Use beta endpoint for shared vpc resources (#3458) 2019-04-23 15:33:06 -07:00
resource_compute_shared_vpc_service_project.go Use beta endpoint for shared vpc resources (#3458) 2019-04-23 15:33:06 -07:00
resource_compute_shared_vpc_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_compute_snapshot.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_compute_snapshot_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_compute_snapshot_test.go Remove outdated tests (superseded by generated ones) (#2836) 2019-01-08 14:09:55 -08:00
resource_compute_ssl_certificate.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_compute_ssl_certificate_generated_test.go Fix map in Random provider in SSLCert OiCS example. (#2919) 2019-01-24 08:30:04 -08:00
resource_compute_ssl_certificate_test.go Remove outdated tests (superseded by generated ones) (#2836) 2019-01-08 14:09:55 -08:00
resource_compute_ssl_policy.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_compute_ssl_policy_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_compute_ssl_policy_test.go Remove outdated tests (superseded by generated ones) (#2836) 2019-01-08 14:09:55 -08:00
resource_compute_subnetwork.go Make Subnetwork secondary_ranges Computed again, apply fixup, fix patch (#3496) 2019-04-30 14:47:01 -07:00
resource_compute_subnetwork_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_compute_subnetwork_iam_test.go IAM Policy on subnets is now GA, moving into non-beta provider 2019-05-02 21:22:54 +00:00
resource_compute_subnetwork_test.go Make Subnetwork secondary_ranges Computed again, apply fixup, fix patch (#3496) 2019-04-30 14:47:01 -07:00
resource_compute_target_http_proxy.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_compute_target_http_proxy_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_compute_target_http_proxy_test.go Remove outdated tests (superseded by generated ones) (#2836) 2019-01-08 14:09:55 -08:00
resource_compute_target_https_proxy.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_compute_target_https_proxy_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_compute_target_https_proxy_test.go Remove outdated tests (superseded by generated ones) (#2836) 2019-01-08 14:09:55 -08:00
resource_compute_target_instance.go Add compute target instances (TF-only) (#3505) 2019-04-29 10:47:40 -07:00
resource_compute_target_instance_generated_test.go Add compute target instances (TF-only) (#3505) 2019-04-29 10:47:40 -07:00
resource_compute_target_pool.go Change instances in target pool to be a set 2018-12-20 17:22:22 -08:00
resource_compute_target_pool_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_compute_target_ssl_proxy.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_compute_target_ssl_proxy_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_compute_target_ssl_proxy_test.go Remove outdated tests (superseded by generated ones) (#2836) 2019-01-08 14:09:55 -08:00
resource_compute_target_tcp_proxy.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_compute_target_tcp_proxy_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_compute_target_tcp_proxy_test.go Remove outdated tests (superseded by generated ones) (#2836) 2019-01-08 14:09:55 -08:00
resource_compute_url_map.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_compute_url_map_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_compute_url_map_test.go Remove outdated tests (superseded by generated ones) (#2836) 2019-01-08 14:09:55 -08:00
resource_compute_vpn_gateway.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_compute_vpn_gateway_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_compute_vpn_tunnel.go Add post-create for VpnTunnels Labels (#3277) 2019-03-20 10:34:26 -07:00
resource_compute_vpn_tunnel_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_compute_vpn_tunnel_test.go Remove outdated tests (superseded by generated ones) (#2836) 2019-01-08 14:09:55 -08:00
resource_container_cluster.go use the cluster subnet to look up the node cidr block (#3654) 2019-05-20 14:31:38 -07:00
resource_container_cluster_migrate.go allow updating additional_zones, turn it into a set (#152) 2017-07-05 16:00:49 -07:00
resource_container_cluster_migrate_test.go Fix golangci-lint errors (#3059) 2019-02-14 16:00:35 -08:00
resource_container_cluster_test.go use the cluster subnet to look up the node cidr block (#3654) 2019-05-20 14:31:38 -07:00
resource_container_node_pool.go Add location / node_locations fields to GKE (#3114) 2019-03-13 09:32:46 -07:00
resource_container_node_pool_migrate.go Change google_container_node_pool ID format to zone/cluster/name to remove artificial restriction on node pool name across clusters (#304) 2017-08-07 12:52:02 -07:00
resource_container_node_pool_migrate_test.go Fix golangci-lint errors (#3059) 2019-02-14 16:00:35 -08:00
resource_container_node_pool_test.go 0.12 Computed+Optional Attr syntax fixes (#3452) 2019-04-17 11:11:47 -07:00
resource_containeranalysis_note_test.go Remove beta generated resource maps from GA provider. (#2350) 2018-12-20 17:22:22 -08:00
resource_dataflow_job.go Add (sub)network to dataflow job (#3476) 2019-04-25 08:51:18 -07:00
resource_dataflow_job_test.go Add (sub)network to dataflow job (#3476) 2019-04-25 08:51:18 -07:00
resource_dataproc_cluster.go Fix encryption config in dataproc (#2854) 2019-01-10 09:04:43 -08:00
resource_dataproc_cluster_iam_test.go Add dataproc iam resources (#3632) 2019-05-16 11:24:27 -07:00
resource_dataproc_cluster_test.go change test assertions to match new values (#2940) 2019-01-25 16:29:12 -08:00
resource_dataproc_job.go Ignore errors when cancelling dataproc jobs (#3123) 2019-02-26 10:46:45 -08:00
resource_dataproc_job_iam_test.go Add dataproc iam resources (#3632) 2019-05-16 11:24:27 -07:00
resource_dataproc_job_test.go Ci test fixes (#2925) 2019-01-24 13:22:22 -08:00
resource_dns_managed_zone.go Add new DiffSuppress for dns managed zone visibility (#3461) 2019-04-18 15:08:59 -07:00
resource_dns_managed_zone_generated_test.go Terraform: Make private Cloud DNS GA (#3352) 2019-04-01 10:53:46 -07:00
resource_dns_managed_zone_test.go Add new DiffSuppress for dns managed zone visibility (#3461) 2019-04-18 15:08:59 -07:00
resource_dns_policy_test.go [Terraform] DNS Policies (#3170) 2019-03-04 12:32:41 -08:00
resource_dns_record_set.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_dns_record_set_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_endpoints_service.go Fix golangci-lint errors (#3059) 2019-02-14 16:00:35 -08:00
resource_endpoints_service_migration.go Switch from protoc_output to protoc_output_base64. (#1290) 2018-04-17 13:00:37 -07:00
resource_endpoints_service_test.go [Terraform] Fix our usage of `file` in tests. (#3141) 2019-02-27 13:59:23 -08:00
resource_filestore_instance.go Revert "Revert "Do not read or flatten url_param_only properties in Terraform"" (#3585) 2019-05-07 15:48:11 -07:00
resource_filestore_instance_generated_test.go Mark Filestore as GA (#3522) 2019-05-02 10:29:08 -07:00
resource_filestore_instance_test.go Remove beta generated resource maps from GA provider. (#2350) 2018-12-20 17:22:22 -08:00
resource_firestore_index.go Add support for Firestore Index (#3484) 2019-04-25 10:12:48 -07:00
resource_firestore_index_generated_test.go Add support for Firestore Index (#3484) 2019-04-25 10:12:48 -07:00
resource_google_billing_account_iam_test.go Add billing account IAM (#2413) 2018-12-20 17:22:22 -08:00
resource_google_folder.go Terraform - AccessContextManager autogenerated operations (#3338) 2019-03-28 15:47:57 -07:00
resource_google_folder_iam_binding_test.go fix folder iam binding test (#2556) 2018-12-20 17:22:22 -08:00
resource_google_folder_iam_member_test.go fix folder iam binding test (#2556) 2018-12-20 17:22:22 -08:00
resource_google_folder_iam_policy_test.go Terraform: fix format specifer in IAM folder test message (#3243) 2019-03-14 16:01:15 -07:00
resource_google_folder_organization_policy.go Document that a policy must be defined. (#3611) 2019-05-16 13:10:44 -07:00
resource_google_folder_organization_policy_test.go Add import support for organization_policies (#3218) 2019-03-14 09:31:51 -07:00
resource_google_folder_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_google_organization_iam_custom_role.go Make google_organization_custom_role.deleted computed (#2596) 2018-12-20 17:22:22 -08:00
resource_google_organization_iam_custom_role_test.go Make google_organization_custom_role.deleted computed (#2596) 2018-12-20 17:22:22 -08:00
resource_google_organization_iam_test.go make all ImportStates have a matching ImportStateVerify (#1327) 2018-04-12 15:45:28 -07:00
resource_google_organization_policy.go Document that a policy must be defined. (#3611) 2019-05-16 13:10:44 -07:00
resource_google_organization_policy_test.go add inherit_from_parent to all org policy resources (#2653) 2018-12-20 17:22:22 -08:00
resource_google_project.go Remove 'Set' from fields where it doesn't do anything (#3364) 2019-04-02 13:58:53 -07:00
resource_google_project_iam_audit_config_test.go Add fine-grained audit config for projects. (#2731) 2018-12-21 15:39:58 -08:00
resource_google_project_iam_binding_test.go make all ImportStates have a matching ImportStateVerify (#1327) 2018-04-12 15:45:28 -07:00
resource_google_project_iam_custom_role.go Add validation to google_project_iam_custom_role.id (#3109) 2019-05-06 13:40:20 -07:00
resource_google_project_iam_custom_role_test.go Mark the deleted field computed in google_project_iam_custom_role (#2619) 2018-12-20 17:22:22 -08:00
resource_google_project_iam_member_test.go make all ImportStates have a matching ImportStateVerify (#1327) 2018-04-12 15:45:28 -07:00
resource_google_project_iam_policy.go Add support for Audit Configs (#2687) 2018-12-20 21:36:11 -08:00
resource_google_project_iam_policy_test.go Bring forwards/backwards compatible 0.12 syntax to HEAD (#2984) 2019-02-01 14:45:29 -08:00
resource_google_project_migrate.go Transfer google provider 2017-06-09 16:50:30 +00:00
resource_google_project_migrate_test.go Fix golangci-lint errors (#3059) 2019-02-14 16:00:35 -08:00
resource_google_project_organization_policy.go Document that a policy must be defined. (#3611) 2019-05-16 13:10:44 -07:00
resource_google_project_organization_policy_test.go Document that a policy must be defined. (#3611) 2019-05-16 13:10:44 -07:00
resource_google_project_service.go Add disable_dependent_services to google_project_service resource. (#2938) 2019-01-28 13:50:41 -08:00
resource_google_project_service_test.go Various CI test fixes (#3018) 2019-02-08 12:05:39 -08:00
resource_google_project_services.go Fix golangci-lint errors (#3059) 2019-02-14 16:00:35 -08:00
resource_google_project_services_test.go add other side effect services to project_services test (#3653) 2019-05-17 12:56:52 -07:00
resource_google_project_test.go Fixup non-Removed ISV tests (#3443) 2019-04-16 13:06:09 -07:00
resource_google_security_scanner_scan_config_test.go Add web security scanner ScanConfig resource to terraform 2019-05-06 22:20:34 +00:00
resource_google_service_account.go Fix golangci-lint errors (#3059) 2019-02-14 16:00:35 -08:00
resource_google_service_account_iam_test.go Add dataproc iam resources (#3632) 2019-05-16 11:24:27 -07:00
resource_google_service_account_key.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_google_service_account_key_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_google_service_account_test.go Various linter cleanups (conversions, unused, misspellings) (#2681) 2018-12-20 17:22:22 -08:00
resource_iam_audit_config.go Add retries/backoff when (only) reading IAM policies (#3455) 2019-04-19 13:15:51 -07:00
resource_iam_binding.go Add retries/backoff when (only) reading IAM policies (#3455) 2019-04-19 13:15:51 -07:00
resource_iam_member.go Add retries/backoff when (only) reading IAM policies (#3455) 2019-04-19 13:15:51 -07:00
resource_iam_policy.go Add retries/backoff when (only) reading IAM policies (#3455) 2019-04-19 13:15:51 -07:00
resource_iap_tunnel_instance_iam_test.go Add IAP Tunnel Instance Docs (#3593) 2019-05-08 14:11:48 -07:00
resource_kms_crypto_key.go Make sure KMS key "deletion" disables rotation (#3624) 2019-05-15 10:25:09 -07:00
resource_kms_crypto_key_iam_test.go Accommodate the new iamcredentials service in tests 2018-12-20 17:22:22 -08:00
resource_kms_crypto_key_test.go Make sure KMS key "deletion" disables rotation (#3624) 2019-05-15 10:25:09 -07:00
resource_kms_key_ring.go Various linter cleanups (conversions, unused, misspellings) (#2681) 2018-12-20 17:22:22 -08:00
resource_kms_key_ring_iam_test.go Accommodate the new iamcredentials service in tests 2018-12-20 17:22:22 -08:00
resource_kms_key_ring_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_logging_billing_account_exclusion_test.go Add google_logging_project_exclusion resource (#990) 2018-05-18 08:55:04 -07:00
resource_logging_billing_account_sink.go Setting a default update_mask for all log sinks 2018-09-06 09:48:48 -07:00
resource_logging_billing_account_sink_test.go Add import support for org, folder, billing logging sinks (#1860) 2018-09-06 08:14:55 -07:00
resource_logging_exclusion.go Add google_logging_project_exclusion resource (#990) 2018-05-18 08:55:04 -07:00
resource_logging_folder_exclusion_test.go Add google_logging_project_exclusion resource (#990) 2018-05-18 08:55:04 -07:00
resource_logging_folder_sink.go Setting a default update_mask for all log sinks 2018-09-06 09:48:48 -07:00
resource_logging_folder_sink_test.go Add import support for org, folder, billing logging sinks (#1860) 2018-09-06 08:14:55 -07:00
resource_logging_metric.go Add Stackdriver Logging Metric resource (#3523) 2019-05-03 12:26:14 -07:00
resource_logging_metric_generated_test.go Add Stackdriver Logging Metric resource (#3523) 2019-05-03 12:26:14 -07:00
resource_logging_metric_test.go Add Stackdriver Logging Metric resource (#3523) 2019-05-03 12:26:14 -07:00
resource_logging_organization_exclusion_test.go Add google_logging_project_exclusion resource (#990) 2018-05-18 08:55:04 -07:00
resource_logging_organization_sink.go Setting a default update_mask for all log sinks 2018-09-06 09:48:48 -07:00
resource_logging_organization_sink_test.go Bring forwards/backwards compatible 0.12 syntax to HEAD (#2984) 2019-02-01 14:45:29 -08:00
resource_logging_project_exclusion_test.go Add google_logging_project_exclusion resource (#990) 2018-05-18 08:55:04 -07:00
resource_logging_project_sink.go Setting a default update_mask for all log sinks 2018-09-06 09:48:48 -07:00
resource_logging_project_sink_test.go move all remaining import_ tests into resource-specific tests (#2060) 2018-09-17 11:15:11 -07:00
resource_logging_sink.go Setting a default update_mask for all log sinks 2018-09-06 09:48:48 -07:00
resource_manager_operation.go Terraform - AccessContextManager autogenerated operations (#3338) 2019-03-28 15:47:57 -07:00
resource_monitoring_alert_policy.go add updatemask for alertpolicy patch (#3587) 2019-05-09 12:02:25 -07:00
resource_monitoring_alert_policy_generated_test.go Move AlertPolicy labels to user_labels and make them a map (#3494) 2019-04-25 14:11:20 -07:00
resource_monitoring_alert_policy_test.go Homogenize spacing (trivial no-op change) (#2782) 2019-01-02 11:21:29 -08:00
resource_monitoring_group.go Add support for Firestore Index (#3484) 2019-04-25 10:12:48 -07:00
resource_monitoring_group_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_monitoring_group_test.go New Resource: Stack Driver Group 2018-12-20 17:22:22 -08:00
resource_monitoring_notification_channel.go Add support for Firestore Index (#3484) 2019-04-25 10:12:48 -07:00
resource_monitoring_notification_channel_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_monitoring_notification_channel_test.go Add custom flatten for monitoring channel labels (#2879) 2019-01-16 15:48:55 -08:00
resource_monitoring_uptime_check_config.go Add support for Firestore Index (#3484) 2019-04-25 10:12:48 -07:00
resource_monitoring_uptime_check_config_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_monitoring_uptime_check_config_test.go Change all fields for monitored resource to force recreation (#3160) 2019-03-14 10:06:57 -07:00
resource_pubsub_subscription.go Add expiration policy to pubsub subscription resource (#3525) 2019-05-03 11:25:50 -07:00
resource_pubsub_subscription_generated_test.go Add expiration policy to pubsub subscription resource (#3525) 2019-05-03 11:25:50 -07:00
resource_pubsub_subscription_iam_test.go make all ImportStates have a matching ImportStateVerify (#1327) 2018-04-12 15:45:28 -07:00
resource_pubsub_subscription_test.go Generate Pubsub Topics/Subscriptions with MM (+add labels) (#3043) 2019-02-19 15:10:44 -08:00
resource_pubsub_topic.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_pubsub_topic_generated_test.go Generate Pubsub Topics/Subscriptions with MM (+add labels) (#3043) 2019-02-19 15:10:44 -08:00
resource_pubsub_topic_iam_test.go Fix IAM tests (#1337) 2018-04-19 14:30:20 -07:00
resource_redis_instance.go Bump Redis timeouts based on test failures (#3316) 2019-03-25 16:04:30 -07:00
resource_redis_instance_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_redis_instance_test.go Bring forwards/backwards compatible 0.12 syntax to HEAD (#2984) 2019-02-01 14:45:29 -08:00
resource_resource_manager_lien.go Add "nested decoder" for fine-grained resources (#3259) 2019-03-28 09:59:52 -07:00
resource_resourcemanager_lien_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_runtimeconfig_config.go Fix golangci-lint errors (#3059) 2019-02-14 16:00:35 -08:00
resource_runtimeconfig_config_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_runtimeconfig_variable.go Fix golangci-lint errors (#3059) 2019-02-14 16:00:35 -08:00
resource_runtimeconfig_variable_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_service_networking_connection.go Add empty files because of copying over beta resources (#2426) 2018-12-20 17:22:22 -08:00
resource_service_networking_connection_test.go Add empty files because of copying over beta resources (#2426) 2018-12-20 17:22:22 -08:00
resource_source_repo_repository.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_source_repo_repository_generated_test.go Rename some files to match intended names (#2920) 2019-01-23 18:08:41 -08:00
resource_sourcerepo_repository_test.go Capitalization changes in generated resources (#2846) 2019-01-09 13:42:12 -08:00
resource_spanner_database.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_spanner_database_generated_test.go Initial addition of generated spanner database to terraform. (#2812) 2019-01-16 13:42:38 -08:00
resource_spanner_database_iam_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_spanner_database_test.go Initial addition of generated spanner database to terraform. (#2812) 2019-01-16 13:42:38 -08:00
resource_spanner_instance.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_spanner_instance_generated_test.go Bring forwards/backwards compatible 0.12 syntax to HEAD (#2984) 2019-02-01 14:45:29 -08:00
resource_spanner_instance_iam_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_spanner_instance_test.go Initial autogeneration of Spanner instance in Terraform. (#2892) 2019-01-22 12:35:59 -08:00
resource_sql_database.go Sql database port (#3639) 2019-05-17 11:15:18 -07:00
resource_sql_database_instance.go Sql database port (#3639) 2019-05-17 11:15:18 -07:00
resource_sql_database_instance_test.go Sql database port (#3639) 2019-05-17 11:15:18 -07:00
resource_sql_database_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_sql_ssl_cert.go Sql database port (#3639) 2019-05-17 11:15:18 -07:00
resource_sql_ssl_cert_test.go Ci test fixes (#2925) 2019-01-24 13:22:22 -08:00
resource_sql_user.go Sql database port (#3639) 2019-05-17 11:15:18 -07:00
resource_sql_user_migrate.go Transfer google provider 2017-06-09 16:50:30 +00:00
resource_sql_user_migrate_test.go Fix golangci-lint errors (#3059) 2019-02-14 16:00:35 -08:00
resource_sql_user_test.go fix sql user tests after changing import format (#2742) 2018-12-21 17:22:40 -08:00
resource_storage_bucket.go Add with_state to storage bucket, deprecate is_live (#3317) 2019-03-26 14:26:16 -07:00
resource_storage_bucket_acl.go Fix golangci-lint errors (#3059) 2019-02-14 16:00:35 -08:00
resource_storage_bucket_acl_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_storage_bucket_iam_test.go #843: Add policy support to storage buckets (#1190) 2018-05-08 14:00:48 -07:00
resource_storage_bucket_object.go [terraform] Add sensitive_content argument to resource_storage_bucket_object (#3192) 2019-03-05 09:04:28 -08:00
resource_storage_bucket_object_test.go Fix golangci-lint errors (#3059) 2019-02-14 16:00:35 -08:00
resource_storage_bucket_test.go Add with_state to storage bucket, deprecate is_live (#3317) 2019-03-26 14:26:16 -07:00
resource_storage_default_object_access_control.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_storage_default_object_access_control_generated_test.go Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
resource_storage_default_object_access_control_test.go Remove outdated tests (superseded by generated ones) (#2836) 2019-01-08 14:09:55 -08:00
resource_storage_default_object_acl.go Make google_storage_default_object_acl authoritative. (#2345) 2018-12-20 17:22:22 -08:00
resource_storage_default_object_acl_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_storage_notification.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_storage_notification_test.go Add = to map declarations in examples/tests (#2755) 2018-12-27 07:51:23 -08:00
resource_storage_object_access_control.go Changes ancillary to supporting the Terraform mapper. (#3177) 2019-03-04 12:56:25 -08:00
resource_storage_object_access_control_generated_test.go Use new output_name variable in Storage Object ACL docs (#3118) 2019-02-28 16:36:56 -08:00
resource_storage_object_access_control_test.go Fix golangci-lint errors (#3059) 2019-02-14 16:00:35 -08:00
resource_storage_object_acl.go Fix golangci-lint errors (#3059) 2019-02-14 16:00:35 -08:00
resource_storage_object_acl_test.go Fix golangci-lint errors (#3059) 2019-02-14 16:00:35 -08:00
resource_storage_transfer_job.go Diff suppress storage transfer job start_time_of_day (#3655) 2019-05-20 12:59:06 -07:00
resource_storage_transfer_job_test.go Add resource_storage_transfer_job (#2707) 2018-12-20 17:22:22 -08:00
resource_tpu_node.go [TF] Enable GA Cloud Scheduler (#3188) 2019-03-05 13:44:21 -08:00
resource_tpu_node_generated_test.go Add TPU Tensorflow datasource (#3325) 2019-03-27 16:26:07 -07:00
resource_tpu_node_test.go Add TPU Tensorflow datasource (#3325) 2019-03-27 16:26:07 -07:00
resource_usage_export_bucket.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
resource_usage_export_bucket_test.go [Terraform]: Apply gofmt -s to all files managed by MM (#2676) 2018-12-20 17:22:22 -08:00
self_link_helpers.go Fixed attached disk update test @ beta (#3506) 2019-04-30 14:28:55 -07:00
self_link_helpers_test.go add hash function for self link name (#1836) 2018-08-03 16:23:21 -07:00
service_account_waiter.go clean up operation code (#2734) 2018-12-26 17:42:37 -08:00
service_networking_operation.go Add empty files because of copying over beta resources (#2426) 2018-12-20 17:22:22 -08:00
service_scope.go Add Alias IP and Guest Accelerator support to Instance Templates (#639) 2017-11-28 10:01:27 -08:00
serviceman_operation.go Adding nil guards to the wait operations (#2936) 2019-01-25 13:03:43 -08:00
serviceusage_operation.go Add disable_dependent_services to google_project_service resource. (#2938) 2019-01-28 13:50:41 -08:00
spanner_operation.go Autogen Spanner operations on TF (#3068) 2019-02-15 16:13:30 -08:00
sqladmin_operation.go Sql database port (#3639) 2019-05-17 11:15:18 -07:00
test_utils.go update data source tests that compare lists of fields to compare all fields (#3652) 2019-05-20 16:11:01 -07:00
tpu_operation.go Add Cloud TPU Nodes (#3179) 2019-03-04 16:07:10 -08:00
transport.go Add Stackdriver Logging Metric resource (#3523) 2019-05-03 12:26:14 -07:00
transport_test.go Autogenerate {{Resource}}Destroy in tests. (#2317) 2018-12-20 17:22:22 -08:00
utils.go Retry instance metadata on fingerprint mismatch. (#3372) 2019-04-24 14:01:47 -07:00
utils_test.go Fix golangci-lint errors (#3059) 2019-02-14 16:00:35 -08:00
validation.go Increase IAM custom role length validation to match API. (#3660) 2019-05-20 15:59:07 -07:00
validation_test.go Increase IAM custom role length validation to match API. (#3660) 2019-05-20 15:59:07 -07:00