aboutsummaryrefslogtreecommitdiff
path: root/src/terraform/README.md
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-06-22 21:51:39 +0300
committerGitHub <noreply@github.com>2022-06-22 21:51:39 +0300
commit939170b10ccb34f6a5cdad869f3cda8a429cd3e3 (patch)
tree26a19717f204166ce6b737db9262ea0f8c5be7b7 /src/terraform/README.md
parent43fd91f7b38f4ba8674ccafb10e8f392a0f433b4 (diff)
parentf03d64feae7d6e65bd6c1bd3689698a79a7c5532 (diff)
Merge branch 'main' of https://github.com/devcontainers/features
Diffstat (limited to 'src/terraform/README.md')
-rw-r--r--src/terraform/README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/terraform/README.md b/src/terraform/README.md
index cd6bb67..5a003ad 100644
--- a/src/terraform/README.md
+++ b/src/terraform/README.md
@@ -6,14 +6,11 @@ Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects la
## Example Usage
```json
-"features": [
- {
- "id": "devcontainers/features/terraform@latest",
- "options": {
+"features": {
+ "devcontainers/features/terraform@latest": {
"version": "latest"
}
- }
-]
+}
```
## Options