mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-21 18:56:57 -05:00
6 lines
267 B
HCL
6 lines
267 B
HCL
// this should be able to unpack the tarball and change the module directory to
|
|
// the archive directory regardless of its name.
|
|
module "bucket" {
|
|
source = "https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/archive/v3.3.0.tar.gz//*?archive=tar.gz"
|
|
}
|