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

.tf files are not counted #113

Open
trahloff opened this issue Mar 19, 2019 · 1 comment
Open

.tf files are not counted #113

trahloff opened this issue Mar 19, 2019 · 1 comment

Comments

@trahloff
Copy link

OS: Windows 10
loc: 0.4.1

test.tf

resource "aws_s3_bucket" "b" {
  bucket = "my-tf-test-bucket"
  acl    = "private"

  tags = {
    Name        = "My bucket"
    Environment = "Dev"
  }
}

Expected Output: 1 File, 9 Lines, 1 Blank, 0 Comment, 8 Code

Output: 0 File, 0 Lines, 0 Blank, 0 Comment, 0 Code

image

@trahloff
Copy link
Author

@danielgrant, any idea?

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

No branches or pull requests

1 participant