Skip to content

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

@karthicgit

Description

@karthicgit

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions