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

[Feature]: corefunc_json_encode_format #160

Open
skyzyx opened this issue Feb 14, 2024 · 0 comments
Open

[Feature]: corefunc_json_encode_format #160

skyzyx opened this issue Feb 14, 2024 · 0 comments
Assignees

Comments

@skyzyx
Copy link
Member

skyzyx commented Feb 14, 2024

What functionality would you like to see?

Will need to experiment to see if we can accept a list or map, or if we need to separate their inputs/implementations.

data "corefunc_json_encode_format" "formatted" {
  map    = {hello="world"}
  prefix = ""
  indent = "  "
}
#=> {
#     "hello": "world"
#   }
@skyzyx skyzyx self-assigned this Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant