Loading...
Loading...
### Terraform Version ```shell tf --version Terraform v1.13.0 on darwin_arm64 ``` ### Terraform Configuration Files The issue is not in regard to a terraform config, but the binary itself. ### Debug Output The issue is not in regard to a terraform config, but the binary itself. ``` terraform stacks -help ``` ``` terraform stacks Usage: terraform stacks [global options] [args] The available commands for execution are listed below. Main commands: init Prepare the configuration directory for further commands validate Check whether the configuration is valid version Show the current Stacks Plugin version providers-lock Write out dependency locks for the configured providers fmt Reformat your Terraform Stacks configuration to a canonical format ``` ### Expected Behavior Based on the changelog, `terraform stacks -help` should show usage details. ### Actual Behavior ``` terraform stacks -help ``` ### Steps to Reproduce 1. Install terraform version 1.13.0 2. Run `terraform stacks -help` ### Additional Context Seems like the below reference is firing and returning an empty string. ``` func (c *StacksCommand) Help() string { helpText := new(bytes.Buffer) if exitCode := c.realRun([]string{}, helpText, io.Discard); exitCode != 0 { return "" // This returns empty string when plugin fails } return helpText.String() } ``` ### References _No response_ ### Generative AI / LLM assisted development? _No response_
Click on a version to see all relevant bugs
Terraform Integration
Learn more about where this data comes from
Bug Scrub Advisor
Streamline upgrades with automated vendor bug scrubs
BugZero Enterprise
Wish you caught this bug sooner? Get proactive today.