juliosueiras / vim-terraform-completion

A (Neo)Vim Autocompletion and linter for Terraform, a HashiCorp tool
MIT License
336 stars 24 forks source link

DigitalOcean OpenDoc Always 404s #51

Closed zdoherty closed 5 years ago

zdoherty commented 5 years ago

the terraform docs use the abbreviation do in their URLs for digitalocean resources, like this:

https://www.terraform.io/docs/providers/do/r/ssh_key.html
                                        ^^

but the resources still use the full name digitalocean, like this:

resource "digitalocean_ssh_key" "default" {
  name       = "Terraform Example"
  public_key = "${file("/Users/terraform/.ssh/id_rsa.pub")}"
}
juliosueiras commented 5 years ago

is fixed now