You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Zips the mappings folder into mappings.zipdata"archive_file""lib" {
type="zip"source_file="${path.module}/folder"output_path="${path.module}/folder.zip"
}
Expected Behavior
folder.zip deflates to folder
$ unzip folder.zip
$ tree
.
└── folder
Actual Behavior
folder.zip deflates to the contents of folder not the folder itself
$ unzip folder.zip
$ tree
.
├── file1
└── file2
Steps to Reproduce
mkdir folder
touch folder/file{1,2}
terraform apply
unzip folder
The text was updated successfully, but these errors were encountered:
Terraform Version
v0.14.8
Affected Data
Terraform Configuration Files
Expected Behavior
folder.zip deflates to folder
Actual Behavior
folder.zip deflates to the contents of folder not the folder itself
Steps to Reproduce
mkdir folder
touch folder/file{1,2}
terraform apply
unzip folder
The text was updated successfully, but these errors were encountered: