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

lang/funcs: add (console-only) TypeFunction #28501

Merged
merged 2 commits into from
Apr 23, 2021
Merged

Commits on Apr 23, 2021

  1. lang/funcs: add (console-only) TypeFunction

    The type() function, which is only available for terraform console,
    prints out the type of a given value. This is mainly intended for
    debugging - it's nice to be able to print out terraform's understanding
    of a complex variable.
    
    This introduces a new field for Scope: ConsoleMode. When ConsoleMode is true, any additional functions intended for use in the console (only) may be added.
    mildwonkey committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    6205fcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f3f353 View commit details
    Browse the repository at this point in the history