Giter VIP home page Giter VIP logo

Comments (4)

BastianM3 avatar BastianM3 commented on July 17, 2024

@spongebrain just ran into the same issue on 0.12.

I think it might be because of the new nested block syntax. Instead of:

something {
 property = 1
}

Something like this is wanted by Terraform:

something = {
 property = 1
}

from pre-commit-terraform.

antonbabenko avatar antonbabenko commented on July 17, 2024

@spongebrain mktemp is magic. :( Please use v1.16.0 where this was fixed (see c9ecd72).

from pre-commit-terraform.

spongebrain avatar spongebrain commented on July 17, 2024

The TMPDIR issue is resolved at v1.16.0. Thanks much!!!

Insofar as the LBRACE vs ASSIGN issue...we're adopting the new v12 HCL format, and thus don't want to revert the code back to 11 syntax. Are there plans to address that in a future version?

from pre-commit-terraform.

antonbabenko avatar antonbabenko commented on July 17, 2024

I am not sure that LBRACE vs ASSIGN issue you are talking about has anything to do with terraform-docs.

terraform-docs requires a code to look like Terraform 0.11 to be able to process it. This is what awk script is doing in a temporary folder.

You should be able to use Terraform 0.12 and let the terraform_docs hook do the magic.

from pre-commit-terraform.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.