Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing error when we have object inside object #41

Closed
Zorin95670 opened this issue Jan 18, 2023 · 0 comments · Fixed by #42
Closed

Parsing error when we have object inside object #41

Zorin95670 opened this issue Jan 18, 2023 · 0 comments · Fixed by #42
Assignees
Labels
Bug Something isn't working

Comments

@Zorin95670
Copy link
Member

Describe the bug

When we try to parse a tf like:

data "aws_ami" "web" {
  filter {
    name = "state"
    test {
      value = 8
      test2 {
        value  = 9
      }
    }
  }
}

We have an unexpected parsing error.

So, the parser can't manage object inside object. We have to fix it !

@Zorin95670 Zorin95670 added the Bug Something isn't working label Jan 18, 2023
@Zorin95670 Zorin95670 self-assigned this Jan 18, 2023
@Zorin95670 Zorin95670 moved this to In Progress in Demo Société Général Jan 18, 2023
@Zorin95670 Zorin95670 moved this from In Progress to In review in Demo Société Général Jan 18, 2023
@github-project-automation github-project-automation bot moved this from In review to Done in Demo Société Général Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant