-
Notifications
You must be signed in to change notification settings - Fork 119
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
New Resource random_uuid #38
Conversation
@mildwonkey @katbyte Comments, questions, concerns about this change? |
Hi @straubt1, sorry about the delay here - I'll take a look! |
website/docs/r/uuid.html.md
Outdated
Generates a random identifier. | ||
--- | ||
|
||
# random\_id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this should be random_uuid
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pushed a change, good catch!
@mildwonkey Idea on next release timing? |
Good question! I was just discussing this with the terraform core team earlier today. I hope to get the remaining open PRs addressed and the provider released within the next few days. |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
New resource to generate a UUID rather than having to create your own concatenation.
For some of the Azure Resources we need the ability to generate a properly formatted GUID and wanted a cleaner way to generate these ids.