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
Error: response status code does not match any response statuses defined for this endpoint in the swagger spec (status 400): {}
on .terraform/modules/test3_terraform.netbox/netbox.tf line 2, in resource "netbox_virtualization_vm" "vm":
2: resource "netbox_virtualization_vm" "vm" {
Behaviors
Actual Behavior
Error: [POST /virtualization/virtual-machines/][400] virtualization_virtual-machines_create default map[__all__:[Invalid value for custom field 'vm_server_role': Invalid choice (ansibles). Available choices are: ansible, sftp, sharepoint, smtp, som-cache, sphinx-travel, srv-common]]
on .terraform/modules/test3_terraform.netbox/netbox.tf line 52, in resource "netbox_virtual_machine" "vm":
52: resource "netbox_virtual_machine" "vm" {
Expected Behavior
If a custom field contains a choice of values, and a new value is specified in hcl, then the provider needs to report the response from the netbox.
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered:
Summary
Version
Netbox version
Terraform version
Provider version
Issue details
Affected Data(s) / Resource(s)
Terraform Configuration Files
Terraform Output
Behaviors
Actual Behavior
Expected Behavior
If a custom field contains a choice of values, and a new value is specified in hcl, then the provider needs to report the response from the netbox.
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: