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
outputs.tf:
output "aws-connection-eqx1dx1" {
value = module.equinix-aws-connection-eqx1dx1.primary_connection_id
}
Debug Output
No response
Panic Output
No response
Expected Behavior
Last Fri, I updated AWS code (not related to this Equinix module). I was able to Terraform run w/o issue.
Actual Behavior
Today, I updated other AWS code (again not related to this Equinix module). Now I get this error:
Error: Unsupported attribute
on outputs.tf line 2, in output "aws-connection-eqx1dx1":
value = module.equinix-aws-connection-eqx1dx1.primary_connection_id
module.equinix-aws-connection-eqx1dx1 is a object
This object does not have an attribute named "primary_connection_id".