Terraform-provider-digitalocean: The plugin is incompatible with terraform 0.12

Created on 8 May 2019  路  2Comments  路  Source: digitalocean/terraform-provider-digitalocean

Terraform Version

$ ./terraform -v
Terraform v0.12.0-rc1
+ provider.digitalocean v1.2.0

Affected Resource(s)

  • All digitalocean resources

Terraform Configuration Files

resource "digitalocean_floating_ip" "main" {
  region     = "fra1"
}

Expected Behavior

The plugin runs

Actual Behavior

The plugin fails

Error: Failed to instantiate provider "digitalocean" to obtain schema: Incompatible API version with plugin. Plugin version: 4, Client versions: [5]

Steps to Reproduce

  1. Run terraform apply using terraform 0.12.0-rc1 or 0.12.0-beta2

References

Most helpful comment

The new 1.3.0 build should now be available via terraform init -upgrade

All 2 comments

The new 1.3.0 build should now be available via terraform init -upgrade

The new 1.3.0 build should now be available via terraform init -upgrade

and if this will not help you, as for me was, check your ~/.terraform.d/plugins/ for the old version of plugins and delete them or update manually

cheers :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aboeglin picture aboeglin  路  5Comments

Owpac picture Owpac  路  4Comments

liztio picture liztio  路  4Comments

v0112358 picture v0112358  路  7Comments

hashibot picture hashibot  路  8Comments