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

Change the default type = string to type = any in init.py #250

Open
karthicgit opened this issue Apr 10, 2023 · 0 comments
Open

Change the default type = string to type = any in init.py #250

karthicgit opened this issue Apr 10, 2023 · 0 comments

Comments

@karthicgit
Copy link

By default all the variables gets type as string which is not suitable for other type. The default type is any in terraform. It will be better to change file_handle.write(' type = string\n') to type = any in write_file function . End user can change later if needed and it wont throw error even if they did not for any other type variable.

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