You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing a similar issue as described in #263 and #606
The Terraform code was working up until recently, I am unsure what exactly happened that could have triggered the error to begin occurring. I suspect it may have been an NetBox upgrade to 4.0.11, but I am not sure how recently that upgrade occurred.
To account for 4.0.11 I upgraded the providers to 3.9.2 but that has not fixed it. (I also tried versions 3.9.0 and 3.9.1 to no avail.)
A successful plan was ran on Windows, WSL (Ubuntu), and a RHEL 8.8, but the aim is to use it with GitHub Actions (which has worked in the past) but I don't see why the Runner wouldn't be able to do the same. (Or what this error indicates would need to change if there is an issue with the Runner.)
Here is the full error when doing a terraform plan:
╷ │ Error: 0xc000621850 (*interface {}) is not supported by the TextConsumer, can be resolved by supporting TextUnmarshaler interface │ │ with provider["registry.terraform.io/e-breuninger/netbox"].nb_ipam, │ on providers.tf line 55, in provider "netbox": │ 55: provider "netbox" { │ ╵
TF Version - 1.5.7
NetBox Version - 4.0.11
Provider Version - 3.9.2
The text was updated successfully, but these errors were encountered:
Hi all,
I am experiencing a similar issue as described in #263 and #606
The Terraform code was working up until recently, I am unsure what exactly happened that could have triggered the error to begin occurring. I suspect it may have been an NetBox upgrade to 4.0.11, but I am not sure how recently that upgrade occurred.
To account for 4.0.11 I upgraded the providers to 3.9.2 but that has not fixed it. (I also tried versions 3.9.0 and 3.9.1 to no avail.)
A successful plan was ran on Windows, WSL (Ubuntu), and a RHEL 8.8, but the aim is to use it with GitHub Actions (which has worked in the past) but I don't see why the Runner wouldn't be able to do the same. (Or what this error indicates would need to change if there is an issue with the Runner.)
Here is the full error when doing a
terraform plan
:╷ │ Error: 0xc000621850 (*interface {}) is not supported by the TextConsumer, can be resolved by supporting TextUnmarshaler interface │ │ with provider["registry.terraform.io/e-breuninger/netbox"].nb_ipam, │ on providers.tf line 55, in provider "netbox": │ 55: provider "netbox" { │ ╵
TF Version - 1.5.7
NetBox Version - 4.0.11
Provider Version - 3.9.2
The text was updated successfully, but these errors were encountered: