terraform icon indicating copy to clipboard operation
terraform copied to clipboard

Gunzipbase64

Open l-with opened this issue 2 years ago • 4 comments

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

l-with avatar Sep 11 '23 10:09 l-with

Thanks for this submission!

crw avatar Sep 11 '23 21:09 crw

Thanks for this submission!

I appreciate your feedback. I like to ask for review.

l-with avatar Sep 13 '23 20:09 l-with

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!

omarismail avatar Sep 15 '23 16:09 omarismail

Hi @omarismail is there any chances to get such function in terraform core functions ?

md2k avatar Feb 20 '24 12:02 md2k