Files
opentf/internal/command/e2etest/testdata/module-archive/main.tf
2022-08-17 16:27:58 -04:00

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