File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 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+ ```
You can’t perform that action at this time.
0 commit comments