terraform/builtin/providers/archive
Raphael Randschau cb491c408e provider/archive support folders in output_path (#8278)
* provider/archive: use output_path instead of FileInfo

FileInfo.Name() returns the basename of the output path, which forces you to
never place archives in subdirectories

* provider/archive: add test for subdirectory output_path

* provider/archive: camelCase output_path variable
2016-08-18 16:36:27 +01:00
..
test-fixtures Implement archive provider and "archive_file" resource. (#7322) 2016-08-08 12:56:44 +12:00
.gitignore providers/archive: remove test files from provider and update gitignore 2016-08-15 11:56:22 -07:00
archiver.go Implement archive provider and "archive_file" resource. (#7322) 2016-08-08 12:56:44 +12:00
provider.go Implement archive provider and "archive_file" resource. (#7322) 2016-08-08 12:56:44 +12:00
provider_test.go Implement archive provider and "archive_file" resource. (#7322) 2016-08-08 12:56:44 +12:00
resource_archive_file.go provider/archive support folders in output_path (#8278) 2016-08-18 16:36:27 +01:00
resource_archive_file_test.go provider/archive support folders in output_path (#8278) 2016-08-18 16:36:27 +01:00
zip_archiver.go Implement archive provider and "archive_file" resource. (#7322) 2016-08-08 12:56:44 +12:00
zip_archiver_test.go Implement archive provider and "archive_file" resource. (#7322) 2016-08-08 12:56:44 +12:00