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
null_resource.foo.0: Creating...
null_resource.foo.1: Creating...
null_resource.foo.0: Error: 1 error(s) occurred:
* Resource 'null_resource.foo.1' not found for variable 'null_resource.foo.1.id'
null_resource.foo.1: Provisioning with 'local-exec'...
null_resource.foo.1 (local-exec): Executing: /bin/sh -c "echo 3030871191733529834"
null_resource.foo.1 (local-exec): 3030871191733529834
null_resource.foo.1: Creation complete
Error applying plan:
1 error(s) occurred:
* 1 error(s) occurred:
* 1 error(s) occurred:
* Resource 'null_resource.foo.1' not found for variable 'null_resource.foo.1.id'
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
May 3, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Given the following config:
Expected order of creation would be:
Current computed order is:
(it creates both resources in parallel)
which makes it fail during the provisioning step:
The text was updated successfully, but these errors were encountered: