Last active
May 9, 2019 21:16
-
-
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
This file contains 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
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