provider-jet-aws
provider-jet-aws copied to clipboard
Update terrajet commit and check the time linting takes
Description of your changes
Related #108
The following commit of terrajet is used: https://github.com/crossplane/terrajet/commit/fd4224b01b71afd3ce883008857151eeb5c59773
Then we can compare the two jobs to check whether this change helps us.
I have:
- [x] Read and followed Crossplane's contribution process.
- [x] Run
make reviewable test
to ensure this PR is ready for review.
How has this code been tested
Local run results for linting:
With generated single terraformed file:
14:10:44 [ .. ] golangci-lint
14:11:01 [ OK ] golangci-lint
Without generated single terraformed file:
14:03:15 [ .. ] golangci-lint
14:04:51 [ OK ] golangci-lint
It seems that there is an improvement here. However, at this point, it would be logical to consider the working cache mechanisms.