Last active
September 17, 2020 10:19
-
-
Save ollimandoliini/1d39a9ff0f0e452670b51e6384c1b6cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2020-09-17T13:03:53.455+0300 [DEBUG] plugin.terraform-provider-google_v3.38.0_x5: ---[ REQUEST ]--------------------------------------- | |
| 2020-09-17T13:03:53.455+0300 [DEBUG] plugin.terraform-provider-google_v3.38.0_x5: POST /v1beta1/projects/projectname/locations/europe-west4/environments?alt=json&prettyPrint=false HTTP/1.1 | |
| 2020-09-17T13:03:53.455+0300 [DEBUG] plugin.terraform-provider-google_v3.38.0_x5: Host: composer.googleapis.com | |
| 2020-09-17T13:03:53.455+0300 [DEBUG] plugin.terraform-provider-google_v3.38.0_x5: User-Agent: google-api-go-client/0.5 HashiCorp Terraform/0.13.2 (+https://www.terraform.io) Terraform Plugin SDK/1.11.0 terraform-provider-google/3.38.0 | |
| 2020-09-17T13:03:53.455+0300 [DEBUG] plugin.terraform-provider-google_v3.38.0_x5: Content-Length: 95 | |
| 2020-09-17T13:03:53.455+0300 [DEBUG] plugin.terraform-provider-google_v3.38.0_x5: Content-Type: application/json | |
| 2020-09-17T13:03:53.455+0300 [DEBUG] plugin.terraform-provider-google_v3.38.0_x5: X-Goog-Api-Client: gl-go/1.14.5 gdcl/20200707 | |
| 2020-09-17T13:03:53.455+0300 [DEBUG] plugin.terraform-provider-google_v3.38.0_x5: Accept-Encoding: gzip | |
| 2020-09-17T13:03:53.455+0300 [DEBUG] plugin.terraform-provider-google_v3.38.0_x5: | |
| 2020-09-17T13:03:53.455+0300 [DEBUG] plugin.terraform-provider-google_v3.38.0_x5: { | |
| 2020-09-17T13:03:53.455+0300 [DEBUG] plugin.terraform-provider-google_v3.38.0_x5: "name": "projects/projectname/locations/europe-west4/environments/environment" | |
| 2020-09-17T13:03:53.455+0300 [DEBUG] plugin.terraform-provider-google_v3.38.0_x5: } | |
| 2020-09-17T13:03:53.455+0300 [DEBUG] plugin.terraform-provider-google_v3.38.0_x5: | |
| 2020-09-17T13:03:53.455+0300 [DEBUG] plugin.terraform-provider-google_v3.38.0_x5: ----------------------------------------------------- | |
| 2020-09-17T13:04:02.514+0300 [DEBUG] plugin.terraform-provider-google_v3.38.0_x5: 2020/09/17 13:04:02 [DEBUG] Retry Transport: Stopping retries, last request failed with non-retryable error: net/http: request canceled | |
| 2020-09-17T13:04:02.514+0300 [DEBUG] plugin.terraform-provider-google_v3.38.0_x5: 2020/09/17 13:04:02 [DEBUG] Retry Transport: Returning after 2 attempts | |
| module.app.module.data_ingestion.google_composer_environment.data_ingestion: Still creating... [30s elapsed] | |
| 2020/09/17 13:04:02 [DEBUG] module.app.module.data_ingestion.google_composer_environment.data_ingestion: apply errored, but we're indicating that via the Error pointer rather than returning it: Post "https://composer.googleapis.com/v1beta1/projects/projectname/locations/europe-west4/environments?alt=json&prettyPrint=false": net/http: request canceled (Client.Timeout exceeded while awaiting headers) | |
| 2020/09/17 13:04:02 [ERROR] eval: *terraform.EvalApplyPost, err: Post "https://composer.googleapis.com/v1beta1/projects/projectname/locations/europe-west4/environments?alt=json&prettyPrint=false": net/http: request canceled (Client.Timeout exceeded while awaiting headers) | |
| 2020/09/17 13:04:02 [ERROR] eval: *terraform.EvalSequence, err: Post "https://composer.googleapis.com/v1beta1/projects/projectname/locations/europe-west4/environments?alt=json&prettyPrint=false": net/http: request canceled (Client.Timeout exceeded while awaiting headers) | |
| Error: Post "https://composer.googleapis.com/v1beta1/projects/projectname/locations/europe-west4/environments?alt=json&prettyPrint=false": net/http: request canceled (Client.Timeout exceeded while awaiting headers) | |
| on ../../modules/app/modules/data_ingestion/main.tf line 1, in resource "google_composer_environment" "data_ingestion": | |
| 1: resource "google_composer_environment" "data_ingestion" { | |
| 2020-09-17T13:04:02.896+0300 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/google/3.38.0/darwin_amd64/terraform-provider-google_v3.38.0_x5 pid=52482 | |
| 2020-09-17T13:04:02.896+0300 [DEBUG] plugin: plugin exited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment