Skip to content

Commit 98fc41e

Browse files
committed
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]
1 parent 6aad432 commit 98fc41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/terraform/my-stamps.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variable "do_token" {
1212
# Digital Ocean provider docs: https://www.terraform.io/docs/providers/do/index.html
1313
provider "digitalocean" {
1414
token = var.do_token
15-
version = "~> 1.12"
15+
version = "2.22.2"
1616
}
1717

1818
# Droplet docs: https://www.terraform.io/docs/providers/do/r/droplet.html

0 commit comments

Comments
 (0)