diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7f887323..5db5bd3a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -48,10 +48,17 @@ body: Tip: You can attach your HCL files and Terraform scripts here by clicking this area to highlight it and then dragging files in. placeholder: | - 1. Go to '...' - 2. Click on '....' - 3. Scroll down to '....' - 4. See error + 1. Execute a `terraform init` + 2. Execute a `terraform apply` with the following configuration + + ```hcl + + ``` + 3. Adjust the configuration: + + ```hcl + + ``` validations: required: false - type: textarea