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
In the example showing modules used together there should be a depends_on between resources. Terraform won't pick up the cross-module dependencies because the example is using hard-coded values instead of resource references.
The text was updated successfully, but these errors were encountered:
In the example showing modules used together there should be a
depends_on
between resources. Terraform won't pick up the cross-module dependencies because the example is using hard-coded values instead of resource references.The text was updated successfully, but these errors were encountered: