-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Add native plantimestamp
function to Terraform
#32980
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
Conversation
ddae3cd
to
02adb92
Compare
02adb92
to
0f1507b
Compare
plantimestamp
function to Terraformplantimestamp
function to Terraform
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.
Looks good to me. I don't understand the docs linter/build error, though. I imagine we'll have to figure that out before merge.
Reminder for the merging maintainer: if this is a user-visible change, please update the changelog on the appropriate release branch. |
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 function will return a constant time representing the UTC timestamp during the plan.
Proposed changelog entry
NEW FEATURES
plantimestamp
function that returns the timestamp at plan time. This is similar to thetimestamp
function which returns the timestamp at apply time.