Skip to content

Commit db23875

Browse files
committed
update version support
1 parent 3fea551 commit db23875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

governance/second-generation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ Most of the second-generation policies and functions currently use the `tfplan`
4747
New policies that use the tfconfig import will require the addition of mock-tfconfig-pass.sentinel and mock-tfconfig-fail.sentinel files that mock the configuration of relevant resources. Policies that use the tfstate import will require the addition of mock-tfstate-pass.sentinel and mock-tfstate-fail.sentinel files that mock the state of relevant resources. The pass.json and fail.json files would have to be modified to refer to these additional mock files. You can look at the test cases of the two policies mentioned to see how these files should be configured. Note that unlike the `tfplan` and `tfstate` imports, the `tfconfig` import does not have a `terraform_version` key, so there is no need to create 0.11 and 0.12 mocks for policies that use the `tfconfig` import.
4848

4949
## Terraform Support
50-
These policies have been fully tested with Terraform 0.11.14. Only limited testing has been done with Terraform 0.12.
50+
Most of these policies have been tested with Terraform 0.11.14 and 0.12.3.

0 commit comments

Comments
 (0)