Skip to content

Latest commit

 

History

History
124 lines (114 loc) · 5.91 KB

bug_report.yml

File metadata and controls

124 lines (114 loc) · 5.91 KB
NameAboutLabelsAssignees
Bug ReportLet us know about an unexpected error, a crash, or an incorrect behavior.bug,new

Thank you for opening an issue.

The hashicorp/terraform issue tracker is reserved for bug reports relating to the core Terraform CLI application and configuration language.

For general usage questions, please see: https://www.terraform.io/community.html.

If your issue relates to:

Filing a bug report

To fix problems, we need clear reproduction cases - we need to be able to see it happen locally. A reproduction case is ideally something a Terraform Core engineer can git-clone or copy-paste and run immediately, without inventing any details or context.

  • A short example can be directly copy-pasteable; longer examples should be in separate git repositories, especially if multiple files are needed
  • Please include all needed context. For example, if you figured out that an expression can cause a crash, put the expression in a variable definition or a resource
  • Set defaults on (or omit) any variables. The person reproducing it should not need to invent variable settings
  • If multiple steps are required, such as running terraform twice, consider scripting it in a simple shell script. Providing a script can be easier than explaining what changes to make to the config between runs.
  • Omit any unneeded complexity: remove variables, conditional statements, functions, modules, providers, and resources that are not needed to trigger the bug
  • When possible, use the null resource provider rather than a real provider in order to minimize external dependencies. We know this isn't always feasible. The Terraform Core team doesn't have deep domain knowledge in every provider, or access to every cloud platform for reproduction cases.

Run terraform version to show the version, and paste the result below. If you are not running the latest version of Terraform, please try upgrading because your issue may have already been fixed.

Paste the relevant parts of your Terraform configuration between the ``` marks below. For Terraform configs larger than a few resources, or that involve multiple files, please make a GitHub repository that we can clone, rather than copy-pasting multiple files in here.

Full debug output can be obtained by running Terraform with the environment variable TF_LOG=trace. Please create a GitHub Gist containing the debug output. Please do not paste the debug output in the issue, since debug output is long. Debug output may contain sensitive information. Please review it before posting publicly.

What should have happened?

What actually happened?

Please list the full steps required to reproduce the issue, for example:

  1. terraform init
  2. terraform apply

Are there anything atypical about your situation that we should know?
For example: is Terraform running in a wrapper script or in a CI system? Are you passing any unusual command line options or environment variables to opt-in to non-default behavior?"

Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:

  - #6017

Note: If the submit button is disabled and you have filled out all required fields, please check that you did not forget a Title for the issue.