Skip to content

Commit fd3c67d

Browse files
authored
Merge pull request hashicorp#254 from hashicorp/fix-link-to-3g
Fix link to really point to 3g policies readme
2 parents 020800e + 9a5f8c8 commit fd3c67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

governance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
Sentinel gives operations teams the governance capabilities they need to ensure that all infrastructure provisioned with Terraform Enterprise complies with their organization's provisioning rules. The files under this directory and its sub-directories provide some sample Sentinel policies for AWS, Microsoft Azure, Google Cloud Platform (GCP), and VMware as well as some cloud-agnostic policies.
44

5-
The policies are grouped into [first-generation](./first-generation), [second-generation](./second-generation), and [third-generation](./third-generation) directories. The first-generation policies were created in 2018. The second-generation policies were created in 2019 and made significant [improvements](./second-generation/README.md#improvements) including better information for resources that violated policies. Both the first-generation and the second-generation policies used the original v1 versions of the tfplan, tfstate, and tfconfig imports. The third-generation policies were created in 2020 and use the v2 versions of those imports. The third-generation policies also use [Sentinel Modules](https://docs.hashicorp.com/sentinel/extending/modules/) which allow the policies to be much shorter than the second-generation policies. You can read more about the important characterizations of the third-generation policies [here](./second-generation/README.md#important-characterizations-of-the-new-policies).
5+
The policies are grouped into [first-generation](./first-generation), [second-generation](./second-generation), and [third-generation](./third-generation) directories. The first-generation policies were created in 2018. The second-generation policies were created in 2019 and made significant [improvements](./second-generation/README.md#improvements) including better information for resources that violated policies. Both the first-generation and the second-generation policies used the original v1 versions of the tfplan, tfstate, and tfconfig imports. The third-generation policies were created in 2020 and use the v2 versions of those imports. The third-generation policies also use [Sentinel Modules](https://docs.hashicorp.com/sentinel/extending/modules/) which allow the policies to be much shorter than the second-generation policies. You can read more about the important characterizations of the third-generation policies [here](./third-generation/README.md#important-characterizations-of-the-new-policies).
66

77
Note, however, that the v2 imports can only be used with Terraform 0.12 and higher. We encourage users who are only enforcing policies against Terraform 0.12 and higher to use the third-generation policies and to model new policies on them. But if you still need to enforce policies against Terraform 0.11 configurations, then you should use the second-generation policies.

0 commit comments

Comments
 (0)