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

V1.66.0 with fixes #127

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

jaywcarman
Copy link
Collaborator

Setting the default 'validate_tl_params' value to 'None' causes issues
later since 'len(None)' raises TypeError.
The indentation in the terraform resource block generator was
inconsistent and very confusing.

kwarg default values are assigned elsewhere without spaces.
Some modules have conditional parameter requirements (for example, if
one paramter is not provided then another may be required). This can
result in a module where no parameter is unconditional required (read:
"0" required parameters), yet it is required that a parameter be
provided.
@jaywcarman jaywcarman force-pushed the v1.66.0_with_fixes branch from 01d3af2 to bc20d60 Compare June 24, 2024 19:00
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

Successfully merging this pull request may close these issues.

1 participant