terraform/builtin/providers/template
Martin Atkins eaac9fbca3 provider/template: template_dir explicitly create dest dir
Previously we were letting it get implicitly created as part of making
the structure for copying in each file, but that isn't sufficient if the
source directory is empty.

By explicitly creating the directory first we ensure that it will complete
successfully even in the case of an empty directory.
2017-04-25 10:48:26 -07: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: Add a 'dir' resource to template entire directories 2017-04-25 10:48:26 -07:00
provider_test.go providers: add template provider 2015-05-01 16:59:49 -07:00
resource_template_dir.go provider/template: template_dir explicitly create dest dir 2017-04-25 10:48:26 -07:00
resource_template_dir_test.go provider/template: Add a 'dir' resource to template entire directories 2017-04-25 10:48:26 -07:00