Skip to content

Commit 16e3199

Browse files
committed
minor fix to README
1 parent 1a6725f commit 16e3199

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

governance/third-generation/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ These new third-generation policies have several important characteristics:
3333

3434
## Common Functions
3535
You can find most of the common functions used in the third-generation policies in the Sentinel modules in the [common functions](./common-functions) directory:
36-
* [tfplan-functions.sentinel](./common-functions/tfplan-functions)
37-
* [tfstate-functions.sentinel](./common-functions/tfstate-functions)
38-
* [tfconfig-functions.sentinel](./common-functions/tfconfig-functions)
39-
* [tfrun-functions.sentinel](./common-functions/tfrun-functions)
36+
* [tfplan-functions](./common-functions/tfplan-functions)
37+
* [tfstate-functions](./common-functions/tfstate-functions)
38+
* [tfconfig-functions](./common-functions/tfconfig-functions)
39+
* [tfrun-functions](./common-functions/tfrun-functions)
4040

41-
There are also some functions used to validate assumed roles for the AWS provider in [aws-functions.sentinel](./aws/aws-functions).
41+
There are also some functions used to validate assumed roles for the AWS provider in [aws-functions](./aws/aws-functions).
4242

4343
Unlike the second-generation common functions that were each defined in a separate file, all of the common functions that use any of the 4 Terraform Sentinel imports (tfplan/v2, tfstate/v2, tfconfig/v2, and tfrun) are defined in a single file. This makes it easier to import all of the functions that use one of those imports into the Sentinel CLI test cases and Terraform Cloud policy sets, since those only need a single stanza such as this one for each module:
4444
```

0 commit comments

Comments
 (0)