jschra

Results 6 comments of jschra

@nkvuong Yes, I do. Below you can find the snippet that runs in my services module that creates the obo token: ```terraform # Create service principal for API access from...

@nkvuong, ok lol, that was really stupid on my side. Apologies for that. Question is, however, how to make such a configuration robust for obo tokens that expire. Now it's...

Yeah makes sense. I reckon this would only work if the obo_token would have a parameter that would enforce it to be re-created **before** it expires by a said amount...

That’s a great idea @nkvuong ! Will give it a try tomorrow, will keep you posted. Cheers!

@nkvuong tried adding logic using the resources you mentioned and it does allow me to replace the obo_token before it expires. If I use said token in a provider to...

I was experiencing the exact same problem when spinning up workspaces from Terraform, which I could not fix with explicit dependencies through depends_on. Same as OP, my first apply would...