Skip to content
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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

brittandeyoung
Copy link

@brittandeyoung brittandeyoung commented Jan 28, 2025

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

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #0000

@brittandeyoung brittandeyoung requested a review from a team as a code owner January 28, 2025 19:25
@brittandeyoung
Copy link
Author

@rainkwan Any chance this could get reviewed by the maintainers to see if this is a feature that would be accepted into the provider?

@bbasata
Copy link

bbasata commented Feb 5, 2025

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 😃

@brittandeyoung
Copy link
Author

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.

@brittandeyoung
Copy link
Author

Just let me know if there are any changes needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants