terraform/builtin/providers/archive
Martin Atkins 6ad1e596dd provider/archive: Test that archive_file hashes seem plausible
We just check these for syntax rather than exact value because the
underlying archive library is free to evolve its exact encoding over time
as long as the result is semantically equivalent, and we don't want these
tests to break when we build on different versions of Go.
2016-12-24 11:52:17 -08: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
data_source_archive_file.go Add the archive file's MD5 to the output 2016-12-19 18:39:38 -08:00
data_source_archive_file_test.go provider/archive: Test that archive_file hashes seem plausible 2016-12-24 11:52:17 -08:00
provider.go provider/archive: Converting to datasource. (#8492) 2016-10-25 15:59:06 +01:00
provider_test.go Implement archive provider and "archive_file" resource. (#7322) 2016-08-08 12:56:44 +12: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