Skip to content

Commit

Permalink
fix(rules): add more package for Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Sep 13, 2023
1 parent 8c7fbe6 commit e0098c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/rules/spec/nodejs/__snapshots__/component.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ exports[`npm > should match everything 1`] = `
"supabase.storage",
"sveltejs",
"tailwind",
"terraform",
"tinybird",
"twilio",
"typescript",
Expand Down Expand Up @@ -749,6 +750,11 @@ exports[`npm > should match everything 2`] = `
"browserstack",
"0.0.0",
],
[
"npm",
"cdktf",
"0.0.0",
],
[
"npm",
"contentful",
Expand Down
2 changes: 2 additions & 0 deletions src/rules/spec/terraform/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ register({
dependencies: [
{ type: 'githubAction', name: 'hashicorp/setup-terraform' },
{ type: 'githubAction', name: 'hashicorp/terraform-cdk-action' },
{ type: 'npm', name: 'cdktf' },
// {type: 'python', name: 'cdktf'}
],
detect: [detectTerraformLockfile, detectTerraformResource],
});

0 comments on commit e0098c4

Please sign in to comment.