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
If there's an error during destroy, retrying destroy produces an error with the expression
aws_dx_id = one([
for action_data in one(module.equinix-fabric-connection.primary_connection.actions).required_data: action_data["value"]
if action_data["key"] == "awsConnectionId"
])
│ Error: Unsupported attribute
│
│ on .terraform/modules/equinix-fabric-connection-aws-secondary/main.tf line 3, in locals:
│ 3: for action_data in one(module.equinix-fabric-connection.primary_connection.actions).required_data: action_data["value"]
│ ├────────────────
│ │ module.equinix-fabric-connection is object with 1 attribute "secondary_connection"
│
│ This object does not have an attribute named "primary_connection".
The text was updated successfully, but these errors were encountered:
If there's an error during destroy, retrying destroy produces an error with the expression
The text was updated successfully, but these errors were encountered: