Skip to content

README.md indentation issue on terraform_tflint hooks multiple arguments #113

@os-virtualretail

Description

@os-virtualretail
In order to pass multiple args, try the following:
```yaml
 - id: terraform_tflint
    args:
      - 'args=--deep'
      - 'args=--enable-rule=terraform_documented_variables'
```

should be

In order to pass multiple args, try the following:
```yaml
 - id: terraform_tflint
   args:
      - 'args=--deep'
      - 'args=--enable-rule=terraform_documented_variables'
```

there is one more space with args: so it fails. it needs to be aligned with previous line

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions