S3 Buckets
Example
Terrafile
mod "demo1", source: "s3::https://s3-us-west-2.amazonaws.com/demo-terraform-test/modules/example-module.tgz"
mod "demo2", source: "s3::https://s3-us-west-2.amazonaws.com/demo-terraform-test/modules/example-module.zip"
Running:
terraspace bundle
Will download modules to:
vendor/modules/demo1
vendor/modules/demo2
Archive Support
Both zip and tgz archive formats are supported.
Currently, bz2 and txz are not supported. PRs are welcomed.