resource "digitalocean_droplet" "manually" { name = "manually" region = "BLR1" image = "Ubuntu 16.04.6 x64" }
import digitalocean_droplet.manually 143846668
Error: digitalocean_droplet.manually (import id: 143846668): import digitalocean_droplet.manually (id: 143846668): invalid droplet id: Error retrieving droplet: GET https://api.digitalocean.com/v2/droplets/143846668: 401 Unable to authenticate you.
terraform import digitalocean_droplet.manually -var do_token="8974d358dc1d5391deed5999db714d56ceed2cae6570775474d3f2756799584c"
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/terraform/issues
IRC: #terraform-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Terraform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-too...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/805b499e-99ab-4d60-ad6a-ace5e9a659e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
provider "digitalocean" { token = "${var.do_token}"}To unsubscribe from this group and stop receiving emails from it, send an email to terrafo...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-too...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/4d5d4b9e-a999-4cda-807d-9838b9c087dd%40googlegroups.com.