Giter VIP home page Giter VIP logo

Comments (8)

cytopia avatar cytopia commented on July 18, 2024 1

@MaxymVlasov @antonbabenko I managed to create a fix without the requirement for terraform fmt beforehand. Can you guys give it a try:

docker run --rm \
  -v $(pwd):/data \
  cytopia/terraform-docs:0.6.0-release-0.11 \
  terraform-docs-replace-012 \
    --sort-inputs-by-required \
    --with-aggregate-type-defaults md README.md

If this works, I'll create a PR

from pre-commit-terraform.

MaxymVlasov avatar MaxymVlasov commented on July 18, 2024

Hello @cytopia,
Here is another bug-feature request for terraform_docs_awk.
Bug I propose fixing via patch, but it's temporaty solution and not add to README full variable type.

Feature request (and awk script) may be dissmised after implemented terraform-docs/terraform-docs#62 (comment). But when it will be...

from pre-commit-terraform.

cytopia avatar cytopia commented on July 18, 2024

@MaxymVlasov I was already playing around with this one, but it is kind of tough.

It could probably be much easier solved If I can assume that terraform fmt has always been applied beforehand, but not sure If that would be good.

from pre-commit-terraform.

antonbabenko avatar antonbabenko commented on July 18, 2024

Well, if terraform fmt will make code in a way that terraform_docs always understand we can make it as a hard requirement and ask everyone to have something like this:

repos:
  - repo: git://github.com/antonbabenko/pre-commit-terraform
    rev: v1.19.0
    hooks:
      - id: terraform_fmt
      - id: terraform_docs

from pre-commit-terraform.

cytopia avatar cytopia commented on July 18, 2024

What should this type evaluate to?

  type = list(
    object({
      # description = string
      cidr_blocks = string
      from_port   = number
      to_port     = number
      protocol    = string
    })
  )

Should it be just list or list(object) or list(map(object)) or something else in TF 0.11.x?

from pre-commit-terraform.

antonbabenko avatar antonbabenko commented on July 18, 2024

This is not valid for 0.11, so it has to be treated as type = list which is valid in both 0.11 and 0.12.

from pre-commit-terraform.

cytopia avatar cytopia commented on July 18, 2024

The valid types I found for 0.11 are:

  • list
  • list(map(string))
  • list(string)

So the above case should eval to list then?

from pre-commit-terraform.

MaxymVlasov avatar MaxymVlasov commented on July 18, 2024

It works much better then my crutch. Thank you a lot @cytopia @antonbabenko

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.