-
Notifications
You must be signed in to change notification settings - Fork 379
Closed
Description
HI guys.
I have a repo with similar structure:
.
├── .tflint.hcl
├── development
│ ├── script1.tf
│ ├── script2.tf
│ └── script3.tf
└── modules
├── module1
│ ├── script1.1.tf
│ └── script1.2.tf
├── module2
│ └── script2.1.tf
└── module3
├── script3.1.tf
├── script3.2.tf
└── script3.3.tf
Is it possible to use just one .tflint.hcl
and run lint for all modules and environments by one command from repo root? Maybe someone has some ideas?
anderseknert, un-kit, SerhiiK, wyardley, flyck and 5 more
Metadata
Metadata
Assignees
Labels
No labels