You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update DigitalOcean Terraform Provider to 2.22.2
Unfortunately, terraform init didn't work for me and failed with:
Registry service unreachable.
Here is how to download provider manually:
$ cd ~/git/mystamps/infra/terraform/.terraform/plugins/darwin_amd64
$ wget https://github.com/digitalocean/terraform-provider-digitalocean/releases/download/v2.22.2/terraform-provider-digitalocean_2.22.2_darwin_amd64.zip
$ unzip terraform-provider-digitalocean_2.22.2_darwin_amd64.zip
Archive: terraform-provider-digitalocean_2.22.2_darwin_amd64.zip
inflating: CHANGELOG.md
inflating: LICENSE
inflating: README.md
inflating: terraform-provider-digitalocean_v2.22.2
$ rm -fv terraform-provider-digitalocean_2.22.2_darwin_amd64.zip CHANGELOG.md LICENSE README.md
$ terraform init
Part of #1268
[skip ci]
0 commit comments