provider-jet-aws icon indicating copy to clipboard operation
provider-jet-aws copied to clipboard

Update terrajet commit and check the time linting takes

Open sergenyalcin opened this issue 2 years ago • 1 comments

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

sergenyalcin avatar Mar 16 '22 11:03 sergenyalcin

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.

sergenyalcin avatar Mar 16 '22 11:03 sergenyalcin