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

Add support for for expressions and functions with multiple parameters #59

Merged
merged 2 commits into from
Aug 4, 2022

Conversation

gdavison
Copy link
Contributor

terrafmt currently handles functions with a single parameter, such as base64encode() or md5(). Now allows functions with more parameters, such as range() for use in for expressions.

Closes #40
Closes #38

Includes #57

Copy link
Owner

@katbyte katbyte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🎩

katbyte added a commit that referenced this pull request Aug 3, 2022
@katbyte katbyte added this to the v0.5.0 milestone Aug 3, 2022
@katbyte katbyte merged commit 305018a into katbyte:main Aug 4, 2022
@gdavison gdavison deleted the support-for-expressions branch August 4, 2022 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants