Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions src/aws-cli/README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@

# cdk (cdk)
# aws-cli (aws-cli)

Install and configure CDK.
Install and configure aws-cli.

## Example Usage

```json
"features": {
"ghcr.io/bananalab/devcontainer-features/cdk:0": {
"ghcr.io/bananalab/devcontainer-features/aws-cli:0": {
"version": "latest"
}
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | CDK version | string | latest |



---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/bananalab/devcontainer-features/blob/main/src/cdk/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/bananalab/devcontainer-features/blob/main/src/aws-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
1 change: 1 addition & 0 deletions src/tfenv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Install and configure tfenv.
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | tfenv version | string | latest |
| terraform_version | Default Terraform version | string | latest |



Expand Down