-
Notifications
You must be signed in to change notification settings - Fork 989
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
Use kubernetes provider with EKS module with one apply #1865
Comments
Marking this issue as stale due to inactivity. If this issue receives no comments in the next 30 days it will automatically be closed. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. This helps our maintainers find and focus on the active issues. Maintainers may also remove the stale label at their discretion. Thank you! |
@fazizsoltani Terraform doesn't support this mechanism of supplying provider attribute values from other resources being create in the same apply. The fact that it sometimes seem to work and other times not only adds to the confusion (depending on the resources involved and the complexity of the whole configuration). A good explanation from one of the core engineers of Terraform is available here: https://discuss.hashicorp.com/t/provider-configuration-through-interpolation/22538/3 Our recommendation is to split the creation of the cluster and the operations on cluster resources into separate apply steps. |
Without further feedback to proceed, we're closing this ticket to maintain clarity in our issue tracker. This closure is purely procedural; we're still interested in addressing your concerns. Should this issue persist or if you have additional information to share, please feel free to open a new ticket. Your contributions are valuable to us, and we're keen to assist wherever possible. |
Terraform version, Kubernetes provider version and Kubernetes version
Terraform configuration
Question
The text was updated successfully, but these errors were encountered: