mongodb / terraform-provider-mongodbatlas

Terraform MongoDB Atlas Provider: Deploy, update, and manage MongoDB Atlas infrastructure as code through HashiCorp Terraform
https://registry.terraform.io/providers/mongodb/mongodbatlas
Mozilla Public License 2.0
230 stars 167 forks source link

chore: Improves performance in codehealth checks #2287

Closed lantoli closed 1 month ago

lantoli commented 1 month ago

Description

Improves performance in codehealth checks using cache.

This allows to start running acc tests about 30s after commits are pushed instead of about 3-4m.

Caches are only created in master to avoid hitting the 10G cache limit. They're not created per branch as they are not so useful and branches can use the caches in master.

Link to any related issue(s):

Type of change:

Required Checklist:

Further comments