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

Add ability to parse/pretty attribute references. #3

Closed
wants to merge 1 commit into from

Conversation

mjgpy3
Copy link

@mjgpy3 mjgpy3 commented Oct 26, 2019

Example from some real terraform I have

resource "aws_lambda_function" "get_item_by_id" {
  function_name    = "get-item-by-id"
  filename         = data.archive_file.get_item_by_id_zip.output_path
  source_code_hash = data.archive_file.get_item_by_id_zip.output_base64sha256
  role             = aws_iam_role.lambda.arn
  handler          = "lambda.handler"

  runtime = "python3.7"
}

@ketzacoatl
Copy link

This seems to start down the path for supporting HCL2 (#7).

Is there a reason why this hasn't been merged? It seems like a necessary update.

@mjgpy3 mjgpy3 closed this Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants