Skip to content

Commit

Permalink
feat(terraform): connect module resource to provider (#6083)
Browse files Browse the repository at this point in the history
* connect module resource to provider

* add test cases for this module provider

* fix imports

* fix everything according to comments

* remove unused import

* fix the common import

---------

Co-authored-by: Max Amelchenko <mamelchenko@paloaltonetworks.com>
  • Loading branch information
2 people authored and actions-user committed Mar 13, 2024
1 parent 5426f9c commit c8011d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checkov/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '3.2.36'
version = '3.2.37'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==3.2.36
checkov==3.2.37

0 comments on commit c8011d3

Please sign in to comment.