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
priority doesn't get reset to null according to the state and then set automatically again after each apply
Actual Behavior
explicitly setting priority gives this error
Error: Value for unconfigurable attribute
on main.tf line 104, in resource "equinix_fabric_connection" "gcpi-ecx":
104: resource "equinix_fabric_connection" "gcpi-ecx" {
Can't configure a value for "a_side.0.access_point.0.port.0.redundancy": its
value will be decided automatically based on the result of applying this
configuration.
Not setting redundancy priority causes this to happen on every apply
# equinix_fabric_connection.gcpi-ecx[0] will be updated in-place
~ resource "equinix_fabric_connection" "gcpi-ecx" {
id = "3f83e086-cfb3-438d-a35c-e8497c5e6f5a"
name = "gcp-test-us-east4-0"
# (10 unchanged attributes hidden)
- redundancy {
- group = "d620cf98-c6ea-4839-a290-3c6d0822467a" -> null
- priority = "PRIMARY" -> null
}
# (5 unchanged blocks hidden)
}
# equinix_fabric_connection.gcpi-ecx[1] will be updated in-place
~ resource "equinix_fabric_connection" "gcpi-ecx" {
id = "8c039bd0-8faf-49ef-b0d1-a2be37b01869"
name = "gcp-test-us-east4-1"
# (10 unchanged attributes hidden)
- redundancy {
- group = "9172477e-0a31-4c6b-9db2-3d7bf68df850" -> null
- priority = "PRIMARY" -> null
}
# (5 unchanged blocks hidden)
}
Steps to Reproduce
Create equinix_fabric_connection resources with or without setting redundancy for each connection.
The text was updated successfully, but these errors were encountered:
Terraform Version
0.14.9
Equinix Provider Version
equinix/equinix v2.10.0
Effected Terraform Resources
equinix_fabric_connection
Terraform Config Files
Debug Output
No response
Panic Output
No response
Expected Behavior
priority doesn't get reset to null according to the state and then set automatically again after each apply
Actual Behavior
explicitly setting priority gives this error
Not setting redundancy priority causes this to happen on every apply
Steps to Reproduce
Create equinix_fabric_connection resources with or without setting redundancy for each connection.
The text was updated successfully, but these errors were encountered: