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
resource "equinix_fabric_routing_protocol" "direct"{
connection_uuid = var.connection_id
type = "DIRECT"
name = "direct_rp"
direct_ipv4 {
equinix_iface_ip = var.equinix_side_peer_ip
}
}
Debug Output
2024-05-09T17:30:35.862+0200 [WARN] Provider "registry.terraform.io/equinix/equinix" produced an unexpected new value for equinix_fabric_routing_protocol.direct during refresh.
- .direct_ipv6: actual set element cty.ObjectVal(map[string]cty.Value{"equinix_iface_ip":cty.StringVal("")}) does not correlate with any element in plan
- .direct_ipv6: block set length changed from 0 to 1
Panic Output
No response
Expected Behavior
no update required if there were no changes
Actual Behavior
Terraform used the selected providers to generate the following execution plan. Resource
actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# equinix_fabric_routing_protocol.direct will be updated in-place
~ resource "equinix_fabric_routing_protocol" "direct" {
id = "90e96ef8-75a1-4311-b466-53cbaf5e1df3"
name = "direct_rp"
# (7 unchanged attributes hidden)
- direct_ipv6 {
# (1 unchanged attribute hidden)
}
# (1 unchanged block hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
Steps to Reproduce
terraform plan after a successful terraform apply
The text was updated successfully, but these errors were encountered:
Terraform Version
Terraform v1.8.0 on darwin_amd64
Equinix Provider Version
v1.36.3
Effected Terraform Resources
equinix_fabric_routing_protocol
Terraform Config Files
Debug Output
2024-05-09T17:30:35.862+0200 [WARN] Provider "registry.terraform.io/equinix/equinix" produced an unexpected new value for equinix_fabric_routing_protocol.direct during refresh.
- .direct_ipv6: actual set element cty.ObjectVal(map[string]cty.Value{"equinix_iface_ip":cty.StringVal("")}) does not correlate with any element in plan
- .direct_ipv6: block set length changed from 0 to 1
Panic Output
No response
Expected Behavior
no update required if there were no changes
Actual Behavior
Steps to Reproduce
terraform plan
after a successfulterraform apply
The text was updated successfully, but these errors were encountered: