diff options
author | Stefan Drzazga <stefan.drzazga@gmail.com> | 2023-02-15 22:59:31 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 22:59:31 +0300 |
commit | 900cbfc1f98ca13f99055cf3197e688e21bb0022 (patch) | |
tree | 62f294ca07a72eb8480caa2270b1df0f0e98d03c /src/terraform/devcontainer-feature.json | |
parent | 4a9929f96485061e3778b35848e21d7c3c193480 (diff) |
Add sentinel to terraform feature (#452)feature_terraform_1.2.0
* Introducing Sentinel installation
* Modifying docs for sentinel
* Modifying tests for sentinel
* Revert "Modifying docs for sentinel"
This reverts commit 818894b22fe022d29d59d3748ddd6103616773a6.
* Modifying docs for sentinel
* Fixing duplication issue for sentinel url
* Update src/terraform/install.sh
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Increase minor version
---------
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
Diffstat (limited to 'src/terraform/devcontainer-feature.json')
-rw-r--r-- | src/terraform/devcontainer-feature.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/terraform/devcontainer-feature.json b/src/terraform/devcontainer-feature.json index 99c052b..bd6f1cc 100644 --- a/src/terraform/devcontainer-feature.json +++ b/src/terraform/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "terraform", - "version": "1.1.2", + "version": "1.2.0", "name": "Terraform, tflint, and TFGrunt", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/terraform", "description": "Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects latest version and installs needed dependencies.", @@ -33,6 +33,11 @@ "default": "latest", "description": "Terragrunt version" }, + "installSentinel": { + "type": "boolean", + "default": false, + "description": "Install sentinel, a language and framework for policy built to be embedded in existing software to enable fine-grained, logic-based policy decisions" + }, "installTFsec": { "type": "boolean", "default": false, |