Code Monkey home page Code Monkey logo

Comments (1)

apparentlymart avatar apparentlymart commented on July 30, 2024

Hi @nl-brett-stime,

I intended this function primarily to help with integration with other software rather than for generating content intended for humans to interact with, and so it's intentionally not customizable. cty functions don't typically have optional arguments, because the model for functions doesn't support that idea, so I think it would be tricky to implement exactly the design you've proposed here even if not for my preference to exclude it.

I see you've also opened an issue in Terraform. The Terraform team might have a different opinion about what use-cases the Terraform language in particular is aiming to meet; if they conclude that such a thing would be in Terraform's scope then I'd suggest for Terraform to include a separate JSON formatting function which takes valid JSON as input and returns pretty-printed but functionally-equivalent JSON as output, which would then result with something like jsonformat(jsonencode(...)) in Terraform language terms (using Terraform/HCL's function syntax).

I don't really want to maintain a formatting function like that within this library because the function package is already pretty large as it is, but applications like Terraform would be able to define their own separate formatting functions if they wish, which could then consume the output of jsonencode or indeed JSON data obtained via other means.

Thanks!

from go-cty.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.