darknode-cli icon indicating copy to clipboard operation
darknode-cli copied to clipboard

Darknode creation fails on DigitalOcean

Open skypher opened this issue 3 years ago • 0 comments

darknode up --name dark2 --do --do-token XXX

Initializing the backend...

Initializing provider plugins...
- Finding latest version of hashicorp/digitalocean...
╷
│ Error: Failed to query available provider packages
│ 
│ Could not retrieve the list of available versions for
│ provider hashicorp/digitalocean: provider registry
│ registry.terraform.io does not have a provider named
│ registry.terraform.io/hashicorp/digitalocean
│ 
│ Did you intend to use digitalocean/digitalocean? If so, you
│ must specify that source address in each module which
│ requires that provider. To see which modules are currently
│ depending on hashicorp/digitalocean, run the following
│ command:
│     terraform providers
╵

exit status 1

skypher avatar Dec 05 '22 07:12 skypher