Skip to content

Instantly share code, notes, and snippets.

@bizmate
Created September 18, 2020 02:13
Show Gist options
  • Save bizmate/f1c700d4c27f3f87cd297702b2f38bfa to your computer and use it in GitHub Desktop.
Save bizmate/f1c700d4c27f3f87cd297702b2f38bfa to your computer and use it in GitHub Desktop.
Terraform : Error: rpc error: code = Unavailable desc = transport is closing LOG
$ terraform plan
2020/09/18 02:55:55 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
Use TF_LOG=TRACE to see Terraform's internal logs.
----
2020/09/18 02:55:55 [INFO] Terraform version: 0.13.2
2020/09/18 02:55:55 [INFO] Go runtime version: go1.14.7
2020/09/18 02:55:55 [INFO] CLI args: []string{"/usr/local/bin/terraform", "plan"}
2020/09/18 02:55:55 [DEBUG] Attempting to open CLI config file: /home/__USER__/.terraformrc
2020/09/18 02:55:55 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2020/09/18 02:55:55 [DEBUG] checking for credentials in "/home/__USER__/.terraform.d/plugins"
2020/09/18 02:55:55 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2020/09/18 02:55:55 [DEBUG] will search for provider plugins in /home/__USER__/.terraform.d/plugins
2020/09/18 02:55:55 [DEBUG] ignoring non-existing provider search directory /home/__USER__/.local/share/terraform/plugins
2020/09/18 02:55:55 [DEBUG] ignoring non-existing provider search directory /usr/share/ubuntu/terraform/plugins
2020/09/18 02:55:55 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2020/09/18 02:55:55 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2020/09/18 02:55:55 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2020/09/18 02:55:55 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2020/09/18 02:55:55 [INFO] CLI command args: []string{"plan"}
2020/09/18 02:55:55 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
Use TF_LOG=TRACE to see Terraform's internal logs.
----
2020/09/18 02:55:55 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
Use TF_LOG=TRACE to see Terraform's internal logs.
----
2020/09/18 02:55:55 [INFO] AWS Auth provider used: "EnvProvider"
2020/09/18 02:55:57 [DEBUG] checking for provisioner in "."
2020/09/18 02:55:57 [DEBUG] checking for provisioner in "/usr/local/bin"
2020/09/18 02:55:57 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64"
2020/09/18 02:55:57 [DEBUG] found provisioner "terraform-provisioner-ansible-linux-amd64_v2.3.3"
2020/09/18 02:55:57 [DEBUG] checking for provisioner in "/home/__USER__/.terraform.d/plugins"
2020/09/18 02:55:57 [WARN] found legacy provisioner "terraform-provisioner-ansible"
2020/09/18 02:55:57 [INFO] backend/local: starting Plan operation
2020/09/18 02:55:57 [DEBUG] [aws-sdk-go] DEBUG: Request s3/ListObjects Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?max-keys=1000&prefix=env%3A%2F HTTP/1.1
Host: my-reviews-infra.s3.amazonaws.com
User-Agent: aws-sdk-go/1.31.9 (go1.14.7; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.2
Authorization: AWS4-HMAC-SHA256 Credential=A__OMISSIS__XZ/20200918/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3150cb8033909158e557735aa114256b72e6e4b7f275c4abbf8c414f521c45dc
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20200918T015557Z
Accept-Encoding: gzip
-----------------------------------------------------
2020/09/18 02:55:57 [DEBUG] [aws-sdk-go] DEBUG: Response s3/ListObjects Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Fri, 18 Sep 2020 01:55:58 GMT
Server: AmazonS3
X-Amz-Bucket-Region: us-east-1
X-Amz-Id-2: 4fw93L+ZcntFekK9B095jAU78PgPJv3DYe9+MIi9MW1uxNX8EuXBNcsWXmtFgrOWNsCH9OK6qlk=
X-Amz-Request-Id: D2B023E756202164
-----------------------------------------------------
2020/09/18 02:55:57 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>my-reviews-infra</Name><Prefix>env:/</Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated></ListBucketResult>
2020/09/18 02:55:57 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetObject Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /network/terraform.tfstate HTTP/1.1
Host: my-reviews-infra.s3.amazonaws.com
User-Agent: aws-sdk-go/1.31.9 (go1.14.7; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.2
Authorization: AWS4-HMAC-SHA256 Credential=A__OMISSIS__XZ/20200918/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fcead16d8e3285fd2241db37872c68c1149f286bd685bb7f144672ff6420c48c
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20200918T015557Z
Accept-Encoding: gzip
-----------------------------------------------------
2020/09/18 02:55:58 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetObject Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 66766
Accept-Ranges: bytes
Content-Type: application/json
Date: Fri, 18 Sep 2020 01:55:59 GMT
Etag: "552f5b1a3a4d65af796acd4334e0f90d"
Last-Modified: Fri, 18 Sep 2020 01:08:30 GMT
Server: AmazonS3
X-Amz-Id-2: NSF3w1MvceviMEvKyPzDGoi8ts3i/rAjLPTuXEEp4Ww9llqFgn2CzHxDTysclQ/Hnc0yaIAqAgA=
X-Amz-Request-Id: DFF633A41FB64DED
-----------------------------------------------------
2020/09/18 02:55:58 [DEBUG] [aws-sdk-go]
2020-09-18T02:55:58.475+0100 [INFO] plugin: configuring client automatic mTLS
2020-09-18T02:55:58.528+0100 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.6.0/linux_amd64/terraform-provider-aws_v3.6.0_x5 args=[.terraform/plugins/registry.terraform.io/hashicorp/aws/3.6.0/linux_amd64/terraform-provider-aws_v3.6.0_x5]
2020-09-18T02:55:58.528+0100 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.6.0/linux_amd64/terraform-provider-aws_v3.6.0_x5 pid=27495
2020-09-18T02:55:58.528+0100 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.6.0/linux_amd64/terraform-provider-aws_v3.6.0_x5
2020-09-18T02:55:58.573+0100 [INFO] plugin.terraform-provider-aws_v3.6.0_x5: configuring server automatic mTLS: timestamp=2020-09-18T02:55:58.573+0100
2020-09-18T02:55:58.613+0100 [DEBUG] plugin: using plugin: version=5
2020-09-18T02:55:58.613+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: plugin address: address=/tmp/plugin223822363 network=unix timestamp=2020-09-18T02:55:58.613+0100
2020-09-18T02:55:58.939+0100 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-09-18T02:55:58.943+0100 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.6.0/linux_amd64/terraform-provider-aws_v3.6.0_x5 pid=27495
2020-09-18T02:55:58.943+0100 [DEBUG] plugin: plugin exited
2020-09-18T02:55:58.943+0100 [INFO] plugin: configuring client automatic mTLS
2020-09-18T02:55:58.990+0100 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hetznercloud/hcloud/1.21.0/linux_amd64/terraform-provider-hcloud_v1.21.0 args=[.terraform/plugins/registry.terraform.io/hetznercloud/hcloud/1.21.0/linux_amd64/terraform-provider-hcloud_v1.21.0]
2020-09-18T02:55:58.990+0100 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hetznercloud/hcloud/1.21.0/linux_amd64/terraform-provider-hcloud_v1.21.0 pid=27508
2020-09-18T02:55:58.990+0100 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hetznercloud/hcloud/1.21.0/linux_amd64/terraform-provider-hcloud_v1.21.0
2020-09-18T02:55:58.999+0100 [INFO] plugin.terraform-provider-hcloud_v1.21.0: configuring server automatic mTLS: timestamp=2020-09-18T02:55:58.999+0100
2020-09-18T02:55:59.051+0100 [DEBUG] plugin: using plugin: version=5
2020-09-18T02:55:59.051+0100 [DEBUG] plugin.terraform-provider-hcloud_v1.21.0: plugin address: address=/tmp/plugin382326649 network=unix timestamp=2020-09-18T02:55:59.051+0100
2020-09-18T02:55:59.156+0100 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-09-18T02:55:59.158+0100 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hetznercloud/hcloud/1.21.0/linux_amd64/terraform-provider-hcloud_v1.21.0 pid=27508
2020-09-18T02:55:59.158+0100 [DEBUG] plugin: plugin exited
2020-09-18T02:55:59.158+0100 [INFO] plugin: configuring client automatic mTLS
2020-09-18T02:55:59.211+0100 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/rancher/rke/1.1.1/linux_amd64/terraform-provider-rke_v1.1.1 args=[.terraform/plugins/registry.terraform.io/rancher/rke/1.1.1/linux_amd64/terraform-provider-rke_v1.1.1]
2020-09-18T02:55:59.211+0100 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/rancher/rke/1.1.1/linux_amd64/terraform-provider-rke_v1.1.1 pid=27521
2020-09-18T02:55:59.211+0100 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/rancher/rke/1.1.1/linux_amd64/terraform-provider-rke_v1.1.1
2020-09-18T02:55:59.306+0100 [INFO] plugin.terraform-provider-rke_v1.1.1: configuring server automatic mTLS: timestamp=2020-09-18T02:55:59.306+0100
2020-09-18T02:55:59.357+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: plugin address: address=/tmp/plugin467811251 network=unix timestamp=2020-09-18T02:55:59.357+0100
2020-09-18T02:55:59.357+0100 [DEBUG] plugin: using plugin: version=5
2020-09-18T02:55:59.465+0100 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-09-18T02:55:59.467+0100 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/rancher/rke/1.1.1/linux_amd64/terraform-provider-rke_v1.1.1 pid=27521
2020-09-18T02:55:59.467+0100 [DEBUG] plugin: plugin exited
2020-09-18T02:55:59.467+0100 [DEBUG] plugin: starting plugin: path=/usr/local/bin/terraform args=[/usr/local/bin/terraform, internal-plugin, provisioner, remote-exec]
2020-09-18T02:55:59.467+0100 [DEBUG] plugin: plugin started: path=/usr/local/bin/terraform pid=27536
2020-09-18T02:55:59.467+0100 [DEBUG] plugin: waiting for RPC address: path=/usr/local/bin/terraform
2020-09-18T02:55:59.487+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
2020-09-18T02:55:59.487+0100 [DEBUG] plugin.terraform: Use TF_LOG=TRACE to see Terraform's internal logs.
2020-09-18T02:55:59.487+0100 [DEBUG] plugin.terraform: ----
2020-09-18T02:55:59.509+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [INFO] Terraform version: 0.13.2
2020-09-18T02:55:59.509+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [INFO] Go runtime version: go1.14.7
2020-09-18T02:55:59.509+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [INFO] CLI args: []string{"/usr/local/bin/terraform", "internal-plugin", "provisioner", "remote-exec"}
2020-09-18T02:55:59.509+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] Attempting to open CLI config file: /home/__USER__/.terraformrc
2020-09-18T02:55:59.509+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2020-09-18T02:55:59.509+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] checking for credentials in "/home/__USER__/.terraform.d/plugins"
2020-09-18T02:55:59.509+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2020-09-18T02:55:59.509+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] will search for provider plugins in /home/__USER__/.terraform.d/plugins
2020-09-18T02:55:59.510+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /home/__USER__/.local/share/terraform/plugins
2020-09-18T02:55:59.510+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /usr/share/ubuntu/terraform/plugins
2020-09-18T02:55:59.510+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2020-09-18T02:55:59.510+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2020-09-18T02:55:59.510+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2020-09-18T02:55:59.510+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2020-09-18T02:55:59.510+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "remote-exec"}
2020-09-18T02:55:59.511+0100 [DEBUG] plugin.terraform: remote-exec-provisioner (internal) 2020/09/18 02:55:59 [INFO] Starting provisioner plugin remote-exec
2020-09-18T02:55:59.511+0100 [DEBUG] plugin.terraform: plugin address: address=/tmp/plugin811895733 network=unix timestamp=2020-09-18T02:55:59.511+0100
2020-09-18T02:55:59.511+0100 [DEBUG] plugin: using plugin: version=5
2020-09-18T02:55:59.513+0100 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-09-18T02:55:59.516+0100 [DEBUG] plugin: plugin process exited: path=/usr/local/bin/terraform pid=27536
2020-09-18T02:55:59.516+0100 [DEBUG] plugin: plugin exited
2020-09-18T02:55:59.516+0100 [DEBUG] plugin: starting plugin: path=/usr/local/bin/terraform args=[/usr/local/bin/terraform, internal-plugin, provisioner, file]
2020-09-18T02:55:59.516+0100 [DEBUG] plugin: plugin started: path=/usr/local/bin/terraform pid=27562
2020-09-18T02:55:59.516+0100 [DEBUG] plugin: waiting for RPC address: path=/usr/local/bin/terraform
2020-09-18T02:55:59.537+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
2020-09-18T02:55:59.537+0100 [DEBUG] plugin.terraform: Use TF_LOG=TRACE to see Terraform's internal logs.
2020-09-18T02:55:59.537+0100 [DEBUG] plugin.terraform: ----
2020-09-18T02:55:59.559+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [INFO] Terraform version: 0.13.2
2020-09-18T02:55:59.559+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [INFO] Go runtime version: go1.14.7
2020-09-18T02:55:59.559+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [INFO] CLI args: []string{"/usr/local/bin/terraform", "internal-plugin", "provisioner", "file"}
2020-09-18T02:55:59.559+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] Attempting to open CLI config file: /home/__USER__/.terraformrc
2020-09-18T02:55:59.559+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2020-09-18T02:55:59.559+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] checking for credentials in "/home/__USER__/.terraform.d/plugins"
2020-09-18T02:55:59.559+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2020-09-18T02:55:59.559+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] will search for provider plugins in /home/__USER__/.terraform.d/plugins
2020-09-18T02:55:59.559+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /home/__USER__/.local/share/terraform/plugins
2020-09-18T02:55:59.559+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /usr/share/ubuntu/terraform/plugins
2020-09-18T02:55:59.559+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2020-09-18T02:55:59.559+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2020-09-18T02:55:59.559+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2020-09-18T02:55:59.560+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "file"}
2020-09-18T02:55:59.560+0100 [DEBUG] plugin.terraform: file-provisioner (internal) 2020/09/18 02:55:59 [INFO] Starting provisioner plugin file
2020-09-18T02:55:59.561+0100 [DEBUG] plugin.terraform: plugin address: network=unix address=/tmp/plugin846075569 timestamp=2020-09-18T02:55:59.561+0100
2020-09-18T02:55:59.561+0100 [DEBUG] plugin: using plugin: version=5
2020-09-18T02:55:59.564+0100 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-09-18T02:55:59.567+0100 [DEBUG] plugin: plugin process exited: path=/usr/local/bin/terraform pid=27562
2020-09-18T02:55:59.567+0100 [DEBUG] plugin: plugin exited
2020/09/18 02:55:59 [INFO] terraform: building graph: GraphTypeValidate
2020/09/18 02:55:59 [DEBUG] ProviderTransformer: "rke_cluster.companys_rke" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/rancher/rke"]
2020/09/18 02:55:59 [DEBUG] ProviderTransformer: "hcloud_server.companys-infra-k8s-servers" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hetznercloud/hcloud"]
2020/09/18 02:55:59 [DEBUG] ProviderTransformer: "hcloud_ssh_key.companys-infra-key" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hetznercloud/hcloud"]
2020/09/18 02:55:59 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/aws"]
2020/09/18 02:55:59 [DEBUG] ReferenceTransformer: "rke_cluster.companys_rke" references: [hcloud_server.companys-infra-k8s-servers hcloud_ssh_key.companys-infra-key var.ssh_user var.ssh_user hcloud_ssh_key.companys-infra-key hcloud_server.companys-infra-k8s-servers hcloud_ssh_key.companys-infra-key hcloud_server.companys-infra-k8s-servers var.ssh_user]
2020/09/18 02:55:59 [DEBUG] ReferenceTransformer: "var.region" references: []
2020/09/18 02:55:59 [DEBUG] ReferenceTransformer: "var.private_key_path" references: []
2020/09/18 02:55:59 [DEBUG] ReferenceTransformer: "provisioner.remote-exec" references: []
2020/09/18 02:55:59 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hetznercloud/hcloud\"]" references: [var.hcloud_token]
2020/09/18 02:55:59 [DEBUG] ReferenceTransformer: "var.key_name" references: []
2020/09/18 02:55:59 [DEBUG] ReferenceTransformer: "var.k8s_servers" references: []
2020/09/18 02:55:59 [DEBUG] ReferenceTransformer: "var.ssh_user" references: []
2020/09/18 02:55:59 [DEBUG] ReferenceTransformer: "var.docker_install_url" references: []
2020/09/18 02:55:59 [DEBUG] ReferenceTransformer: "provisioner.file" references: []
2020/09/18 02:55:59 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/rancher/rke\"]" references: []
2020/09/18 02:55:59 [WARN] ReferenceTransformer: reference not found: "each.value"
2020/09/18 02:55:59 [WARN] ReferenceTransformer: reference not found: "each.value"
2020/09/18 02:55:59 [WARN] ReferenceTransformer: reference not found: "each.value"
2020/09/18 02:55:59 [WARN] ReferenceTransformer: reference not found: "each.value"
2020/09/18 02:55:59 [WARN] ReferenceTransformer: reference not found: "self"
2020/09/18 02:55:59 [WARN] ReferenceTransformer: reference not found: "self"
2020/09/18 02:55:59 [WARN] ReferenceTransformer: reference not found: "self"
2020/09/18 02:55:59 [WARN] ReferenceTransformer: reference not found: "self"
2020/09/18 02:55:59 [WARN] ReferenceTransformer: reference not found: "self"
2020/09/18 02:55:59 [DEBUG] ReferenceTransformer: "hcloud_server.companys-infra-k8s-servers" references: [var.k8s_servers hcloud_ssh_key.companys-infra-key var.private_key_path var.ssh_user var.ssh_user var.ssh_user var.private_key_path var.ssh_user var.public_key_path var.private_key_path var.ssh_user var.private_key_path var.ssh_user var.ssh_user var.ssh_user var.ssh_user var.ssh_user var.private_key_path var.ssh_user var.docker_install_url var.ssh_user]
2020/09/18 02:55:59 [DEBUG] ReferenceTransformer: "hcloud_ssh_key.companys-infra-key" references: [var.public_key_path]
2020/09/18 02:55:59 [DEBUG] ReferenceTransformer: "var.hcloud_token" references: []
2020/09/18 02:55:59 [DEBUG] ReferenceTransformer: "var.public_key_path" references: []
2020/09/18 02:55:59 [DEBUG] Starting graph walk: walkValidate
2020-09-18T02:55:59.573+0100 [DEBUG] plugin: starting plugin: path=/usr/local/bin/terraform args=[/usr/local/bin/terraform, internal-plugin, provisioner, remote-exec]
2020-09-18T02:55:59.574+0100 [INFO] plugin: configuring client automatic mTLS
2020-09-18T02:55:59.574+0100 [DEBUG] plugin: plugin started: path=/usr/local/bin/terraform pid=27587
2020-09-18T02:55:59.574+0100 [DEBUG] plugin: waiting for RPC address: path=/usr/local/bin/terraform
2020-09-18T02:55:59.594+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
2020-09-18T02:55:59.594+0100 [DEBUG] plugin.terraform: Use TF_LOG=TRACE to see Terraform's internal logs.
2020-09-18T02:55:59.594+0100 [DEBUG] plugin.terraform: ----
2020-09-18T02:55:59.612+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [INFO] Terraform version: 0.13.2
2020-09-18T02:55:59.612+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [INFO] Go runtime version: go1.14.7
2020-09-18T02:55:59.612+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [INFO] CLI args: []string{"/usr/local/bin/terraform", "internal-plugin", "provisioner", "remote-exec"}
2020-09-18T02:55:59.612+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] Attempting to open CLI config file: /home/__USER__/.terraformrc
2020-09-18T02:55:59.612+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2020-09-18T02:55:59.612+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] checking for credentials in "/home/__USER__/.terraform.d/plugins"
2020-09-18T02:55:59.612+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2020-09-18T02:55:59.612+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] will search for provider plugins in /home/__USER__/.terraform.d/plugins
2020-09-18T02:55:59.612+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /home/__USER__/.local/share/terraform/plugins
2020-09-18T02:55:59.612+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /usr/share/ubuntu/terraform/plugins
2020-09-18T02:55:59.612+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2020-09-18T02:55:59.612+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2020-09-18T02:55:59.612+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2020-09-18T02:55:59.612+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2020-09-18T02:55:59.612+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "remote-exec"}
2020-09-18T02:55:59.613+0100 [DEBUG] plugin.terraform: remote-exec-provisioner (internal) 2020/09/18 02:55:59 [INFO] Starting provisioner plugin remote-exec
2020-09-18T02:55:59.613+0100 [DEBUG] plugin.terraform: plugin address: address=/tmp/plugin289104638 network=unix timestamp=2020-09-18T02:55:59.613+0100
2020-09-18T02:55:59.614+0100 [DEBUG] plugin: using plugin: version=5
2020-09-18T02:55:59.614+0100 [DEBUG] plugin: starting plugin: path=/usr/local/bin/terraform args=[/usr/local/bin/terraform, internal-plugin, provisioner, file]
2020-09-18T02:55:59.615+0100 [DEBUG] plugin: plugin started: path=/usr/local/bin/terraform pid=27611
2020-09-18T02:55:59.615+0100 [DEBUG] plugin: waiting for RPC address: path=/usr/local/bin/terraform
2020-09-18T02:55:59.620+0100 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/rancher/rke/1.1.1/linux_amd64/terraform-provider-rke_v1.1.1 args=[.terraform/plugins/registry.terraform.io/rancher/rke/1.1.1/linux_amd64/terraform-provider-rke_v1.1.1]
2020-09-18T02:55:59.621+0100 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/rancher/rke/1.1.1/linux_amd64/terraform-provider-rke_v1.1.1 pid=27616
2020-09-18T02:55:59.621+0100 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/rancher/rke/1.1.1/linux_amd64/terraform-provider-rke_v1.1.1
2020-09-18T02:55:59.634+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
2020-09-18T02:55:59.634+0100 [DEBUG] plugin.terraform: Use TF_LOG=TRACE to see Terraform's internal logs.
2020-09-18T02:55:59.634+0100 [DEBUG] plugin.terraform: ----
2020-09-18T02:55:59.652+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [INFO] Terraform version: 0.13.2
2020-09-18T02:55:59.652+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [INFO] Go runtime version: go1.14.7
2020-09-18T02:55:59.652+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [INFO] CLI args: []string{"/usr/local/bin/terraform", "internal-plugin", "provisioner", "file"}
2020-09-18T02:55:59.652+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] Attempting to open CLI config file: /home/__USER__/.terraformrc
2020-09-18T02:55:59.652+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2020-09-18T02:55:59.652+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] checking for credentials in "/home/__USER__/.terraform.d/plugins"
2020-09-18T02:55:59.652+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2020-09-18T02:55:59.652+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] will search for provider plugins in /home/__USER__/.terraform.d/plugins
2020-09-18T02:55:59.652+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /home/__USER__/.local/share/terraform/plugins
2020-09-18T02:55:59.652+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /usr/share/ubuntu/terraform/plugins
2020-09-18T02:55:59.652+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2020-09-18T02:55:59.652+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2020-09-18T02:55:59.652+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2020-09-18T02:55:59.652+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2020-09-18T02:55:59.652+0100 [DEBUG] plugin.terraform: 2020/09/18 02:55:59 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "file"}
2020-09-18T02:55:59.652+0100 [DEBUG] plugin.terraform: file-provisioner (internal) 2020/09/18 02:55:59 [INFO] Starting provisioner plugin file
2020-09-18T02:55:59.653+0100 [DEBUG] plugin: using plugin: version=5
2020-09-18T02:55:59.653+0100 [DEBUG] plugin.terraform: plugin address: address=/tmp/plugin145081491 network=unix timestamp=2020-09-18T02:55:59.653+0100
2020-09-18T02:55:59.698+0100 [INFO] plugin.terraform-provider-rke_v1.1.1: configuring server automatic mTLS: timestamp=2020-09-18T02:55:59.698+0100
2020-09-18T02:55:59.748+0100 [DEBUG] plugin: using plugin: version=5
2020-09-18T02:55:59.748+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: plugin address: address=/tmp/plugin211013213 network=unix timestamp=2020-09-18T02:55:59.748+0100
2020-09-18T02:55:59.847+0100 [INFO] plugin: configuring client automatic mTLS
2020-09-18T02:55:59.896+0100 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hetznercloud/hcloud/1.21.0/linux_amd64/terraform-provider-hcloud_v1.21.0 args=[.terraform/plugins/registry.terraform.io/hetznercloud/hcloud/1.21.0/linux_amd64/terraform-provider-hcloud_v1.21.0]
2020-09-18T02:55:59.897+0100 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hetznercloud/hcloud/1.21.0/linux_amd64/terraform-provider-hcloud_v1.21.0 pid=27653
2020-09-18T02:55:59.897+0100 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hetznercloud/hcloud/1.21.0/linux_amd64/terraform-provider-hcloud_v1.21.0
2020-09-18T02:55:59.910+0100 [INFO] plugin.terraform-provider-hcloud_v1.21.0: configuring server automatic mTLS: timestamp=2020-09-18T02:55:59.910+0100
2020-09-18T02:55:59.960+0100 [DEBUG] plugin.terraform-provider-hcloud_v1.21.0: plugin address: address=/tmp/plugin847148550 network=unix timestamp=2020-09-18T02:55:59.960+0100
2020-09-18T02:55:59.960+0100 [DEBUG] plugin: using plugin: version=5
2020-09-18T02:56:00.086+0100 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-09-18T02:56:00.086+0100 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-09-18T02:56:00.089+0100 [DEBUG] plugin: plugin process exited: path=/usr/local/bin/terraform pid=27611
2020-09-18T02:56:00.089+0100 [DEBUG] plugin: plugin exited
2020-09-18T02:56:00.089+0100 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-09-18T02:56:00.092+0100 [DEBUG] plugin: plugin process exited: path=/usr/local/bin/terraform pid=27587
2020-09-18T02:56:00.092+0100 [DEBUG] plugin: plugin exited
2020-09-18T02:56:00.095+0100 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hetznercloud/hcloud/1.21.0/linux_amd64/terraform-provider-hcloud_v1.21.0 pid=27653
2020-09-18T02:56:00.095+0100 [DEBUG] plugin: plugin exited
2020-09-18T02:56:00.127+0100 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-09-18T02:56:00.129+0100 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/rancher/rke/1.1.1/linux_amd64/terraform-provider-rke_v1.1.1 pid=27616
2020-09-18T02:56:00.129+0100 [DEBUG] plugin: plugin exited
2020/09/18 02:56:00 [INFO] backend/local: plan calling Refresh
2020/09/18 02:56:00 [INFO] terraform: building graph: GraphTypeRefresh
Refreshing Terraform state in-memory prior to plan...
The refreshed state will be used to calculate this plan, but will not be
persisted to local or remote state storage.
2020/09/18 02:56:00 [DEBUG] ProviderTransformer: "aws_route53_zone.rancher" (*terraform.NodeRefreshableManagedResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/09/18 02:56:00 [DEBUG] ProviderTransformer: "aws_route53_record.rancher" (*terraform.NodeRefreshableManagedResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2020/09/18 02:56:00 [DEBUG] ProviderTransformer: "hcloud_server.companys-infra-k8s-servers (expand)" (*terraform.nodeExpandRefreshableManagedResource) needs provider["registry.terraform.io/hetznercloud/hcloud"]
2020/09/18 02:56:00 [DEBUG] ProviderTransformer: "hcloud_ssh_key.companys-infra-key (expand)" (*terraform.nodeExpandRefreshableManagedResource) needs provider["registry.terraform.io/hetznercloud/hcloud"]
2020/09/18 02:56:00 [DEBUG] ProviderTransformer: "rke_cluster.companys_rke (expand)" (*terraform.nodeExpandRefreshableManagedResource) needs provider["registry.terraform.io/rancher/rke"]
2020/09/18 02:56:00 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hetznercloud/hcloud\"]" references: [var.hcloud_token]
2020/09/18 02:56:00 [DEBUG] ReferenceTransformer: "var.hcloud_token" references: []
2020/09/18 02:56:00 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/rancher/rke\"]" references: []
2020/09/18 02:56:00 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [var.region]
2020/09/18 02:56:00 [DEBUG] ReferenceTransformer: "rke_cluster.companys_rke (expand)" references: [var.ssh_user hcloud_ssh_key.companys-infra-key (expand) hcloud_server.companys-infra-k8s-servers (expand) var.ssh_user hcloud_server.companys-infra-k8s-servers (expand) hcloud_ssh_key.companys-infra-key (expand) hcloud_ssh_key.companys-infra-key (expand) var.ssh_user hcloud_server.companys-infra-k8s-servers (expand)]
2020/09/18 02:56:00 [WARN] ReferenceTransformer: reference not found: "each.value"
2020/09/18 02:56:00 [WARN] ReferenceTransformer: reference not found: "each.value"
2020/09/18 02:56:00 [WARN] ReferenceTransformer: reference not found: "each.value"
2020/09/18 02:56:00 [WARN] ReferenceTransformer: reference not found: "each.value"
2020/09/18 02:56:00 [WARN] ReferenceTransformer: reference not found: "self"
2020/09/18 02:56:00 [WARN] ReferenceTransformer: reference not found: "self"
2020/09/18 02:56:00 [WARN] ReferenceTransformer: reference not found: "self"
2020/09/18 02:56:00 [WARN] ReferenceTransformer: reference not found: "self"
2020/09/18 02:56:00 [WARN] ReferenceTransformer: reference not found: "self"
2020/09/18 02:56:00 [DEBUG] ReferenceTransformer: "hcloud_server.companys-infra-k8s-servers (expand)" references: [var.k8s_servers hcloud_ssh_key.companys-infra-key (expand) var.private_key_path var.ssh_user var.ssh_user var.ssh_user var.private_key_path var.public_key_path var.ssh_user var.private_key_path var.ssh_user var.private_key_path var.ssh_user var.ssh_user var.ssh_user var.ssh_user var.ssh_user var.private_key_path var.ssh_user var.docker_install_url var.ssh_user]
2020/09/18 02:56:00 [DEBUG] ReferenceTransformer: "hcloud_ssh_key.companys-infra-key (expand)" references: [var.public_key_path]
2020/09/18 02:56:00 [DEBUG] ReferenceTransformer: "var.docker_install_url" references: []
2020/09/18 02:56:00 [DEBUG] ReferenceTransformer: "var.k8s_servers" references: []
2020/09/18 02:56:00 [DEBUG] ReferenceTransformer: "var.region" references: []
2020/09/18 02:56:00 [DEBUG] ReferenceTransformer: "var.public_key_path" references: []
2020/09/18 02:56:00 [DEBUG] ReferenceTransformer: "var.private_key_path" references: []
2020/09/18 02:56:00 [DEBUG] ReferenceTransformer: "var.key_name" references: []
2020/09/18 02:56:00 [DEBUG] ReferenceTransformer: "var.ssh_user" references: []
2020/09/18 02:56:00 [DEBUG] Starting graph walk: walkRefresh
2020-09-18T02:56:00.134+0100 [INFO] plugin: configuring client automatic mTLS
2020-09-18T02:56:00.184+0100 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/rancher/rke/1.1.1/linux_amd64/terraform-provider-rke_v1.1.1 args=[.terraform/plugins/registry.terraform.io/rancher/rke/1.1.1/linux_amd64/terraform-provider-rke_v1.1.1]
2020-09-18T02:56:00.185+0100 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/rancher/rke/1.1.1/linux_amd64/terraform-provider-rke_v1.1.1 pid=27666
2020-09-18T02:56:00.185+0100 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/rancher/rke/1.1.1/linux_amd64/terraform-provider-rke_v1.1.1
2020-09-18T02:56:00.276+0100 [INFO] plugin.terraform-provider-rke_v1.1.1: configuring server automatic mTLS: timestamp=2020-09-18T02:56:00.276+0100
2020-09-18T02:56:00.324+0100 [DEBUG] plugin: using plugin: version=5
2020-09-18T02:56:00.324+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: plugin address: address=/tmp/plugin208198840 network=unix timestamp=2020-09-18T02:56:00.324+0100
2020-09-18T02:56:00.424+0100 [INFO] plugin: configuring client automatic mTLS
2020-09-18T02:56:00.470+0100 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.6.0/linux_amd64/terraform-provider-aws_v3.6.0_x5 args=[.terraform/plugins/registry.terraform.io/hashicorp/aws/3.6.0/linux_amd64/terraform-provider-aws_v3.6.0_x5]
2020-09-18T02:56:00.470+0100 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.6.0/linux_amd64/terraform-provider-aws_v3.6.0_x5 pid=27682
2020-09-18T02:56:00.470+0100 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.6.0/linux_amd64/terraform-provider-aws_v3.6.0_x5
2020-09-18T02:56:00.518+0100 [INFO] plugin.terraform-provider-aws_v3.6.0_x5: configuring server automatic mTLS: timestamp=2020-09-18T02:56:00.518+0100
2020-09-18T02:56:00.567+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: plugin address: address=/tmp/plugin615081779 network=unix timestamp=2020-09-18T02:56:00.567+0100
2020-09-18T02:56:00.567+0100 [DEBUG] plugin: using plugin: version=5
2020-09-18T02:56:00.664+0100 [INFO] plugin: configuring client automatic mTLS
2020-09-18T02:56:00.707+0100 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hetznercloud/hcloud/1.21.0/linux_amd64/terraform-provider-hcloud_v1.21.0 args=[.terraform/plugins/registry.terraform.io/hetznercloud/hcloud/1.21.0/linux_amd64/terraform-provider-hcloud_v1.21.0]
2020-09-18T02:56:00.707+0100 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hetznercloud/hcloud/1.21.0/linux_amd64/terraform-provider-hcloud_v1.21.0 pid=27694
2020-09-18T02:56:00.707+0100 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hetznercloud/hcloud/1.21.0/linux_amd64/terraform-provider-hcloud_v1.21.0
2020-09-18T02:56:00.716+0100 [INFO] plugin.terraform-provider-hcloud_v1.21.0: configuring server automatic mTLS: timestamp=2020-09-18T02:56:00.716+0100
2020-09-18T02:56:00.773+0100 [DEBUG] plugin.terraform-provider-hcloud_v1.21.0: plugin address: address=/tmp/plugin400853950 network=unix timestamp=2020-09-18T02:56:00.773+0100
2020-09-18T02:56:00.773+0100 [DEBUG] plugin: using plugin: version=5
2020-09-18T02:56:00.886+0100 [DEBUG] plugin.terraform-provider-hcloud_v1.21.0: 2020/09/18 02:56:00 [DEBUG] hcloud terraform provider version: not build yet commit: not build yet
2020-09-18T02:56:00.886+0100 [DEBUG] plugin.terraform-provider-hcloud_v1.21.0: 2020/09/18 02:56:00 [DEBUG] hcloud-go version: 1.22.0
hcloud_ssh_key.companys-infra-key: Refreshing state... [id=2076461]
2020-09-18T02:56:01.100+0100 [DEBUG] plugin.terraform-provider-hcloud_v1.21.0: 2020/09/18 02:56:01 [WARN] SSH key (2076461) not found, removing from state
hcloud_server.companys-infra-k8s-servers["1"]: Refreshing state... [id=7659097]
hcloud_server.companys-infra-k8s-servers["3"]: Refreshing state... [id=7659099]
hcloud_server.companys-infra-k8s-servers["2"]: Refreshing state... [id=7659098]
2020-09-18T02:56:01.121+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:01 [INFO] AWS Auth provider used: "EnvProvider"
2020-09-18T02:56:01.121+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:01 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2020-09-18T02:56:01.121+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:01 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2020-09-18T02:56:01.121+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-09-18T02:56:01.121+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: POST / HTTP/1.1
2020-09-18T02:56:01.121+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Host: sts.amazonaws.com
2020-09-18T02:56:01.121+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: User-Agent: aws-sdk-go/1.34.14 (go1.14.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.2 (+https://www.terraform.io)
2020-09-18T02:56:01.121+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Content-Length: 43
2020-09-18T02:56:01.121+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=A__OMISSIS__XZ/20200918/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=f8a3aaa9f0aa08d1f5891198510a2bb479077f58147dac154ff9be65037f7523
2020-09-18T02:56:01.121+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-09-18T02:56:01.121+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: X-Amz-Date: 20200918T015601Z
2020-09-18T02:56:01.121+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Accept-Encoding: gzip
2020-09-18T02:56:01.121+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:01.121+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Action=GetCallerIdentity&Version=2011-06-15
2020-09-18T02:56:01.121+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: -----------------------------------------------------
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:01 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: ---[ RESPONSE ]--------------------------------------
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: HTTP/1.1 200 OK
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Connection: close
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Content-Length: 412
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Content-Type: text/xml
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Date: Fri, 18 Sep 2020 01:56:00 GMT
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: X-Amzn-Requestid: 0c0a5cbd-39b2-4008-9ac3-91352fc39706
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: -----------------------------------------------------
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:01 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: <GetCallerIdentityResult>
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: <Arn>arn:aws:iam::509946880167:user/mireviews_infra</Arn>
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: <UserId>AIDAXNOZT4CTQ3OAIGMFE</UserId>
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: <Account>509946880167</Account>
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: </GetCallerIdentityResult>
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: <ResponseMetadata>
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: <RequestId>0c0a5cbd-39b2-4008-9ac3-91352fc39706</RequestId>
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: </ResponseMetadata>
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: </GetCallerIdentityResponse>
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:01 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:01 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: POST / HTTP/1.1
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Host: sts.amazonaws.com
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: User-Agent: aws-sdk-go/1.34.14 (go1.14.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.2 (+https://www.terraform.io)
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Content-Length: 43
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=A__OMISSIS__XZ/20200918/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=f8a3aaa9f0aa08d1f5891198510a2bb479077f58147dac154ff9be65037f7523
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-09-18T02:56:01.551+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: X-Amz-Date: 20200918T015601Z
2020-09-18T02:56:01.552+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Accept-Encoding: gzip
2020-09-18T02:56:01.552+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:01.552+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Action=GetCallerIdentity&Version=2011-06-15
2020-09-18T02:56:01.552+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: -----------------------------------------------------
2020-09-18T02:56:01.924+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:01 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2020-09-18T02:56:01.924+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: ---[ RESPONSE ]--------------------------------------
2020-09-18T02:56:01.924+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: HTTP/1.1 200 OK
2020-09-18T02:56:01.924+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Connection: close
2020-09-18T02:56:01.924+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Content-Length: 412
2020-09-18T02:56:01.924+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Content-Type: text/xml
2020-09-18T02:56:01.924+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Date: Fri, 18 Sep 2020 01:56:01 GMT
2020-09-18T02:56:01.924+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: X-Amzn-Requestid: eb5753ec-915e-4af4-84fe-6ed6412d6187
2020-09-18T02:56:01.924+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:01.924+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:01.924+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: -----------------------------------------------------
2020-09-18T02:56:01.924+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:01 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2020-09-18T02:56:01.924+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: <GetCallerIdentityResult>
2020-09-18T02:56:01.924+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: <Arn>arn:aws:iam::509946880167:user/mireviews_infra</Arn>
2020-09-18T02:56:01.924+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: <UserId>AIDAXNOZT4CTQ3OAIGMFE</UserId>
2020-09-18T02:56:01.924+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: <Account>509946880167</Account>
2020-09-18T02:56:01.924+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: </GetCallerIdentityResult>
2020-09-18T02:56:01.924+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: <ResponseMetadata>
2020-09-18T02:56:01.924+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: <RequestId>eb5753ec-915e-4af4-84fe-6ed6412d6187</RequestId>
2020-09-18T02:56:01.925+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: </ResponseMetadata>
2020-09-18T02:56:01.925+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: </GetCallerIdentityResponse>
2020-09-18T02:56:01.928+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:01 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2020-09-18T02:56:01.928+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-09-18T02:56:01.928+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: POST / HTTP/1.1
2020-09-18T02:56:01.928+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Host: ec2.us-east-1.amazonaws.com
2020-09-18T02:56:01.928+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: User-Agent: aws-sdk-go/1.34.14 (go1.14.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.2 (+https://www.terraform.io)
2020-09-18T02:56:01.928+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Content-Length: 87
2020-09-18T02:56:01.928+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=A__OMISSIS__XZ/20200918/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=097a84b9035097c8853130662ca1863e5e7233dff7947d3e1672f072b7ef0310
2020-09-18T02:56:01.928+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-09-18T02:56:01.928+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: X-Amz-Date: 20200918T015601Z
2020-09-18T02:56:01.928+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Accept-Encoding: gzip
2020-09-18T02:56:01.928+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:01.928+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2020-09-18T02:56:01.928+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: -----------------------------------------------------
2020-09-18T02:56:02.295+0100 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-09-18T02:56:02.297+0100 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hetznercloud/hcloud/1.21.0/linux_amd64/terraform-provider-hcloud_v1.21.0 pid=27694
2020-09-18T02:56:02.297+0100 [DEBUG] plugin: plugin exited
2020-09-18T02:56:02.310+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:02 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2020-09-18T02:56:02.311+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: ---[ RESPONSE ]--------------------------------------
2020-09-18T02:56:02.311+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: HTTP/1.1 403 Forbidden
2020-09-18T02:56:02.311+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Connection: close
2020-09-18T02:56:02.311+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Transfer-Encoding: chunked
2020-09-18T02:56:02.311+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Date: Fri, 18 Sep 2020 01:56:01 GMT
2020-09-18T02:56:02.311+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Server: AmazonEC2
2020-09-18T02:56:02.311+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:02.311+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:02.311+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: -----------------------------------------------------
2020-09-18T02:56:02.311+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:02 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2020-09-18T02:56:02.311+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: <Response><Errors><Error><Code>UnauthorizedOperation</Code><Message>You are not authorized to perform this operation.</Message></Error></Errors><RequestID>b09d1dff-0998-4c7f-b51e-33cf887ec68d</RequestID></Response>
2020-09-18T02:56:02.311+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:02 [DEBUG] [aws-sdk-go] DEBUG: Validate Response ec2/DescribeAccountAttributes failed, attempt 0/25, error UnauthorizedOperation: You are not authorized to perform this operation.
2020-09-18T02:56:02.311+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: status code: 403, request id: b09d1dff-0998-4c7f-b51e-33cf887ec68d
2020-09-18T02:56:02.311+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:02 [WARN] Unable to get supported EC2 platforms: UnauthorizedOperation: You are not authorized to perform this operation.
2020-09-18T02:56:02.311+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: status code: 403, request id: b09d1dff-0998-4c7f-b51e-33cf887ec68d
aws_route53_zone.rancher: Refreshing state... [id=Z0067118JSKLDBWL9FQR]
aws_route53_record.rancher: Refreshing state... [id=Z0067118JSKLDBWL9FQR_rancher.__USER__.space_A]
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:02 [DEBUG] Getting Route53 Hosted Zone: {
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Id: "Z0067118JSKLDBWL9FQR"
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: }
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:02 [DEBUG] [aws-sdk-go] DEBUG: Request route53/GetHostedZone Details:
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: GET /2013-04-01/hostedzone/Z0067118JSKLDBWL9FQR HTTP/1.1
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Host: route53.amazonaws.com
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: User-Agent: aws-sdk-go/1.34.14 (go1.14.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.2 (+https://www.terraform.io)
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=A__OMISSIS__XZ/20200918/us-east-1/route53/aws4_request, SignedHeaders=host;x-amz-date, Signature=a8761df77778d4572bba841477d96228fed3afb42b850a511f26a4fbecc8eeae
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: X-Amz-Date: 20200918T015602Z
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Accept-Encoding: gzip
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: -----------------------------------------------------
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:02 [DEBUG] [aws-sdk-go] DEBUG: Request route53/GetHostedZone Details:
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: GET /2013-04-01/hostedzone/Z0067118JSKLDBWL9FQR HTTP/1.1
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Host: route53.amazonaws.com
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: User-Agent: aws-sdk-go/1.34.14 (go1.14.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.2 (+https://www.terraform.io)
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=A__OMISSIS__XZ/20200918/us-east-1/route53/aws4_request, SignedHeaders=host;x-amz-date, Signature=a8761df77778d4572bba841477d96228fed3afb42b850a511f26a4fbecc8eeae
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: X-Amz-Date: 20200918T015602Z
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Accept-Encoding: gzip
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:02.319+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: -----------------------------------------------------
rke_cluster.companys_rke: Refreshing state... [id=5380d849-7bc3-445e-94f4-f0126827c5e9]
2020-09-18T02:56:02.364+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1:
2020-09-18T02:56:02.364+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: goroutine 66 [running]:
2020-09-18T02:56:02.364+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: github.com/rancher/terraform-provider-rke/rke.flattenRKEClusterNodes(0xc00011c000, 0x1, 0x4, 0xc000b7d2c0, 0x3, 0x3, 0x0, 0x0, 0xc000050310)
2020-09-18T02:56:02.364+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: /go/src/github.com/rancher/terraform-provider-rke/rke/structure_rke_cluster_node.go:69 +0x13c5
2020-09-18T02:56:02.364+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: github.com/rancher/terraform-provider-rke/rke.flattenRKECluster(0xc00021e310, 0xc000539000, 0x0, 0x0)
2020-09-18T02:56:02.364+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: /go/src/github.com/rancher/terraform-provider-rke/rke/structure_rke_cluster.go:121 +0x19b9
2020-09-18T02:56:02.364+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: github.com/rancher/terraform-provider-rke/rke.resourceRKEClusterRead(0xc00021e310, 0x1d0c7c0, 0xc0006df8c0, 0xc00021e310, 0x0)
2020-09-18T02:56:02.364+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: /go/src/github.com/rancher/terraform-provider-rke/rke/resource_rke_cluster.go:120 +0x147
2020-09-18T02:56:02.364+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: github.com/hashicorp/terraform-plugin-sdk/helper/schema.(*Resource).RefreshWithoutUpgrade(0xc000385a70, 0xc00099b540, 0x1d0c7c0, 0xc0006df8c0, 0xc00000f460, 0x0, 0x0)
2020-09-18T02:56:02.364+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: /go/pkg/mod/github.com/hashicorp/terraform-plugin-sdk@v1.14.0/helper/schema/resource.go:460 +0x119
2020-09-18T02:56:02.365+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: github.com/hashicorp/terraform-plugin-sdk/internal/helper/plugin.(*GRPCProviderServer).ReadResource(0xc000592250, 0x2405060, 0xc000a70060, 0xc00092c060, 0xc000592250, 0xc000a70060, 0xc0000c2b30)
2020-09-18T02:56:02.365+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: /go/pkg/mod/github.com/hashicorp/terraform-plugin-sdk@v1.14.0/internal/helper/plugin/grpc_provider.go:525 +0x3d8
2020-09-18T02:56:02.365+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: github.com/hashicorp/terraform-plugin-sdk/internal/tfplugin5._Provider_ReadResource_Handler(0x1f20e00, 0xc000592250, 0x2405060, 0xc000a70060, 0xc00092c000, 0x0, 0x2405060, 0xc000a70060, 0xc000b94000, 0xd7dc)
2020-09-18T02:56:02.365+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: /go/pkg/mod/github.com/hashicorp/terraform-plugin-sdk@v1.14.0/internal/tfplugin5/tfplugin5.pb.go:3269 +0x217
2020-09-18T02:56:02.365+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: google.golang.org/grpc.(*Server).processUnaryRPC(0xc0000a7500, 0x2429d60, 0xc00055e600, 0xc0004fc000, 0xc0005b9140, 0x3456cb0, 0x0, 0x0, 0x0)
2020-09-18T02:56:02.365+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: /go/pkg/mod/google.golang.org/grpc@v1.27.1/server.go:1024 +0x4f4
2020-09-18T02:56:02.365+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: google.golang.org/grpc.(*Server).handleStream(0xc0000a7500, 0x2429d60, 0xc00055e600, 0xc0004fc000, 0x0)
2020-09-18T02:56:02.365+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: /go/pkg/mod/google.golang.org/grpc@v1.27.1/server.go:1313 +0xd97
2020-09-18T02:56:02.365+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc000672320, 0xc0000a7500, 0x2429d60, 0xc00055e600, 0xc0004fc000)
2020-09-18T02:56:02.365+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: /go/pkg/mod/google.golang.org/grpc@v1.27.1/server.go:722 +0xbb
2020-09-18T02:56:02.365+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: created by google.golang.org/grpc.(*Server).serveStreams.func1
2020-09-18T02:56:02.365+0100 [DEBUG] plugin.terraform-provider-rke_v1.1.1: /go/pkg/mod/google.golang.org/grpc@v1.27.1/server.go:720 +0xa1
2020-09-18T02:56:02.368+0100 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/rancher/rke/1.1.1/linux_amd64/terraform-provider-rke_v1.1.1 pid=27666 error="exit status 2"
2020/09/18 02:56:02 [ERROR] eval: *terraform.EvalRefresh, err: rpc error: code = Unavailable desc = transport is closing
2020/09/18 02:56:02 [ERROR] eval: *terraform.EvalSequence, err: rpc error: code = Unavailable desc = transport is closing
2020-09-18T02:56:02.368+0100 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-09-18T02:56:02.892+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:02 [DEBUG] [aws-sdk-go] DEBUG: Response route53/GetHostedZone Details:
2020-09-18T02:56:02.892+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: ---[ RESPONSE ]--------------------------------------
2020-09-18T02:56:02.892+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: HTTP/1.1 200 OK
2020-09-18T02:56:02.892+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Connection: close
2020-09-18T02:56:02.892+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Content-Length: 675
2020-09-18T02:56:02.892+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Content-Type: text/xml
2020-09-18T02:56:02.892+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Date: Fri, 18 Sep 2020 01:56:02 GMT
2020-09-18T02:56:02.892+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: X-Amzn-Requestid: 461bb8c8-1c9b-4849-b046-3cc508034302
2020-09-18T02:56:02.892+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:02.892+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:02.892+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: -----------------------------------------------------
2020-09-18T02:56:02.892+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:02 [DEBUG] [aws-sdk-go] <?xml version="1.0"?>
2020-09-18T02:56:02.892+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: <GetHostedZoneResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><HostedZone><Id>/hostedzone/Z0067118JSKLDBWL9FQR</Id><Name>rancher.__USER__.space.</Name><CallerReference>terraform-20200917230358947400000001</CallerReference><Config><Comment>Managed by Terraform</Comment><PrivateZone>false</PrivateZone></Config><ResourceRecordSetCount>3</ResourceRecordSetCount></HostedZone><DelegationSet><NameServers><NameServer>ns-948.awsdns-54.net</NameServer><NameServer>ns-1985.awsdns-56.co.uk</NameServer><NameServer>ns-208.awsdns-26.com</NameServer><NameServer>ns-1382.awsdns-44.org</NameServer></NameServers></DelegationSet></GetHostedZoneResponse>
2020-09-18T02:56:02.892+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:02 [DEBUG] Expanded record name: rancher.__USER__.space
2020-09-18T02:56:02.892+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:02 [DEBUG] List resource records sets for zone: Z0067118JSKLDBWL9FQR, opts: {
2020-09-18T02:56:02.892+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: HostedZoneId: "Z0067118JSKLDBWL9FQR",
2020-09-18T02:56:02.892+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: MaxItems: "1",
2020-09-18T02:56:02.892+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: StartRecordName: "rancher.__USER__.space.",
2020-09-18T02:56:02.892+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: StartRecordType: "A"
2020-09-18T02:56:02.892+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: }
2020-09-18T02:56:02.893+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:02 [DEBUG] [aws-sdk-go] DEBUG: Request route53/ListResourceRecordSets Details:
2020-09-18T02:56:02.893+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-09-18T02:56:02.893+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: GET /2013-04-01/hostedzone/Z0067118JSKLDBWL9FQR/rrset?maxitems=1&name=rancher.__USER__.space.&type=A HTTP/1.1
2020-09-18T02:56:02.893+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Host: route53.amazonaws.com
2020-09-18T02:56:02.893+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: User-Agent: aws-sdk-go/1.34.14 (go1.14.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.2 (+https://www.terraform.io)
2020-09-18T02:56:02.893+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=A__OMISSIS__XZ/20200918/us-east-1/route53/aws4_request, SignedHeaders=host;x-amz-date, Signature=123a1e820458fd88c5740f883a016d3b6b9ef9c1641956f44369e607d96a6857
2020-09-18T02:56:02.893+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: X-Amz-Date: 20200918T015602Z
2020-09-18T02:56:02.893+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Accept-Encoding: gzip
2020-09-18T02:56:02.893+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:02.893+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:02.893+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: -----------------------------------------------------
2020-09-18T02:56:02.957+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:02 [DEBUG] [aws-sdk-go] DEBUG: Response route53/GetHostedZone Details:
2020-09-18T02:56:02.957+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: ---[ RESPONSE ]--------------------------------------
2020-09-18T02:56:02.957+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: HTTP/1.1 200 OK
2020-09-18T02:56:02.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Connection: close
2020-09-18T02:56:02.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Content-Length: 675
2020-09-18T02:56:02.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Content-Type: text/xml
2020-09-18T02:56:02.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Date: Fri, 18 Sep 2020 01:56:02 GMT
2020-09-18T02:56:02.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: X-Amzn-Requestid: 617c52fa-f719-4a49-8e1f-6cb4201cb0fa
2020-09-18T02:56:02.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:02.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:02.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: -----------------------------------------------------
2020-09-18T02:56:02.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:02 [DEBUG] [aws-sdk-go] <?xml version="1.0"?>
2020-09-18T02:56:02.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: <GetHostedZoneResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><HostedZone><Id>/hostedzone/Z0067118JSKLDBWL9FQR</Id><Name>rancher.__USER__.space.</Name><CallerReference>terraform-20200917230358947400000001</CallerReference><Config><Comment>Managed by Terraform</Comment><PrivateZone>false</PrivateZone></Config><ResourceRecordSetCount>3</ResourceRecordSetCount></HostedZone><DelegationSet><NameServers><NameServer>ns-948.awsdns-54.net</NameServer><NameServer>ns-1985.awsdns-56.co.uk</NameServer><NameServer>ns-208.awsdns-26.com</NameServer><NameServer>ns-1382.awsdns-44.org</NameServer></NameServers></DelegationSet></GetHostedZoneResponse>
2020-09-18T02:56:02.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:02 [DEBUG] [aws-sdk-go] DEBUG: Request route53/ListTagsForResource Details:
2020-09-18T02:56:02.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: ---[ REQUEST POST-SIGN ]-----------------------------
2020-09-18T02:56:02.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: GET /2013-04-01/tags/hostedzone/Z0067118JSKLDBWL9FQR HTTP/1.1
2020-09-18T02:56:02.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Host: route53.amazonaws.com
2020-09-18T02:56:02.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: User-Agent: aws-sdk-go/1.34.14 (go1.14.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.13.2 (+https://www.terraform.io)
2020-09-18T02:56:02.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=A__OMISSIS__XZ/20200918/us-east-1/route53/aws4_request, SignedHeaders=host;x-amz-date, Signature=4a3a8fc89f9e5310529370863ce347e3a45517c43e56e340ebeb139adc1db2bb
2020-09-18T02:56:02.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: X-Amz-Date: 20200918T015602Z
2020-09-18T02:56:02.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Accept-Encoding: gzip
2020-09-18T02:56:02.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:02.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:02.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: -----------------------------------------------------
2020-09-18T02:56:03.423+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:03 [DEBUG] [aws-sdk-go] DEBUG: Response route53/ListResourceRecordSets Details:
2020-09-18T02:56:03.423+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: ---[ RESPONSE ]--------------------------------------
2020-09-18T02:56:03.423+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: HTTP/1.1 200 OK
2020-09-18T02:56:03.423+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Connection: close
2020-09-18T02:56:03.423+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Content-Length: 524
2020-09-18T02:56:03.423+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Content-Type: text/xml
2020-09-18T02:56:03.423+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Date: Fri, 18 Sep 2020 01:56:03 GMT
2020-09-18T02:56:03.423+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: X-Amzn-Requestid: 4f0e27bf-91e2-42b5-81bf-ed94b6b1bb57
2020-09-18T02:56:03.423+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:03.423+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:03.423+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: -----------------------------------------------------
2020-09-18T02:56:03.423+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:03 [DEBUG] [aws-sdk-go] <?xml version="1.0"?>
2020-09-18T02:56:03.423+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: <ListResourceRecordSetsResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><ResourceRecordSets><ResourceRecordSet><Name>rancher.__USER__.space.</Name><Type>A</Type><TTL>30</TTL><ResourceRecords><ResourceRecord><Value>168.119.115.217</Value></ResourceRecord></ResourceRecords></ResourceRecordSet></ResourceRecordSets><IsTruncated>true</IsTruncated><NextRecordName>rancher.__USER__.space.</NextRecordName><NextRecordType>NS</NextRecordType><MaxItems>1</MaxItems></ListResourceRecordSetsResponse>
2020-09-18T02:56:03.509+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:03 [DEBUG] [aws-sdk-go] DEBUG: Response route53/ListTagsForResource Details:
2020-09-18T02:56:03.509+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: ---[ RESPONSE ]--------------------------------------
2020-09-18T02:56:03.509+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: HTTP/1.1 200 OK
2020-09-18T02:56:03.509+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Connection: close
2020-09-18T02:56:03.509+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Content-Length: 259
2020-09-18T02:56:03.509+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Content-Type: text/xml
2020-09-18T02:56:03.509+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: Date: Fri, 18 Sep 2020 01:56:02 GMT
2020-09-18T02:56:03.509+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: X-Amzn-Requestid: 085d9b1f-9d6c-4bb9-9a1b-1e8ca547499c
2020-09-18T02:56:03.509+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:03.509+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5:
2020-09-18T02:56:03.509+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: -----------------------------------------------------
2020-09-18T02:56:03.509+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: 2020/09/18 02:56:03 [DEBUG] [aws-sdk-go] <?xml version="1.0"?>
2020-09-18T02:56:03.509+0100 [DEBUG] plugin.terraform-provider-aws_v3.6.0_x5: <ListTagsForResourceResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><ResourceTagSet><ResourceType>hostedzone</ResourceType><ResourceId>Z0067118JSKLDBWL9FQR</ResourceId><Tags/></ResourceTagSet></ListTagsForResourceResponse>
2020-09-18T02:56:03.510+0100 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-09-18T02:56:03.516+0100 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/3.6.0/linux_amd64/terraform-provider-aws_v3.6.0_x5 pid=27682
2020-09-18T02:56:03.516+0100 [DEBUG] plugin: plugin exited
2020-09-18T02:56:03.516+0100 [DEBUG] plugin: plugin exited
Error: rpc error: code = Unavailable desc = transport is closing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment