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
provider_account account is needed when creating a circuit
When you create a circuit you need to specify provider_account.
Terraform Version
1.9.0
e-breuninger/netbox v3.9.2
Affected Resource(s)
netbox_circuit
Debug Output
Error: [POST /circuits/circuits/][400] circuits_circuits_create default {"provider_account":["This field is required."]}
│
│ with module.cabling.netbox_circuit.InternetProviderXXX,
│ on modules/cabling/main.tf line 376, in resource "netbox_circuit" "InternetProviderXXX":
│ 376: resource "netbox_circuit" "InternetProviderXXX" {
But provider_account is not a valid resource with this netbox provider.
$ terraform plan
│ Error: Unsupported argument
│
│ on modules/cabling/main.tf line 381, in resource "netbox_circuit" "InternetProviderXXX":
│ 381: provider_account = 1
│
│ An argument named "provider_account" is not expected here.
The text was updated successfully, but these errors were encountered:
provider_account account is needed when creating a circuit
When you create a circuit you need to specify provider_account.
Terraform Version
1.9.0
e-breuninger/netbox v3.9.2
Affected Resource(s)
Debug Output
Error: [POST /circuits/circuits/][400] circuits_circuits_create default {"provider_account":["This field is required."]}
│
│ with module.cabling.netbox_circuit.InternetProviderXXX,
│ on modules/cabling/main.tf line 376, in resource "netbox_circuit" "InternetProviderXXX":
│ 376: resource "netbox_circuit" "InternetProviderXXX" {
But provider_account is not a valid resource with this netbox provider.
$ terraform plan
│ Error: Unsupported argument
│
│ on modules/cabling/main.tf line 381, in resource "netbox_circuit" "InternetProviderXXX":
│ 381: provider_account = 1
│
│ An argument named "provider_account" is not expected here.
The text was updated successfully, but these errors were encountered: