Skip to content

Commit

Permalink
fix(terraform): Not adding dynamic blocks attributes to attributes (#…
Browse files Browse the repository at this point in the history
…3872)

* Not adding dynamic attributes to attributes

* Add dynamic_attributes to TerraformBlock

* Add to_list

* Add arg for dynamic

* Add arg for dynamic

* Add UT

* Fix UT

* Adding UTs

* Skipping nested UT for now.
  • Loading branch information
ChanochShayner authored and actions-user committed Nov 15, 2022
1 parent 7637bd1 commit 898ca02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admissioncontroller/checkov-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.2.58
checkov==2.2.59
2 changes: 1 addition & 1 deletion checkov/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.2.58'
version = '2.2.59'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.2.58
checkov==2.2.59

0 comments on commit 898ca02

Please sign in to comment.