-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
core: No interpolation for cross-provider dependencies #12393
Comments
Hmm I think this must be a 0.9 regression because I have plenty of configs using this sort of setup and have only seen it fail as you showed in your first result, never get stuck as you show in your second. The error in your first output is the class of problem that Partial Apply is intended to address, but it depends on things working when the resources are already in state. |
@apparentlymart Actually you're right, I somehow missed a popup from my local firewall yesterday asking me to allow the egress to 3306 - that's what caused the hanging on Modified the original issue. |
The graph looks good, you're exactly right that this is really just #8521. Its a bit late in the game but I'm going to take a look at this and try to judge the difficulty of getting a solution in since this would be very helpful for K8S. Graph for plan (looks great): |
Let's close this to consolidate to #4149, since I'm pretty sure this issue is just one of the motivators for that proposal. |
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. |
There's a bunch of reasonable use cases like the one below (e.g. GKE & K8S) and I believe these are all affected by the same issue.
Terraform Version
Terraform v0.9.0-dev (a2d78b62aa97aab6d5f71091754dc983bc68d169)
Terraform Configuration Files
Expected Behavior
Create the RDS db & then let MySQL provider connect to it and create the database.
Actual Behavior
Related PRs
The text was updated successfully, but these errors were encountered: