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

Definition is not set on object attribute #48

Closed
Zorin95670 opened this issue Jan 20, 2023 · 0 comments · Fixed by #49
Closed

Definition is not set on object attribute #48

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

Comments

@Zorin95670
Copy link
Member

Describe the bug

When we use the aws metadata with this tf:

resource "aws_elb" "aws_elb_620fea2f" {
  listener {
    lb_port = 404
    value = "test"
  }
  test {
    value = 1
  }
}

The attributes listener and lb_port don't have definition even if its exists in the metadata.

@Zorin95670 Zorin95670 added the Bug Something isn't working label Jan 20, 2023
@Zorin95670 Zorin95670 self-assigned this Jan 20, 2023
@Zorin95670 Zorin95670 moved this to In Progress in Demo Société Général Jan 20, 2023
@Zorin95670 Zorin95670 moved this from In Progress to In review in Demo Société Général Jan 23, 2023
@github-project-automation github-project-automation bot moved this from In review to Done in Demo Société Général Jan 23, 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