terraform/builtin/providers/archive
Brad Sickles 65523fa006 provider/archive: Converting to datasource. (#8492)
* Converting archive_file to datasource.

* Ratcheting back new dir perms.

* Ratcheting back new dir perms.

* goimports

* Adding output_base64sha256 attribute to archive_file.

Updating docs.

* Dropping CheckDestroy since this is a data source.

* Correcting data source attribute checks.
2016-10-25 15:59:06 +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
data_source_archive_file.go provider/archive: Converting to datasource. (#8492) 2016-10-25 15:59:06 +01:00
data_source_archive_file_test.go provider/archive: Converting to datasource. (#8492) 2016-10-25 15:59:06 +01: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