Skip to content

Commit 22207a0

Browse files
committed
chore: add terraform registry manifest
1 parent 0ed19f0 commit 22207a0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

sonar-project.properties

+2
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ sonar.organization=inventium-tech
1414

1515
sonar.go.tests.reportPaths=acc-test.log,unit-test.log
1616
sonar.go.coverage.reportPaths=unit-test.lcov,acc-test.lcov,acc-test.log
17+
sonar.coverage.exclusions=**/*_test.go
18+
sonar.cpd.exclusions=**/*_test.go

terraform-registry-manifest.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"version": 1,
3+
"metadata": {
4+
"protocol_versions": ["6.0"]
5+
}
6+
}

0 commit comments

Comments
 (0)