Skip to content

Commit 0de0302

Browse files
committed
remove type import for 0.13.1
1 parent 7cdcb14 commit 0de0302

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

governance/second-generation/cloud-agnostic/http-examples/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Sentinel HTTP Import and Parameters Examples
22
This directory contains examples of using the [HTTP import](https://docs.hashicorp.com/sentinel/imports/http) and [policy parameters](https://docs.hashicorp.com/sentinel/language/parameters) that were added in the Sentinel 0.13.0 runtime. Policy parameters allow you to specify API credentials without storing them in your policies which would be undesirable since policies are stored in VCS repositories.
33

4+
Be sure to use Sentinel 0.13.1 or higher with these policies since Sentinel 0.13.0 had a bug that prevented the second policy from working.
5+
46
## Policies
57
There are currently two example policies in this directory:
68
* [check-external-http-api.sentinel](./check-external-http-api.sentinel)

governance/second-generation/cloud-agnostic/http-examples/use-latest-module-versions.sentinel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import "tfconfig"
1212
import "http"
1313
import "strings"
1414
import "json"
15-
import "types"
1615

1716
##### Parameters #####
1817

0 commit comments

Comments
 (0)