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
I have a squadcast_service resource that is using for_each over a map (ultimately sourced from a YAML file). I can't express dependencies between services due to a cycle error in Terraform.
If I could create the dependencies separately this problem would be avoided.
Provider version 1.6.1.
The text was updated successfully, but these errors were encountered:
I have a
squadcast_service
resource that is usingfor_each
over a map (ultimately sourced from a YAML file). I can't express dependencies between services due to a cycle error in Terraform.If I could create the dependencies separately this problem would be avoided.
Provider version 1.6.1.
The text was updated successfully, but these errors were encountered: