-
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
add issensitive
function
#34619
add issensitive
function
#34619
Conversation
3ea469e
to
473da98
Compare
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.
Implementation looks good, just the nav bar link a bit out of place.
473da98
to
2832e7f
Compare
This function can be used to check if a value is marked as sensitive or not within terraform. Closes hashicorp#34572
2832e7f
to
3a77065
Compare
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.
LGTM
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. |
This function can be used to check if a value is marked as
sensitive or not within terraform.
Fixes #34572
Target Release
1.8.x
Draft CHANGELOG entry
NEW FEATURES
issensitive
terraform function to detect if a value is marked as sensitive