-
Notifications
You must be signed in to change notification settings - Fork 34
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 Provider Function: unix_timestamp_parse
#385
base: main
Are you sure you want to change the base?
New Provider Function: unix_timestamp_parse
#385
Conversation
@rainkwan Any chance this could get reviewed by the maintainers to see if this is a feature that would be accepted into the provider? |
Hi @brittandeyoung! Thank you for opening this pull request. While we cannot prioritize direct @-mentions, I can assure you that this is in the Terraform Developer Experience team's review queue, and we will make a best effort to respond in a timely manner 😃 |
Thank you. I will wait patiently to hear back. |
Just let me know if there are any changes needed |
This pull request implements a new provider function for parsing unix timestamps.
I often find the need to be able to pass in a unix timestamp into a terraform configuration or resources that return a unix timestamp, but terraform is not able of working with this time format. This function would allow converting unix timestamps into a usable format for terraform.
Community Note
Relates OR Closes #0000