-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Terragrunt is a widely adopted additional "layer" on top of Terraform to structure the code for different environments as well as it provides more functionality to keep Terraform clean.
In context of tfvc, Terragrunt allows for a few things:
- direct specification of a Terraform module in a terrgrunt.hcl file via
tfr:///link - automated generation of required_providers and version constraints
For the support, I believe the first step would be to disable via a flag these two errors:
terraform FAILED Missing version constraints
provider 'aws' FAILED Missing provider definition
That'd allow TFVC show warnings for .tf files without failing hard. Next step would be to allow pointing to Terragrunt directories instead of Terraform directories although I'm aware that this'd be a much bigger chunk of code to add
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels