terraform/builtin/providers/template
Devin Lundberg 081121d29b Fix invalid MIME formatting in multipart cloudinit userdata (#13752)
* Fix invalid MIME formatting in multipart cloudinit userdata 

Per https://tools.ietf.org/html/rfc822#appendix-B.2, MIME headers and Body need to be separated by two new lines (or CRLFs in this case). 

The email parser in python can handle this which is what cloud-init uses but this bug causes problems if you try to parse the multipart message by languages other than python.

* Fix test cases
2017-04-21 08:30:09 +02:00
..
datasource_cloudinit_config.go Fix invalid MIME formatting in multipart cloudinit userdata (#13752) 2017-04-21 08:30:09 +02:00
datasource_cloudinit_config_test.go Fix invalid MIME formatting in multipart cloudinit userdata (#13752) 2017-04-21 08:30:09 +02:00
datasource_template_file.go providers/template: disallow file paths in `template` 2016-11-22 10:23:58 -08:00
datasource_template_file_test.go providers/template: disallow file paths in `template` 2016-11-22 10:23:58 -08:00
provider.go provider/template: convert resources to data sources 2016-07-08 17:11:17 +01:00
provider_test.go