$ ./terraform -v
Terraform v0.12.0-rc1
+ provider.digitalocean v1.2.0
resource "digitalocean_floating_ip" "main" {
region = "fra1"
}
The plugin runs
The plugin fails
Error: Failed to instantiate provider "digitalocean" to obtain schema: Incompatible API version with plugin. Plugin version: 4, Client versions: [5]
terraform apply using terraform 0.12.0-rc1 or 0.12.0-beta2The 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 :)
Most helpful comment
The new 1.3.0 build should now be available via
terraform init -upgrade