terraform
terraform copied to clipboard
Gunzipbase64
add terraform function gunzipbase64 as opposite of base64gzip similar to
- base64decode opposite of base64encode
- textdecodebase64 opposite of textencodebase64
- jsondecode opposite of jsonencode
- yamldecode opposite of yamlencode
Fixes #22568
Target Release
1.5.x
Draft CHANGELOG entry
NEW FEATURES
terraform function gunzipbase64 can be used as opposite of base64gzip, e.g.
- write base64gzip content to any storage, read it and decode it with gunzipbase64
Thanks for this submission!
Thanks for this submission!
I appreciate your feedback. I like to ask for review.
Hey @l-with , the team is working on ways to make functions extensible so anyone can add their own functions. Would love to share some thoughts with you. Mind emailing me and we can get a conversation started? [email protected]. Thanks!
Hi @omarismail is there any chances to get such function in terraform core functions ?