Add support for user_data
Now variables can be put into user_data and they'll be parsed out.
For instance, add this to your environment's metadata:
new_value: 10
and this will be parsed in the module:
print env[123456].user_data.new_value
Comments are handled properly:
new_value: 123 # very new!