terraform-provider-ovh icon indicating copy to clipboard operation
terraform-provider-ovh copied to clipboard

Error: The terraform-provider-ovh_v0.17.1 plugin crashed!

Open digitalfredy opened this issue 2 years ago • 0 comments

Terraform Version

Run terraform -v

Terraform v1.2.1
on linux_amd64
+ provider registry.terraform.io/ovh/ovh v0.17.1

Affected Resource(s)

  • ip load balancer

Terraform Configuration Files

default conf (tested in a fresh installation) Provider:

terraform {
  required_providers {
    ovh = {
      source  = "ovh/ovh"
    }
  }
}

provider "ovh" {
  endpoint           = "ovh-eu"
  application_key ="appkey-here"
  application_secret = "secret-here"
  consumer_key    = "ckey-here"
}

main.tf same as the example with this changes:

  • expiration added for temporal shopping cart because asked for it (ridiculous).
  • gra instead of rbx
  • payment_mean = "default-payment-mean" (value extracted from provider doc, probably vrack resource)

Panic Output

https://gist.github.com/digitalfredy/0fd0306430fa07195e3351ed695f99b0

Expected Behavior

IP LB should be created

Actual Behavior

Error: The terraform-provider-ovh_v0.17.1 plugin crashed!

Steps to Reproduce

terraform apply

Important Factoids

Message is clear is not Terraform issue is a plugin issue:

Error: The terraform-provider-ovh_v0.17.1 plugin crashed!

This is always indicative of a bug within the plugin. It would be immensely helpful if you could report the crash with the plugin's maintainers so that it

digitalfredy avatar May 31 '22 16:05 digitalfredy