Skip to content

Instantly share code, notes, and snippets.

@stavxyz
Last active May 9, 2019 21:16
Show Gist options
  • Save stavxyz/c4878f44241df36efa5c6eb3167ec19d to your computer and use it in GitHub Desktop.
Save stavxyz/c4878f44241df36efa5c6eb3167ec19d to your computer and use it in GitHub Desktop.
TF_LOG=DEBUG terraform import digitalocean_record.my_z_sub_record z.example.com,70910975
2019-05-09T16:03:32.209-0500 [DEBUG] plugin.terraform-provider-digitalocean_v1.2.0_x4:
2019-05-09T16:03:32.209-0500 [DEBUG] plugin.terraform-provider-digitalocean_v1.2.0_x4: {
2019-05-09T16:03:32.209-0500 [DEBUG] plugin.terraform-provider-digitalocean_v1.2.0_x4: "id": "not_found",
2019-05-09T16:03:32.209-0500 [DEBUG] plugin.terraform-provider-digitalocean_v1.2.0_x4: "message": "The resource you were accessing could not be found."
2019-05-09T16:03:32.209-0500 [DEBUG] plugin.terraform-provider-digitalocean_v1.2.0_x4: }
2019-05-09T16:03:32.209-0500 [DEBUG] plugin.terraform-provider-digitalocean_v1.2.0_x4: -----------------------------------------------------
2019/05/09 16:03:32 [ERROR] root: eval: *terraform.EvalImportState, err: import digitalocean_record.my_z_sub_record (id: z.example.com,70910975): nil entry in ImportState results. This is always a bug with
the resource that is being imported. Please report this as
a bug to Terraform.
2019/05/09 16:03:32 [ERROR] root: eval: *terraform.EvalSequence, err: import digitalocean_record.my_z_sub_record (id: z.example.com,70910975): nil entry in ImportState results. This is always a bug with
the resource that is being imported. Please report this as
a bug to Terraform.
2019/05/09 16:03:32 [DEBUG] plugin: waiting for all plugin processes to complete...
Error: digitalocean_record.my_z_sub_record (import id: z.example.com,70910975): import digitalocean_record.my_z_sub_record (id: z.example.com,70910975): nil entry in ImportState results. This is always a bug with
the resource that is being imported. Please report this as
a bug to Terraform.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment