You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/internal/command/e2etest/testdata/module-archive/main.tf

6 lines
267 B

// 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"
}