declapract-typescript-ehmpathy 0.35.9 → 0.35.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (20) hide show
  1. package/dist/useCases.yml +3 -1
  2. package/package.json +1 -1
  3. /package/dist/practices/{terraform → terraform-aws}/best-practice/provision/aws/environments/dev/main.tf +0 -0
  4. /package/dist/practices/{terraform → terraform-aws}/best-practice/provision/aws/environments/dev/versions.tf +0 -0
  5. /package/dist/practices/{terraform → terraform-aws}/best-practice/provision/aws/environments/prod/main.tf +0 -0
  6. /package/dist/practices/{terraform → terraform-aws}/best-practice/provision/aws/environments/prod/versions.tf +0 -0
  7. /package/dist/practices/{terraform → terraform-aws}/best-practice/provision/aws/environments/test/main.tf +0 -0
  8. /package/dist/practices/{terraform → terraform-aws}/best-practice/provision/aws/environments/test/versions.tf +0 -0
  9. /package/dist/practices/{terraform → terraform-aws}/best-practice/provision/aws/product/variables.tf +0 -0
  10. /package/dist/practices/{terraform → terraform-common}/bad-practices/terraform-dir/.declapract.readme.md +0 -0
  11. /package/dist/practices/{terraform → terraform-common}/bad-practices/terraform-dir/provision/terraform/<star><star>/.gitignore.declapract.ts +0 -0
  12. /package/dist/practices/{terraform → terraform-common}/bad-practices/terraform-dir/provision/terraform/<star><star>/<star>.hcl.declapract.ts +0 -0
  13. /package/dist/practices/{terraform → terraform-common}/bad-practices/terraform-dir/provision/terraform/<star><star>/<star>.tf.declapract.ts +0 -0
  14. /package/dist/practices/{terraform → terraform-common}/best-practice/.terraform-version +0 -0
  15. /package/dist/practices/{terraform → terraform-common}/best-practice/package.json +0 -0
  16. /package/dist/practices/{terraform → terraform-common}/best-practice/package.json.declapract.ts +0 -0
  17. /package/dist/practices/{terraform → terraform-github}/best-practice/provision/github/environment/import-existing-repo.sh +0 -0
  18. /package/dist/practices/{terraform → terraform-github}/best-practice/provision/github/environment/main.tf +0 -0
  19. /package/dist/practices/{terraform → terraform-github}/best-practice/provision/github/environment/versions.tf +0 -0
  20. /package/dist/practices/{terraform → terraform-github}/best-practice/provision/github/product/repository.tf +0 -0
package/dist/useCases.yml CHANGED
@@ -40,7 +40,9 @@ use-cases:
40
40
  - node-service
41
41
  - runtime-type-checking
42
42
  - serverless
43
- - terraform
43
+ - terraform-common
44
+ - terraform-github
45
+ - terraform-aws
44
46
  - tests-service
45
47
  - uuid
46
48
  lambda-service-with-rds:
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "declapract-typescript-ehmpathy",
3
3
  "author": "ehmpathy",
4
4
  "description": "declapract best practices declarations for typescript",
5
- "version": "0.35.9",
5
+ "version": "0.35.10",
6
6
  "license": "MIT",
7
7
  "main": "src/index.js",
8
8
  "repository": "ehmpathy/declapract-typescript-ehmpathy",