crossplane-contrib / provider-jet-aws

AWS Provider for Crossplane that is built with Terrajet.
https://crossplane.io
Apache License 2.0
37 stars 30 forks source link

Update terrajet commit and check the time linting takes #171

Open sergenyalcin opened 2 years ago

sergenyalcin commented 2 years ago

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:

How has this code been tested

sergenyalcin commented 2 years ago

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.