-
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: Add uuid() interpolate function. #5575
Conversation
Is this building on #3563 or is it a fresh implementation? |
About to comment over there - I think we can rework #3563 to be caused something besides |
(Working on the dep vendoring now too.) |
Utilizes hashicorp's go-uuid library for proper random seeding setup.
This looks good to me. 👍 |
👍 |
core: Add uuid() interpolate function.
That's great, but I was hoping something like this would become posible:
However, the bucket creation itself initially fails, am I doing something obviously wrong here? |
@gozer you're doing it right, that's a bug with ignore_changes that i'm actively working on fixing! stay tuned |
@phinze great, thanks for the feedback. Do you have an issue number for that ignore_change bug? |
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. |
Utilize hashicorp's go-uuid library for proper random seeding setup.