flat-spoon-77530
03/03/2024, 8:10 AMsquare-psychiatrist-19087
03/03/2024, 9:02 AMcheck
goal. For example, mypy type checker works this way, you can find the code in pants github repoflat-spoon-77530
03/03/2024, 9:12 AMfast-nail-55400
03/03/2024, 10:50 AMfast-nail-55400
03/03/2024, 10:51 AMTerraformInitRequest
and TerraformInitResponse
typesfast-nail-55400
03/03/2024, 10:51 AMTransitiveTargetsRequest
https://github.com/pantsbuild/pants/blob/c15e54e5c8100a7d8638589bc6f675a95e7c49e9/src/python/pants/backend/terraform/dependencies.py#L126-L128flat-spoon-77530
03/04/2024, 7:52 AMcheck
goal with some of the code already present in the TerraformInitRequest
.careful-address-89803
03/07/2024, 2:46 AMterraform init
would do.
the tfsec linter was added before we had the machinery to pull in everything. You can look at how the check
or experimental-deploy
goals are implemented in TF, since those use an initialised terraform instance.flat-spoon-77530
03/07/2024, 3:09 PMcheck
indeed and got things working 🙂