chore: add the guide about Terraform Configuration in Bug Report (#139)

This commit is contained in:
Shunsuke Suzuki 2021-03-12 05:15:11 +09:00 committed by GitHub
parent 97ed39e2d9
commit f774e64849
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,12 @@ If you are running into one of these scenarios, we recommend opening an issue in
# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key: https://keybase.io/hashicorp
# The code should be runnable for maintainers to reproduce the problem.
# We can't reproduce the problem with partial code.
# Don't include unknown input variables, local values, resources, etc.
# If you can reproduce the problem with public Docker images, please don't use private Docker images.
# Don't include unneeded resources to reproduce the problem.
# Don't set unneeded attributes to reproduce the problem.
```
### Debug Output