I understand pulumi will solve the dependency auto...
# golang
f
I understand pulumi will solve the dependency automatically. however, in my case, the eni1 will fail to create at the first time to execute "pulumi up". it will sucess at second time to try "pulumi up". so I thought use dependson might able to solve the problem. but could not figure out how to use DependsOn.