Failed to load bitbucket, digital ocean providers

I’m using terraform v0.14.4 on a Unix (iMac) machine.

I am able to download the AWS provider pluigin.

However, I get an error downloading the hashicorp/digitalocean and hashicorp/bitbucket plugins.

I am new to terraform. Are these plugins no longer operative?

Hi @jcraft-accenture ,
what’s your provider definition?
If you check the terraform registry you can copy paste the proper definitions.

Digitalocean moved and the bitbucket provider seems to be archived.

https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs

Thanks! I figured out Digital Ocean and ended up installing GitHub rather than Bitbucket since I couldn’t find it. Looks like I’m all set to be blocked by my next problem! :slight_smile: Thanks for the quick reply.