We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6b5a9 commit 4da158cCopy full SHA for 4da158c
1 file changed
.github/ISSUE_TEMPLATE/hcl2-parsing-error.md
@@ -0,0 +1,32 @@
1
+---
2
+name: HCL2 parsing error
3
+about: Template for reporting a bug related to parsing HCL2 code
4
+title: ''
5
+labels: bug
6
+assignees: kkozik-amplify
7
+
8
9
10
+**Describe the bug**
11
12
+A clear and concise description of what the bug is.
13
14
+**Software:**
15
+ - OS: [macOS / Windows / Linux]
16
+ - Python version (e.g. 3.9.21)
17
+ - python-hcl2 version (e.g. 7.0.0)
18
19
+**Snippet of HCL2 code causing the unexpected behaviour:**
20
+```terraform
21
+locals {
22
+ foo = "bar"
23
+}
24
+```
25
+**Expected behavior**
26
27
+A clear and concise description of what you expected to happen, e.g. python dictionary or JSON you expected to receive as a result of parsing.
28
29
+**Exception traceback (if applicable)**:
30
31
32
0 commit comments