Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/pluginshared/binary.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func (v BinaryManager) resolveRelease() (*Binary, error) {

// Unarchive
unzip := getter.ZipDecompressor{
FilesLimit: 1,
FilesLimit: 3, // plugin binary, .version file, and LICENSE.txt
FileSizeLimit: 500 * MB,
}
targetPath := v.binaryLocation()
Expand Down
2 changes: 1 addition & 1 deletion internal/pluginshared/stacksbinary.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func NewStacksBinaryManager(ctx context.Context, stacksPluginDataDir, overridePa
overridePath: overridePath,
host: svchost.Hostname(serviceURL.Host),
client: client,
binaryName: "terraform-stacksplugin",
binaryName: "tfstacks",
pluginName: "stacksplugin",
goos: goos,
arch: arch,
Expand Down