-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
time_sleep ignoring depends_on clause #81
Comments
This has been working fine for over a year. We recently upgraded the TF and ARM versions and just noticed this. |
I checked my previous pipeline runs and it ran as expected on 1-Mar-22. No code changes have been applied on my side. Our version upgrades were on 31-Jan-22. So I am really confused now.
Overall ChangesUpgraded pipelines to use Terraform 1.1.4
|
Any update regarding this ? i do face same issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
N/A
Expected Behavior
Process1 (Dom Join) should run, then Resource3+ should run after Resource2 (time_sleep)
Actual Behavior
time_sleep ran 1st and everything else ran at the same time (per there depends_on order)
Steps to Reproduce
terraform apply
Important Factoids
N/A
References
N/A
The text was updated successfully, but these errors were encountered: