Open
Description
Terraform Version
1.11.4
Use Cases
We are refreshing the token in the file periodically and it would be nice for terraform to pick up changes in the file while it is running or reread it from time to time or close to expiry. We are using terraform in azure devops pipelines and the oidc tokens expire after 10 minutes. We are using multiple service connections within one apply which looks not possible with the new azure devops implementation. For applies under 10 minutes and kubernetes with kubelogin for AKS this works very well as kubelogin is invoked more often and reads the file when the process starts.
Attempted Solutions
We looked into the service connection id based approach which seems to not support multiple service connections.
Proposal
No response
References
No response