Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(terraform): don’t warn for unknown type
  • Loading branch information
rarkins committed Jul 5, 2020
1 parent 01b54a0 commit 6ec460b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manager/terraform/extract.ts
Expand Up @@ -70,7 +70,7 @@ export function extractPackageFile(content: string): PackageFile | null {
}
/* istanbul ignore next */
default:
logger.warn(
logger.trace(
`Could not identify TerraformDependencyType ${terraformDependency.groups.type} on line ${lineNumber}.`
);
break;
Expand Down

0 comments on commit 6ec460b

Please sign in to comment.