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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ resource "google_bigquery_analytics_hub_data_exchange" "subscription" {
location = "US"
data_exchange_id = "tf_test_my_data_exchange%{random_suffix}"
display_name = "tf_test_my_data_exchange%{random_suffix}"
description = ""
description = "Test Description"
}

resource "google_bigquery_analytics_hub_listing" "subscription" {
location = "US"
data_exchange_id = google_bigquery_analytics_hub_data_exchange.subscription.data_exchange_id
listing_id = "tf_test_my_listing%{random_suffix}"
display_name = "tf_test_my_listing%{random_suffix}"
description = ""
description = "Test Description"

bigquery_dataset {
dataset = google_bigquery_dataset.subscription.id
Expand All @@ -79,7 +79,7 @@ resource "google_bigquery_analytics_hub_listing" "subscription" {
resource "google_bigquery_dataset" "subscription" {
dataset_id = "tf_test_my_listing%{random_suffix}"
friendly_name = "tf_test_my_listing%{random_suffix}"
description = ""
description = "Test Description"
location = "US"
}

Expand Down
20 changes: 10 additions & 10 deletions google/services/compute/iam_compute_instance_generated_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ func testAccComputeInstanceIamMember_basicGenerated(context map[string]interface
return acctest.Nprintf(`
resource "google_compute_instance" "default" {
name = "tf-test-my-instance%{random_suffix}"
zone = ""
zone = "us-central1-a"
machine_type = "e2-medium"

boot_disk {
Expand Down Expand Up @@ -362,7 +362,7 @@ func testAccComputeInstanceIamPolicy_basicGenerated(context map[string]interface
return acctest.Nprintf(`
resource "google_compute_instance" "default" {
name = "tf-test-my-instance%{random_suffix}"
zone = ""
zone = "us-central1-a"
machine_type = "e2-medium"

boot_disk {
Expand Down Expand Up @@ -405,7 +405,7 @@ func testAccComputeInstanceIamPolicy_emptyBinding(context map[string]interface{}
return acctest.Nprintf(`
resource "google_compute_instance" "default" {
name = "tf-test-my-instance%{random_suffix}"
zone = ""
zone = "us-central1-a"
machine_type = "e2-medium"

boot_disk {
Expand Down Expand Up @@ -435,7 +435,7 @@ func testAccComputeInstanceIamBinding_basicGenerated(context map[string]interfac
return acctest.Nprintf(`
resource "google_compute_instance" "default" {
name = "tf-test-my-instance%{random_suffix}"
zone = ""
zone = "us-central1-a"
machine_type = "e2-medium"

boot_disk {
Expand Down Expand Up @@ -463,7 +463,7 @@ func testAccComputeInstanceIamBinding_updateGenerated(context map[string]interfa
return acctest.Nprintf(`
resource "google_compute_instance" "default" {
name = "tf-test-my-instance%{random_suffix}"
zone = ""
zone = "us-central1-a"
machine_type = "e2-medium"

boot_disk {
Expand Down Expand Up @@ -491,7 +491,7 @@ func testAccComputeInstanceIamBinding_withConditionGenerated(context map[string]
return acctest.Nprintf(`
resource "google_compute_instance" "default" {
name = "tf-test-my-instance%{random_suffix}"
zone = ""
zone = "us-central1-a"
machine_type = "e2-medium"

boot_disk {
Expand Down Expand Up @@ -524,7 +524,7 @@ func testAccComputeInstanceIamBinding_withAndWithoutConditionGenerated(context m
return acctest.Nprintf(`
resource "google_compute_instance" "default" {
name = "tf-test-my-instance%{random_suffix}"
zone = ""
zone = "us-central1-a"
machine_type = "e2-medium"

boot_disk {
Expand Down Expand Up @@ -579,7 +579,7 @@ func testAccComputeInstanceIamMember_withConditionGenerated(context map[string]i
return acctest.Nprintf(`
resource "google_compute_instance" "default" {
name = "tf-test-my-instance%{random_suffix}"
zone = ""
zone = "us-central1-a"
machine_type = "e2-medium"

boot_disk {
Expand Down Expand Up @@ -612,7 +612,7 @@ func testAccComputeInstanceIamMember_withAndWithoutConditionGenerated(context ma
return acctest.Nprintf(`
resource "google_compute_instance" "default" {
name = "tf-test-my-instance%{random_suffix}"
zone = ""
zone = "us-central1-a"
machine_type = "e2-medium"

boot_disk {
Expand Down Expand Up @@ -667,7 +667,7 @@ func testAccComputeInstanceIamPolicy_withConditionGenerated(context map[string]i
return acctest.Nprintf(`
resource "google_compute_instance" "default" {
name = "tf-test-my-instance%{random_suffix}"
zone = ""
zone = "us-central1-a"
machine_type = "e2-medium"

boot_disk {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func testAccGKEBackupBackupChannel_gkebackupBackupchannelBasicExample(context ma
resource "google_gke_backup_backup_channel" "basic" {
name = "tf-test-basic-channel%{random_suffix}"
location = "us-central1"
description = ""
description = "Description"
destination_project = "%{destination_project}"
labels = { "key": "some-value" }
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func testAccGKEBackupRestoreChannel_gkebackupRestorechannelBasicExample(context
resource "google_gke_backup_restore_channel" "basic" {
name = "tf-test-basic-channel%{random_suffix}"
location = "us-central1"
description = ""
description = "Description"
destination_project = "%{destination_project}"
labels = { "key": "some-value" }
}
Expand Down
20 changes: 10 additions & 10 deletions google/services/iap/iam_iap_tunnel_instance_generated_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ func testAccIapTunnelInstanceIamMember_basicGenerated(context map[string]interfa
return acctest.Nprintf(`
resource "google_compute_instance" "tunnelvm" {
name = "tf-test-tunnel-vm%{random_suffix}"
zone = ""
zone = "us-central1-a"
machine_type = "e2-medium"

boot_disk {
Expand Down Expand Up @@ -362,7 +362,7 @@ func testAccIapTunnelInstanceIamPolicy_basicGenerated(context map[string]interfa
return acctest.Nprintf(`
resource "google_compute_instance" "tunnelvm" {
name = "tf-test-tunnel-vm%{random_suffix}"
zone = ""
zone = "us-central1-a"
machine_type = "e2-medium"

boot_disk {
Expand Down Expand Up @@ -405,7 +405,7 @@ func testAccIapTunnelInstanceIamPolicy_emptyBinding(context map[string]interface
return acctest.Nprintf(`
resource "google_compute_instance" "tunnelvm" {
name = "tf-test-tunnel-vm%{random_suffix}"
zone = ""
zone = "us-central1-a"
machine_type = "e2-medium"

boot_disk {
Expand Down Expand Up @@ -435,7 +435,7 @@ func testAccIapTunnelInstanceIamBinding_basicGenerated(context map[string]interf
return acctest.Nprintf(`
resource "google_compute_instance" "tunnelvm" {
name = "tf-test-tunnel-vm%{random_suffix}"
zone = ""
zone = "us-central1-a"
machine_type = "e2-medium"

boot_disk {
Expand Down Expand Up @@ -463,7 +463,7 @@ func testAccIapTunnelInstanceIamBinding_updateGenerated(context map[string]inter
return acctest.Nprintf(`
resource "google_compute_instance" "tunnelvm" {
name = "tf-test-tunnel-vm%{random_suffix}"
zone = ""
zone = "us-central1-a"
machine_type = "e2-medium"

boot_disk {
Expand Down Expand Up @@ -491,7 +491,7 @@ func testAccIapTunnelInstanceIamBinding_withConditionGenerated(context map[strin
return acctest.Nprintf(`
resource "google_compute_instance" "tunnelvm" {
name = "tf-test-tunnel-vm%{random_suffix}"
zone = ""
zone = "us-central1-a"
machine_type = "e2-medium"

boot_disk {
Expand Down Expand Up @@ -524,7 +524,7 @@ func testAccIapTunnelInstanceIamBinding_withAndWithoutConditionGenerated(context
return acctest.Nprintf(`
resource "google_compute_instance" "tunnelvm" {
name = "tf-test-tunnel-vm%{random_suffix}"
zone = ""
zone = "us-central1-a"
machine_type = "e2-medium"

boot_disk {
Expand Down Expand Up @@ -579,7 +579,7 @@ func testAccIapTunnelInstanceIamMember_withConditionGenerated(context map[string
return acctest.Nprintf(`
resource "google_compute_instance" "tunnelvm" {
name = "tf-test-tunnel-vm%{random_suffix}"
zone = ""
zone = "us-central1-a"
machine_type = "e2-medium"

boot_disk {
Expand Down Expand Up @@ -612,7 +612,7 @@ func testAccIapTunnelInstanceIamMember_withAndWithoutConditionGenerated(context
return acctest.Nprintf(`
resource "google_compute_instance" "tunnelvm" {
name = "tf-test-tunnel-vm%{random_suffix}"
zone = ""
zone = "us-central1-a"
machine_type = "e2-medium"

boot_disk {
Expand Down Expand Up @@ -667,7 +667,7 @@ func testAccIapTunnelInstanceIamPolicy_withConditionGenerated(context map[string
return acctest.Nprintf(`
resource "google_compute_instance" "tunnelvm" {
name = "tf-test-tunnel-vm%{random_suffix}"
zone = ""
zone = "us-central1-a"
machine_type = "e2-medium"

boot_disk {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ resource "google_access_context_manager_authorized_orgs_desc" "authorized-orgs-d
}
resource "google_access_context_manager_access_policy" "test-access" {
parent = "organizations/"
parent = "organizations/123456789"
title = "my policy"
}
```
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/apigee_envgroup_attachment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ To get more information about EnvgroupAttachment, see:
resource "google_project" "project" {
project_id = "my-project"
name = "my-project"
org_id = ""
billing_account = ""
org_id = "123456789"
billing_account = "000000-0000000-0000000-000000"
deletion_policy = "DELETE"
}
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/apigee_instance_attachment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ To get more information about InstanceAttachment, see:
resource "google_project" "project" {
project_id = "my-project"
name = "my-project"
org_id = ""
billing_account = ""
org_id = "123456789"
billing_account = "000000-0000000-0000000-000000"
deletion_policy = "DELETE"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ resource "google_bigquery_analytics_hub_data_exchange" "subscription" {
location = "US"
data_exchange_id = "my_data_exchange"
display_name = "my_data_exchange"
description = ""
description = "Test Description"
}

resource "google_bigquery_analytics_hub_listing" "subscription" {
location = "US"
data_exchange_id = google_bigquery_analytics_hub_data_exchange.subscription.data_exchange_id
listing_id = "my_listing"
display_name = "my_listing"
description = ""
description = "Test Description"

bigquery_dataset {
dataset = google_bigquery_dataset.subscription.id
Expand All @@ -63,7 +63,7 @@ resource "google_bigquery_analytics_hub_listing" "subscription" {
resource "google_bigquery_dataset" "subscription" {
dataset_id = "my_listing"
friendly_name = "my_listing"
description = ""
description = "Test Description"
location = "US"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ resource "google_project_iam_member" "permissions" {
resource "google_bigquery_data_transfer_config" "query_config_cmek" {
depends_on = [google_project_iam_member.permissions]
display_name = ""
display_name = "display-name"
location = "asia-northeast1"
data_source_id = "scheduled_query"
schedule = "first sunday of quarter 00:00"
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/cloudbuild_trigger.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ resource "google_cloudbuild_trigger" "manual-trigger" {

```hcl
resource "google_cloudbuild_trigger" "manual-ghe-trigger" {
name = ""
name = "my-trigger"
source_to_build {
uri = "https://hashicorp/terraform-provider-google-beta"
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/colab_schedule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ resource "google_dataform_repository" "dataform_repository" {
name = "dataform-repository"
display_name = "dataform_repository"
npmrc_environment_variables_secret_version = google_secret_manager_secret_version.secret_version.id
kms_key_name = ""
kms_key_name = "my-key"
labels = {
label_foo1 = "label-bar1"
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/datastream_stream.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ resource "google_datastream_stream" "default" {
resource "google_datastream_stream" "default" {
display_name = "Salesforce to BigQuery"
location = "us-central1"
stream_id = ""
stream_id = "sf-stream"
source_config {
source_connection_profile = "source-profile"
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/dialogflow_entity_type.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ resource "google_dialogflow_agent" "basic_agent" {
resource "google_dialogflow_entity_type" "basic_entity_type" {
depends_on = [google_dialogflow_agent.basic_agent]
display_name = ""
display_name = "basic-entity-type"
kind = "KIND_MAP"
entities {
value = "value1"
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/edgecontainer_node_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ data "google_project" "project" {}

```hcl
resource "google_edgecontainer_cluster" "default" {
name = ""
name = "default"
location = "us-central1"
authorization {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ resource "google_service_account" "service_account" {
project = "my-project-name"

# Must be firebase-app-hosting-compute
account_id = ""
account_id = "service-account"
display_name = "Firebase App Hosting compute service account"

# Do not throw if already exists
Expand Down Expand Up @@ -86,7 +86,7 @@ resource "google_service_account" "service_account" {
project = "my-project-name"

# Must be firebase-app-hosting-compute
account_id = ""
account_id = "service-account"
display_name = "Firebase App Hosting compute service account"

# Do not throw if already exists
Expand Down Expand Up @@ -121,7 +121,7 @@ resource "google_service_account" "service_account" {
project = "my-project-name"

# Must be firebase-app-hosting-compute
account_id = ""
account_id = "service-account"
display_name = "Firebase App Hosting compute service account"

# Do not throw if already exists
Expand Down
8 changes: 4 additions & 4 deletions website/docs/r/firebase_app_hosting_domain.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource "google_firebase_app_hosting_domain" "example" {
project = google_firebase_app_hosting_backend.example.project
location = google_firebase_app_hosting_backend.example.location
backend = google_firebase_app_hosting_backend.example.backend_id
domain_id = ""
domain_id = "example.com"
}

resource "google_firebase_app_hosting_backend" "example" {
Expand All @@ -51,7 +51,7 @@ resource "google_service_account" "service_account" {
project = "my-project-name"

# Must be firebase-app-hosting-compute
account_id = ""
account_id = "sa-id"
display_name = "Firebase App Hosting compute service account"

# Do not throw if already exists
Expand All @@ -66,7 +66,7 @@ resource "google_firebase_app_hosting_domain" "example" {
project = google_firebase_app_hosting_backend.example.project
location = google_firebase_app_hosting_backend.example.location
backend = google_firebase_app_hosting_backend.example.backend_id
domain_id = ""
domain_id = "example.com"

serve {
redirect {
Expand All @@ -91,7 +91,7 @@ resource "google_service_account" "service_account" {
project = "my-project-name"

# Must be firebase-app-hosting-compute
account_id = ""
account_id = "sa-id"
display_name = "Firebase App Hosting compute service account"

# Do not throw if already exists
Expand Down
Loading
Loading