forked from devcontainers-extra/features
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevcontainer-feature.json
More file actions
21 lines (21 loc) 路 938 Bytes
/
Copy pathdevcontainer-feature.json
File metadata and controls
21 lines (21 loc) 路 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"id": "tfcdk-cli",
"version": "1.0.3",
"name": "Terraform CDK CLI (via npm)",
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/tfcdk-cli",
"description": "Cloud Development Kit for Terraform (CDKTF) allows you to use familiar programming languages to define and provision infrastructure. This gives you access to the entire Terraform ecosystem without learning HashiCorp Configuration Language (HCL) and lets you leverage the power of your existing toolchain for testing, dependency management, etc.",
"options": {
"version": {
"default": "latest",
"description": "Select the version to install.",
"proposals": [
"latest"
],
"type": "string"
}
},
"installsAfter": [
"ghcr.io/devcontainers-extra/features/npm-package",
"ghcr.io/devcontainers/features/node"
]
}