Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philippeckel/749b98a34b9d26d951e500d36bb3adad to your computer and use it in GitHub Desktop.
Save philippeckel/749b98a34b9d26d951e500d36bb3adad to your computer and use it in GitHub Desktop.
2021/01/18 20:35:46 [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.
----
2021/01/18 20:35:46 [INFO] Terraform version: 0.14.4
2021/01/18 20:35:46 [INFO] Go runtime version: go1.15.6
2021/01/18 20:35:46 [INFO] CLI args: []string{"/home/pec/.tfenv/versions/0.14.4/terraform", "apply"}
2021/01/18 20:35:46 [DEBUG] Attempting to open CLI config file: /home/pec/.terraformrc
2021/01/18 20:35:46 Loading CLI configuration from /home/pec/.terraformrc
2021/01/18 20:35:46 Loading CLI configuration from /home/pec/.terraform.d/credentials.tfrc.json
2021/01/18 20:35:46 [DEBUG] checking for credentials in "/home/pec/.terraform.d/plugins"
2021/01/18 20:35:46 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2021/01/18 20:35:46 [DEBUG] will search for provider plugins in /home/pec/.terraform.d/plugins
2021/01/18 20:35:46 [DEBUG] ignoring non-existing provider search directory /home/pec/.local/share/terraform/plugins
2021/01/18 20:35:46 [DEBUG] ignoring non-existing provider search directory /usr/share/i3/terraform/plugins
2021/01/18 20:35:46 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2021/01/18 20:35:46 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2021/01/18 20:35:46 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2021/01/18 20:35:46 [INFO] CLI command args: []string{"apply"}
2021/01/18 20:35:46 [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.
----
2021/01/18 20:35:46 [DEBUG] Service discovery for app.terraform.io at https://app.terraform.io/.well-known/terraform.json
2021/01/18 20:35:47 [DEBUG] Retrieve version constraints for service tfe.v2.1 and product terraform
2021/01/18 20:35:49 [DEBUG] checking for provisioner in "."
2021/01/18 20:35:49 [DEBUG] checking for provisioner in "/home/pec/.tfenv/versions/0.14.4"
2021/01/18 20:35:49 [DEBUG] checking for provisioner in "/home/pec/.terraform.d/plugins"
2021/01/18 20:35:49 [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/01/18 20:35:49 [INFO] backend/local: starting Apply operation
2021-01-18T20:35:51.581+0100 [INFO] plugin: configuring client automatic mTLS
2021-01-18T20:35:51.610+0100 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/opentelekomcloud/opentelekomcloud/1.22.3/linux_amd64/terraform-provider-opentelekomcloud_v1.22.3 args=[.terraform/providers/registry.terraform.io/opentelekomcloud/opentelekomcloud/1.22.3/linux_amd64/terraform-provider-opentelekomcloud_v1.22.3]
2021-01-18T20:35:51.611+0100 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/opentelekomcloud/opentelekomcloud/1.22.3/linux_amd64/terraform-provider-opentelekomcloud_v1.22.3 pid=200903
2021-01-18T20:35:51.611+0100 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/opentelekomcloud/opentelekomcloud/1.22.3/linux_amd64/terraform-provider-opentelekomcloud_v1.22.3
2021-01-18T20:35:51.620+0100 [INFO] plugin.terraform-provider-opentelekomcloud_v1.22.3: configuring server automatic mTLS: timestamp=2021-01-18T20:35:51.620+0100
2021-01-18T20:35:51.652+0100 [DEBUG] plugin: using plugin: version=5
2021-01-18T20:35:51.652+0100 [DEBUG] plugin.terraform-provider-opentelekomcloud_v1.22.3: plugin address: address=/tmp/plugin818352638 network=unix timestamp=2021-01-18T20:35:51.652+0100
2021-01-18T20:35:51.725+0100 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-01-18T20:35:51.727+0100 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/opentelekomcloud/opentelekomcloud/1.22.3/linux_amd64/terraform-provider-opentelekomcloud_v1.22.3 pid=200903
2021-01-18T20:35:51.727+0100 [DEBUG] plugin: plugin exited
2021/01/18 20:35:51 [INFO] terraform: building graph: GraphTypeValidate
2021/01/18 20:35:51 [DEBUG] ProviderTransformer: "opentelekomcloud_dns_zone_v2.public_example_com" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/opentelekomcloud/opentelekomcloud"]
2021/01/18 20:35:51 [DEBUG] ReferenceTransformer: "var.access_key" references: []
2021/01/18 20:35:51 [DEBUG] ReferenceTransformer: "var.secret_key" references: []
2021/01/18 20:35:51 [DEBUG] ReferenceTransformer: "var.domain_name" references: []
2021/01/18 20:35:51 [DEBUG] ReferenceTransformer: "var.auth_url" references: []
2021/01/18 20:35:51 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/opentelekomcloud/opentelekomcloud\"]" references: [var.domain_name var.auth_url var.access_key var.secret_key]
2021/01/18 20:35:51 [DEBUG] ReferenceTransformer: "opentelekomcloud_dns_zone_v2.public_example_com" references: []
2021/01/18 20:35:51 [DEBUG] Starting graph walk: walkValidate
2021-01-18T20:35:51.728+0100 [INFO] plugin: configuring client automatic mTLS
2021-01-18T20:35:51.754+0100 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/opentelekomcloud/opentelekomcloud/1.22.3/linux_amd64/terraform-provider-opentelekomcloud_v1.22.3 args=[.terraform/providers/registry.terraform.io/opentelekomcloud/opentelekomcloud/1.22.3/linux_amd64/terraform-provider-opentelekomcloud_v1.22.3]
2021-01-18T20:35:51.755+0100 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/opentelekomcloud/opentelekomcloud/1.22.3/linux_amd64/terraform-provider-opentelekomcloud_v1.22.3 pid=200920
2021-01-18T20:35:51.755+0100 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/opentelekomcloud/opentelekomcloud/1.22.3/linux_amd64/terraform-provider-opentelekomcloud_v1.22.3
2021-01-18T20:35:51.765+0100 [INFO] plugin.terraform-provider-opentelekomcloud_v1.22.3: configuring server automatic mTLS: timestamp=2021-01-18T20:35:51.765+0100
2021-01-18T20:35:51.793+0100 [DEBUG] plugin.terraform-provider-opentelekomcloud_v1.22.3: plugin address: network=unix address=/tmp/plugin339654703 timestamp=2021-01-18T20:35:51.793+0100
2021-01-18T20:35:51.793+0100 [DEBUG] plugin: using plugin: version=5
2021-01-18T20:35:51.878+0100 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-01-18T20:35:51.879+0100 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/opentelekomcloud/opentelekomcloud/1.22.3/linux_amd64/terraform-provider-opentelekomcloud_v1.22.3 pid=200920
2021-01-18T20:35:51.879+0100 [DEBUG] plugin: plugin exited
2021/01/18 20:35:51 [INFO] backend/local: apply calling Plan
2021/01/18 20:35:51 [INFO] terraform: building graph: GraphTypePlan
2021/01/18 20:35:51 [DEBUG] ProviderTransformer: "opentelekomcloud_dns_zone_v2.public_example_com (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/opentelekomcloud/opentelekomcloud"]
2021/01/18 20:35:51 [DEBUG] ReferenceTransformer: "var.secret_key" references: []
2021/01/18 20:35:51 [DEBUG] ReferenceTransformer: "var.domain_name" references: []
2021/01/18 20:35:51 [DEBUG] ReferenceTransformer: "var.auth_url" references: []
2021/01/18 20:35:51 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/opentelekomcloud/opentelekomcloud\"]" references: [var.secret_key var.domain_name var.auth_url var.access_key]
2021/01/18 20:35:51 [DEBUG] ReferenceTransformer: "opentelekomcloud_dns_zone_v2.public_example_com (expand)" references: []
2021/01/18 20:35:51 [DEBUG] ReferenceTransformer: "var.access_key" references: []
2021/01/18 20:35:51 [DEBUG] Starting graph walk: walkPlan
2021-01-18T20:35:51.880+0100 [INFO] plugin: configuring client automatic mTLS
2021-01-18T20:35:51.904+0100 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/opentelekomcloud/opentelekomcloud/1.22.3/linux_amd64/terraform-provider-opentelekomcloud_v1.22.3 args=[.terraform/providers/registry.terraform.io/opentelekomcloud/opentelekomcloud/1.22.3/linux_amd64/terraform-provider-opentelekomcloud_v1.22.3]
2021-01-18T20:35:51.904+0100 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/opentelekomcloud/opentelekomcloud/1.22.3/linux_amd64/terraform-provider-opentelekomcloud_v1.22.3 pid=200937
2021-01-18T20:35:51.904+0100 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/opentelekomcloud/opentelekomcloud/1.22.3/linux_amd64/terraform-provider-opentelekomcloud_v1.22.3
2021-01-18T20:35:51.914+0100 [INFO] plugin.terraform-provider-opentelekomcloud_v1.22.3: configuring server automatic mTLS: timestamp=2021-01-18T20:35:51.914+0100
2021-01-18T20:35:51.939+0100 [DEBUG] plugin.terraform-provider-opentelekomcloud_v1.22.3: plugin address: address=/tmp/plugin727295553 network=unix timestamp=2021-01-18T20:35:51.939+0100
2021-01-18T20:35:51.939+0100 [DEBUG] plugin: using plugin: version=5
2021-01-18T20:35:53.435+0100 [DEBUG] plugin.terraform-provider-opentelekomcloud_v1.22.3: 2021/01/18 20:35:53 [INFO] Building Swift S3 auth structure
2021-01-18T20:35:53.435+0100 [DEBUG] plugin.terraform-provider-opentelekomcloud_v1.22.3: 2021/01/18 20:35:53 [INFO] Setting AWS metadata API timeout to 100ms
2021-01-18T20:35:54.167+0100 [DEBUG] plugin.terraform-provider-opentelekomcloud_v1.22.3: 2021/01/18 20:35:54 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2021-01-18T20:35:54.168+0100 [DEBUG] plugin.terraform-provider-opentelekomcloud_v1.22.3: 2021/01/18 20:35:54 [INFO] Swift S3 Auth provider used: "StaticProvider"
2021/01/18 20:35:54 [DEBUG] ReferenceTransformer: "opentelekomcloud_dns_zone_v2.public_example_com" references: []
opentelekomcloud_dns_zone_v2.public_example_com: Refreshing state... [id=ff80808275f5fb9c017716e43acd478a]
2021-01-18T20:35:54.457+0100 [DEBUG] plugin.terraform-provider-opentelekomcloud_v1.22.3: 2021/01/18 20:35:54 [DEBUG] Retrieved Zone ff80808275f5fb9c017716e43acd478a: &zones.Zone{ID:"ff80808275f5fb9c017716e43acd478a", PoolID:"2c808082579459560157945aa6300001", ProjectID:"defed68253934ec6a9bd9903b0605e17", Name:"ourdomain.com.", Email:"public@ourdomain.com", Description:"An example for public zone", TTL:300, Serial:1, Status:"ACTIVE", Action:"", Version:0, Attributes:map[string]string(nil), Type:"", ZoneType:"public", Masters:[]string{}, CreatedAt:time.Time{wall:0x3a2c9400, ext:63746593591, loc:(*time.Location)(nil)}, UpdatedAt:time.Time{wall:0x2255100, ext:63746593592, loc:(*time.Location)(nil)}, TransferredAt:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}, Links:map[string]interface {}{"self":"https://dns.eu-de.otc.t-systems.com/v2/zones/ff80808275f5fb9c017716e43acd478a"}, Routers:[]zones.RouterResult(nil)}
Error: Error fetching OpenTelekomCloud DNS zone tags: Resource not found: [GET https://dns.eu-de.otc.t-systems.com/v2//DNS-public_zone/ff80808275f5fb9c017716e43acd478a/tags], error message: {"message":"API not found","request_id":"7cd2bf939847d346fa7d8821addfaf6a"}
2021-01-18T20:35:54.920+0100 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-01-18T20:35:54.924+0100 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/opentelekomcloud/opentelekomcloud/1.22.3/linux_amd64/terraform-provider-opentelekomcloud_v1.22.3 pid=200937
2021-01-18T20:35:54.924+0100 [DEBUG] plugin: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment