Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 794 Bytes

File metadata and controls

36 lines (24 loc) · 794 Bytes

name: HCL2 parsing error about: Template for reporting a bug related to parsing HCL2 code title: '' labels: bug assignees: kkozik-amplify


Describe the bug

A clear and concise description of what the bug is.

Software:

  • OS: [macOS / Windows / Linux]
  • Python version (e.g. 3.9.21)
  • python-hcl2 version (e.g. 7.0.0)

Snippet of HCL2 code causing the unexpected behaviour:

locals {
  foo = "bar"
}

Expected behavior

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.

Exception traceback (if applicable):