Skip to content

Instantly share code, notes, and snippets.

@g-nikolay
Created November 1, 2021 22:58
Show Gist options
  • Save g-nikolay/5060775b475b8e4d3b7cfe98bddca4c9 to your computer and use it in GitHub Desktop.
Save g-nikolay/5060775b475b8e4d3b7cfe98bddca4c9 to your computer and use it in GitHub Desktop.
[google_bigquery_table] an unidentified error while terraform plan
user@cloudshell:~/tf_tests/import (my-project)$ terraform plan
2021-11-01T22:56:30.972Z [DEBUG] Adding temp file log sink: /tmp/terraform-log781910106
2021-11-01T22:56:30.972Z [INFO] Terraform version: 1.0.9
2021-11-01T22:56:30.972Z [INFO] Go runtime version: go1.16.4
2021-11-01T22:56:30.972Z [INFO] CLI args: []string{"/usr/bin/terraform", "plan"}
2021-11-01T22:56:30.972Z [DEBUG] Attempting to open CLI config file: /home/user/.terraformrc
2021-11-01T22:56:30.972Z [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2021-11-01T22:56:30.972Z [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2021-11-01T22:56:30.972Z [DEBUG] ignoring non-existing provider search directory /home/user/.terraform.d/plugins
2021-11-01T22:56:30.972Z [DEBUG] ignoring non-existing provider search directory /home/user/.local/share/terraform/plugins
2021-11-01T22:56:30.972Z [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2021-11-01T22:56:30.972Z [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2021-11-01T22:56:30.973Z [INFO] CLI command args: []string{"plan"}
2021-11-01T22:56:30.974Z [DEBUG] New state was assigned lineage "89f404ad-fe26-11b9-7734-1ea76c03f453"
2021-11-01T22:56:31.217Z [DEBUG] checking for provisioner in "."
2021-11-01T22:56:31.223Z [DEBUG] checking for provisioner in "/usr/bin"
2021-11-01T22:56:31.223Z [INFO] Failed to read plugin lock file .terraform/plugins/linux_amd64/lock.json: open .terraform/plugins/linux_amd64/lock.json: no such file or directory
2021-11-01T22:56:31.223Z [INFO] backend/local: starting Plan operation
2021-11-01T22:56:31.225Z [DEBUG] created provider logger: level=debug
2021-11-01T22:56:31.225Z [INFO] provider: configuring client automatic mTLS
2021-11-01T22:56:31.279Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/3.90.0/linux_amd64/terraform-provider-google_v3.90.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/google/3.90.0/linux_amd64/terraform-provider-google_v3.90.0_x5]
2021-11-01T22:56:31.279Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/3.90.0/linux_amd64/terraform-provider-google_v3.90.0_x5 pid=3471
2021-11-01T22:56:31.280Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/3.90.0/linux_amd64/terraform-provider-google_v3.90.0_x5
2021-11-01T22:56:31.313Z [INFO] provider.terraform-provider-google_v3.90.0_x5: configuring server automatic mTLS: timestamp=2021-11-01T22:56:31.313Z
2021-11-01T22:56:31.367Z [DEBUG] provider.terraform-provider-google_v3.90.0_x5: plugin address: network=unix address=/tmp/plugin718477962 timestamp=2021-11-01T22:56:31.367Z
2021-11-01T22:56:31.368Z [DEBUG] provider: using plugin: version=5
2021-11-01T22:56:31.522Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-11-01T22:56:31.526Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/3.90.0/linux_amd64/terraform-provider-google_v3.90.0_x5 pid=3471
2021-11-01T22:56:31.526Z [DEBUG] provider: plugin exited
2021-11-01T22:56:31.526Z [INFO] terraform: building graph: GraphTypeValidate
2021-11-01T22:56:31.526Z [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/google"], implied first by google_bigquery_table.table_legacy_res_import_test
2021-11-01T22:56:31.527Z [DEBUG] ProviderTransformer: "google_bigquery_dataset.dataset_gcp_res_import_test" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2021-11-01T22:56:31.527Z [DEBUG] ProviderTransformer: "google_bigquery_table.table_gcp_res_import_test" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2021-11-01T22:56:31.527Z [DEBUG] ProviderTransformer: "google_bigquery_dataset.dataset_legacy_res_import_test" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2021-11-01T22:56:31.527Z [DEBUG] ProviderTransformer: "google_bigquery_table.table_legacy_res_import_test" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2021-11-01T22:56:31.528Z [DEBUG] ReferenceTransformer: "google_bigquery_table.table_legacy_res_import_test" references: [google_bigquery_dataset.dataset_legacy_res_import_test]
2021-11-01T22:56:31.528Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"]" references: []
2021-11-01T22:56:31.528Z [DEBUG] ReferenceTransformer: "google_bigquery_dataset.dataset_gcp_res_import_test" references: []
2021-11-01T22:56:31.528Z [DEBUG] ReferenceTransformer: "google_bigquery_table.table_gcp_res_import_test" references: [google_bigquery_dataset.dataset_gcp_res_import_test]
2021-11-01T22:56:31.528Z [DEBUG] ReferenceTransformer: "google_bigquery_dataset.dataset_legacy_res_import_test" references: []
2021-11-01T22:56:31.529Z [DEBUG] Starting graph walk: walkValidate
2021-11-01T22:56:31.529Z [DEBUG] created provider logger: level=debug
2021-11-01T22:56:31.529Z [INFO] provider: configuring client automatic mTLS
2021-11-01T22:56:31.581Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/3.90.0/linux_amd64/terraform-provider-google_v3.90.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/google/3.90.0/linux_amd64/terraform-provider-google_v3.90.0_x5]
2021-11-01T22:56:31.581Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/3.90.0/linux_amd64/terraform-provider-google_v3.90.0_x5 pid=3480
2021-11-01T22:56:31.581Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/3.90.0/linux_amd64/terraform-provider-google_v3.90.0_x5
2021-11-01T22:56:31.617Z [INFO] provider.terraform-provider-google_v3.90.0_x5: configuring server automatic mTLS: timestamp=2021-11-01T22:56:31.617Z
2021-11-01T22:56:31.672Z [DEBUG] provider.terraform-provider-google_v3.90.0_x5: plugin address: address=/tmp/plugin686886601 network=unix timestamp=2021-11-01T22:56:31.671Z
2021-11-01T22:56:31.672Z [DEBUG] provider: using plugin: version=5
2021-11-01T22:56:31.850Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-11-01T22:56:31.854Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/3.90.0/linux_amd64/terraform-provider-google_v3.90.0_x5 pid=3480
2021-11-01T22:56:31.854Z [DEBUG] provider: plugin exited
2021-11-01T22:56:31.854Z [INFO] backend/local: plan calling Plan
2021-11-01T22:56:31.854Z [INFO] terraform: building graph: GraphTypePlan
2021-11-01T22:56:31.855Z [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/google"], implied first by google_bigquery_dataset.dataset_gcp_res_import_test (expand)
2021-11-01T22:56:31.855Z [DEBUG] ProviderTransformer: "google_bigquery_dataset.dataset_gcp_res_import_test (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2021-11-01T22:56:31.855Z [DEBUG] ProviderTransformer: "google_bigquery_table.table_gcp_res_import_test (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2021-11-01T22:56:31.855Z [DEBUG] ProviderTransformer: "google_bigquery_dataset.dataset_legacy_res_import_test (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2021-11-01T22:56:31.855Z [DEBUG] ProviderTransformer: "google_bigquery_table.table_legacy_res_import_test (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2021-11-01T22:56:31.856Z [DEBUG] ReferenceTransformer: "google_bigquery_table.table_legacy_res_import_test (expand)" references: [google_bigquery_dataset.dataset_legacy_res_import_test (expand)]
2021-11-01T22:56:31.856Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"]" references: []
2021-11-01T22:56:31.856Z [DEBUG] ReferenceTransformer: "google_bigquery_dataset.dataset_gcp_res_import_test (expand)" references: []
2021-11-01T22:56:31.856Z [DEBUG] ReferenceTransformer: "google_bigquery_table.table_gcp_res_import_test (expand)" references: [google_bigquery_dataset.dataset_gcp_res_import_test (expand)]
2021-11-01T22:56:31.856Z [DEBUG] ReferenceTransformer: "google_bigquery_dataset.dataset_legacy_res_import_test (expand)" references: []
2021-11-01T22:56:31.857Z [DEBUG] Starting graph walk: walkPlan
2021-11-01T22:56:31.857Z [DEBUG] created provider logger: level=debug
2021-11-01T22:56:31.857Z [INFO] provider: configuring client automatic mTLS
2021-11-01T22:56:31.918Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/3.90.0/linux_amd64/terraform-provider-google_v3.90.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/google/3.90.0/linux_amd64/terraform-provider-google_v3.90.0_x5]
2021-11-01T22:56:31.921Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/3.90.0/linux_amd64/terraform-provider-google_v3.90.0_x5 pid=3490
2021-11-01T22:56:31.921Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/3.90.0/linux_amd64/terraform-provider-google_v3.90.0_x5
2021-11-01T22:56:31.951Z [INFO] provider.terraform-provider-google_v3.90.0_x5: configuring server automatic mTLS: timestamp=2021-11-01T22:56:31.951Z
2021-11-01T22:56:32.008Z [DEBUG] provider.terraform-provider-google_v3.90.0_x5: plugin address: address=/tmp/plugin229740143 network=unix timestamp=2021-11-01T22:56:32.008Z
2021-11-01T22:56:32.008Z [DEBUG] provider: using plugin: version=5
2021-11-01T22:56:32.221Z [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/google\"]" changed the config value, but that value is unused
2021-11-01T22:56:32.223Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [INFO] Authenticating using DefaultClient...: timestamp=2021-11-01T22:56:32.223Z
2021-11-01T22:56:32.223Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [INFO] -- Scopes: [https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-identity https://www.googleapis.com/auth/ndev.clouddns.readwrite https://www.googleapis.com/auth/devstorage.full_control https://www.googleapis.com/auth/userinfo.email]: timestamp=2021-11-01T22:56:32.223Z
2021-11-01T22:56:32.225Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [INFO] Authenticating using DefaultClient...: timestamp=2021-11-01T22:56:32.225Z
2021-11-01T22:56:32.225Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [INFO] -- Scopes: [https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-identity https://www.googleapis.com/auth/ndev.clouddns.readwrite https://www.googleapis.com/auth/devstorage.full_control https://www.googleapis.com/auth/userinfo.email]: timestamp=2021-11-01T22:56:32.225Z
2021-11-01T22:56:32.228Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [DEBUG] Waiting for state to become: [success]: timestamp=2021-11-01T22:56:32.228Z
2021-11-01T22:56:32.307Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [INFO] Terraform is using this identity: [email protected]: timestamp=2021-11-01T22:56:32.307Z
2021-11-01T22:56:32.309Z [DEBUG] Resource instance state not found for node "google_bigquery_dataset.dataset_legacy_res_import_test", instance google_bigquery_dataset.dataset_legacy_res_import_test
2021-11-01T22:56:32.310Z [DEBUG] ReferenceTransformer: "google_bigquery_dataset.dataset_legacy_res_import_test" references: []
2021-11-01T22:56:32.310Z [DEBUG] refresh: google_bigquery_dataset.dataset_legacy_res_import_test: no state, so not refreshing
2021-11-01T22:56:32.311Z [DEBUG] ReferenceTransformer: "google_bigquery_dataset.dataset_gcp_res_import_test" references: []
2021-11-01T22:56:32.317Z [WARN] Provider "registry.terraform.io/hashicorp/google" produced an invalid plan for google_bigquery_dataset.dataset_legacy_res_import_test, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .delete_contents_on_destroy: planned value cty.False for a non-computed attribute
- .access: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
2021-11-01T22:56:32.318Z [DEBUG] Resource instance state not found for node "google_bigquery_table.table_legacy_res_import_test", instance google_bigquery_table.table_legacy_res_import_test
2021-11-01T22:56:32.319Z [DEBUG] ReferenceTransformer: "google_bigquery_table.table_legacy_res_import_test" references: []
2021-11-01T22:56:32.319Z [DEBUG] refresh: google_bigquery_table.table_legacy_res_import_test: no state, so not refreshing
2021-11-01T22:56:32.327Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [DEBUG] unable to unmarshal old json - unexpected end of JSON input: timestamp=2021-11-01T22:56:32.327Z
2021-11-01T22:56:32.328Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [DEBUG] unable to unmarshal new json - unexpected end of JSON input: timestamp=2021-11-01T22:56:32.327Z
2021-11-01T22:56:32.331Z [WARN] Provider "registry.terraform.io/hashicorp/google" produced an invalid plan for google_bigquery_table.table_legacy_res_import_test, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .deletion_protection: planned value cty.True for a non-computed attribute
google_bigquery_dataset.dataset_gcp_res_import_test: Refreshing state... [id=projects/my-project/datasets/dataset_gcp_import_test]
2021-11-01T22:56:32.336Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [DEBUG] Waiting for state to become: [success]: timestamp=2021-11-01T22:56:32.336Z
2021-11-01T22:56:32.337Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [DEBUG] Retry Transport: starting RoundTrip retry loop: timestamp=2021-11-01T22:56:32.337Z
2021-11-01T22:56:32.337Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [DEBUG] Retry Transport: request attempt 0: timestamp=2021-11-01T22:56:32.337Z
2021-11-01T22:56:32.337Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [DEBUG] Google API Request Details:
---[ REQUEST ]---------------------------------------
GET /bigquery/v2/projects/my-project/datasets/dataset_gcp_import_test?alt=json HTTP/1.1
Host: bigquery.googleapis.com
User-Agent: Terraform/1.0.9 (+https://www.terraform.io) Terraform-Plugin-SDK/2.5.0 terraform-provider-google/3.90.0
Content-Type: application/json
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2021-11-01T22:56:32.337Z
2021-11-01T22:56:32.521Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [DEBUG] Google API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 200 OK
Cache-Control: private
Content-Type: application/json; charset=UTF-8
Date: Mon, 01 Nov 2021 22:56:32 GMT
Etag: bvhyh+CopI7HPIhYsYx8Gg==
Server: ESF
Vary: Origin
Vary: X-Origin
Vary: Referer
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0
{
"kind": "bigquery#dataset",
"etag": "bvhyh+CopI7HPIhYsYx8Gg==",
"id": "my-project:dataset_gcp_import_test",
"selfLink": "https://bigquery.googleapis.com/bigquery/v2/projects/my-project/datasets/dataset_gcp_import_test",
"datasetReference": {
"datasetId": "dataset_gcp_import_test",
"projectId": "my-project"
},
"description": "e2e test",
"defaultTableExpirationMs": "7200000",
"labels": {
"goog-dm": "bq-04",
"from": "e2e-test"
},
"access": [
{
"role": "WRITER",
"specialGroup": "projectWriters"
},
{
"role": "OWNER",
"specialGroup": "projectOwners"
},
{
"role": "OWNER",
"userByEmail": "[email protected]"
},
{
"role": "READER",
"specialGroup": "projectReaders"
}
],
"creationTime": "1635807199123",
"lastModifiedTime": "1635807201216",
"location": "us-west1",
"type": "DEFAULT"
}
-----------------------------------------------------: timestamp=2021-11-01T22:56:32.521Z
2021-11-01T22:56:32.521Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [DEBUG] Retry Transport: Stopping retries, last request was successful: timestamp=2021-11-01T22:56:32.521Z
2021-11-01T22:56:32.521Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [DEBUG] Retry Transport: Returning after 1 attempts: timestamp=2021-11-01T22:56:32.521Z
2021-11-01T22:56:32.529Z [WARN] Provider "registry.terraform.io/hashicorp/google" produced an invalid plan for google_bigquery_dataset.dataset_gcp_res_import_test, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .delete_contents_on_destroy: planned value cty.False for a non-computed attribute
- .default_partition_expiration_ms: planned value cty.NumberIntVal(0) for a non-computed attribute
- .friendly_name: planned value cty.StringVal("") for a non-computed attribute
- .timeouts: planned for existence but config wants absence
2021-11-01T22:56:32.531Z [DEBUG] ReferenceTransformer: "google_bigquery_table.table_gcp_res_import_test" references: []
google_bigquery_table.table_gcp_res_import_test: Refreshing state... [id=projects/my-project/datasets/dataset_gcp_import_test/tables/table_gcp_import_test]
2021-11-01T22:56:32.541Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [INFO] Reading BigQuery table: projects/my-project/datasets/dataset_gcp_import_test/tables/table_gcp_import_test: timestamp=2021-11-01T22:56:32.541Z
2021-11-01T22:56:32.542Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [INFO] Instantiating Google Cloud BigQuery client for path https://bigquery.googleapis.com/bigquery/v2/: timestamp=2021-11-01T22:56:32.542Z
2021-11-01T22:56:32.542Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [DEBUG] Retry Transport: starting RoundTrip retry loop: timestamp=2021-11-01T22:56:32.542Z
2021-11-01T22:56:32.542Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [DEBUG] Retry Transport: request attempt 0: timestamp=2021-11-01T22:56:32.542Z
2021-11-01T22:56:32.542Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [DEBUG] Retry Transport: starting RoundTrip retry loop: timestamp=2021-11-01T22:56:32.542Z
2021-11-01T22:56:32.542Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [DEBUG] Retry Transport: request attempt 0: timestamp=2021-11-01T22:56:32.542Z
2021-11-01T22:56:32.543Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [DEBUG] Google API Request Details:
---[ REQUEST ]---------------------------------------
GET /bigquery/v2/projects/my-project/datasets/dataset_gcp_import_test/tables/table_gcp_import_test?alt=json&prettyPrint=false HTTP/1.1
Host: bigquery.googleapis.com
User-Agent: google-api-go-client/0.5 Terraform/1.0.9 (+https://www.terraform.io) Terraform-Plugin-SDK/2.5.0 terraform-provider-google/3.90.0
X-Goog-Api-Client: gl-go/1.16.2 gdcl/20210830
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2021-11-01T22:56:32.543Z
2021-11-01T22:56:32.629Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [DEBUG] Google API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 200 OK
Cache-Control: private
Content-Type: application/json; charset=UTF-8
Date: Mon, 01 Nov 2021 22:56:32 GMT
Etag: AMZWa5MNKJRpFgJNo3FSvw==
Server: ESF
Vary: Origin
Vary: X-Origin
Vary: Referer
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0
{
"kind": "bigquery#table",
"etag": "AMZWa5MNKJRpFgJNo3FSvw==",
"id": "my-project:dataset_gcp_import_test.table_gcp_import_test",
"selfLink": "https://bigquery.googleapis.com/bigquery/v2/projects/my-project/datasets/dataset_gcp_import_test/tables/table_gcp_import_test",
"tableReference": {
"projectId": "my-project",
"datasetId": "dataset_gcp_import_test",
"tableId": "table_gcp_import_test"
},
"labels": {
"goog-dm": "bq-04"
},
"schema": {},
"numBytes": "0",
"numLongTermBytes": "0",
"numRows": "0",
"creationTime": "1635807207158",
"lastModifiedTime": "1635807209598",
"type": "TABLE",
"location": "us-west1"
}
-----------------------------------------------------: timestamp=2021-11-01T22:56:32.629Z
2021-11-01T22:56:32.629Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [DEBUG] Retry Transport: Stopping retries, last request was successful: timestamp=2021-11-01T22:56:32.629Z
2021-11-01T22:56:32.629Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [DEBUG] Retry Transport: Returning after 1 attempts: timestamp=2021-11-01T22:56:32.629Z
2021-11-01T22:56:32.629Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [DEBUG] Retry Transport: Stopping retries, last request was successful: timestamp=2021-11-01T22:56:32.629Z
2021-11-01T22:56:32.629Z [INFO] provider.terraform-provider-google_v3.90.0_x5: 2021/11/01 22:56:32 [DEBUG] Retry Transport: Returning after 1 attempts: timestamp=2021-11-01T22:56:32.629Z
2021-11-01T22:56:32.637Z [INFO] backend/local: plan operation completed
│ Error: 1 error occurred:
│ * ForceNew: No changes for schema
│ with google_bigquery_table.table_gcp_res_import_test,
│ on main.tf line 11, in resource "google_bigquery_table" "table_gcp_res_import_test":
│ 11: resource "google_bigquery_table" "table_gcp_res_import_test" {
2021-11-01T22:56:32.639Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-11-01T22:56:32.643Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/3.90.0/linux_amd64/terraform-provider-google_v3.90.0_x5 pid=3490
2021-11-01T22:56:32.643Z [DEBUG] provider: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment