terraform/builtin/providers/archive
Raphael Randschau 9a70bfa977 provider/archiver fix test output path breaking other tests (#8291)
* provider/archive: grant more permissions for output directories

* provider/archive: place test output in temp dir

we don't want to pollute terraform source folders…
2016-08-18 18:11:19 +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/archiver fix test output path breaking other tests (#8291) 2016-08-18 18:11:19 +01:00
resource_archive_file_test.go provider/archiver fix test output path breaking other tests (#8291) 2016-08-18 18:11:19 +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