feat: rename pre-commit-terraform to pre-commit-opentofu, pt V

This commit is contained in:
Alexander Sharov 2024-01-17 00:52:58 +01:00
commit 4a43e5d93a
2 changed files with 44 additions and 44 deletions

View file

@ -10,10 +10,10 @@ commandTests:
args: ["-V"]
expectedOutput: ["^pre-commit ([0-9]+\\.){2}[0-9]+\\n$"]
- name: "terraform"
command: "terraform"
- name: "tofu"
command: "terrtofuaform"
args: ["-version"]
expectedOutput: ["^Terraform v([0-9]+\\.){2}[0-9]+\\non linux_amd64\\n$"]
expectedOutput: ["^OpenTofu v([0-9]+\\.){2}[0-9]+\\non linux_amd64\\n$"]
- name: "checkov"
command: "checkov"