Is there a way to configure dependencies between resources? #1182
Unanswered
Sheludchenko
asked this question in
Q&A
Replies: 1 comment
-
This would have been great |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use CAF module to deploy AKS cluster with User Assigned Managed Identities for cluster and kubelet. Everything seems to be very straightforward and it is but I bumped into an issue.
In my tfvar file I define the following resources:
When I try to deploy I get an error that cluster identity doesn't have a right to manage kubelet identity. The issue happens because AKS cluster gets created before or in parallel with role assignment.
Is there a way to set explicit dependency between AKS and role assignment?
Beta Was this translation helpful? Give feedback.
All reactions