You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: