yoshi
yoshi
# Description of the bug `be-any-of` constraint in HCL does not recognize the strings properly. # Steps to Reproduce target code ``` resource "google_container_cluster" "bad_example" { logging_service = "none" }...
# Description of the bug A pattern matching in quotations does not work properly. # Steps to Reproduce rule ``` version: "1" rules: - id: "test" title: "test" language: hcl...
# Description of the bug `rewrite` does not overwrite the target block when it implements in empty blocks. # Steps to Reproduce target code ``` resource "google_container_cluster" "bad_example" { example_policy...