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

Gunzipbase64 #33863

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

Gunzipbase64 #33863

wants to merge 19 commits into from

Conversation

l-with
Copy link

@l-with l-with commented Sep 11, 2023

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 l-with marked this pull request as ready for review September 11, 2023 12:22
@crw
Copy link
Contributor

crw commented Sep 11, 2023

Thanks for this submission!

@l-with
Copy link
Author

l-with commented Sep 13, 2023

Thanks for this submission!

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

@crw crw added the functions label Sep 15, 2023
@omarismail
Copy link
Contributor

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? oismail@hashicorp.com. Thanks!

@md2k
Copy link

md2k commented Feb 20, 2024

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

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

Successfully merging this pull request may close these issues.

Feature request: gunzip function
4 participants