github.com/graywolf-at-work-2/terraform-vendor@v1.4.5/internal/command/e2etest/testdata/module-archive/main.tf (about) 1 // this should be able to unpack the tarball and change the module directory to 2 // the archive directory regardless of its name. 3 module "bucket" { 4 source = "https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/archive/v3.3.0.tar.gz//*?archive=tar.gz" 5 }