errors.fyi community error code reference
cycle_error
terraform

Cycle error

Terraform detected a circular dependency in the configuration — a chain of references that eventually leads back to the starting resource. Break the cycle by restructuring dependencies or using the depends_on meta-argument carefully to avoid circular chains.

References

← all namespaces