Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider_account account is needed when creating a circuit #661

Open
bjorklund opened this issue Dec 2, 2024 · 0 comments
Open

provider_account account is needed when creating a circuit #661

bjorklund opened this issue Dec 2, 2024 · 0 comments

Comments

@bjorklund
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant