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

Inconsistent result after apply when configuring BFD for BGP session #543

Open
bobmshannon opened this issue Nov 17, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@bobmshannon
Copy link

bobmshannon commented Nov 17, 2023

Terraform CLI and Terraform PacketFabric Provider Version

$ terraform -v
Terraform v1.5.7

Using PacketFabric provider version 1.7.0.

Affected Resource(s)

  • packetfabric_cloud_router_bgp_session

Expected Behavior

The BFD settings on the BGP session can be modified using Terraform. Alternatively, if the BFD settings cannot be negotiated with the CSP for the particular connection, a more explicit error is returned.

Actual Behavior

╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to
│ module.pf_dual_shipping_circuit.module.circuit.packetfabric_cloud_router_bgp_session.cr_bgp_gcp["bundle0-crc0"],
│ provider "provider[\"registry.terraform.io/packetfabric/packetfabric\"]" produced an unexpected new
│ value: Root resource was present, but now absent.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.

Steps to Reproduce

Create a new BGP session with BFD disabled for a GCP cloud router connection, and then attempt to set bfd_interval and bfd_multiplier to 300 and 3 respectively.

Important Factoids

References

@bobmshannon bobmshannon added the bug Something isn't working label Nov 17, 2023
@vgvm-pf vgvm-pf mentioned this issue Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant