From a58a86114b37966f1f027012d8ce36b8e1113534 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 27 Oct 2022 23:16:44 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/aws-cli/README.md | 12 ++++-------- src/direnv/README.md | 1 - src/gcloud/README.md | 10 +++++----- src/gomplate/README.md | 10 +++++----- src/tfenv/README.md | 1 + 5 files changed, 15 insertions(+), 19 deletions(-) diff --git a/src/aws-cli/README.md b/src/aws-cli/README.md index 3a56556..e14f293 100644 --- a/src/aws-cli/README.md +++ b/src/aws-cli/README.md @@ -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`._ diff --git a/src/direnv/README.md b/src/direnv/README.md index f28de07..b613f68 100644 --- a/src/direnv/README.md +++ b/src/direnv/README.md @@ -18,7 +18,6 @@ Install and configure direnv. | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| | version | direnv version | string | latest | -| auto_allow_workspaces | Automatically allow direnv within /workspaces? | boolean | true | diff --git a/src/gcloud/README.md b/src/gcloud/README.md index 3a56556..7208074 100644 --- a/src/gcloud/README.md +++ b/src/gcloud/README.md @@ -1,13 +1,13 @@ -# cdk (cdk) +# gcloud (gcloud) -Install and configure CDK. +Install and configure gcloud. ## Example Usage ```json "features": { - "ghcr.io/bananalab/devcontainer-features/cdk:0": { + "ghcr.io/bananalab/devcontainer-features/gcloud:0": { "version": "latest" } } @@ -17,10 +17,10 @@ Install and configure CDK. | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| version | CDK version | string | latest | +| version | gcloud 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/gcloud/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/gomplate/README.md b/src/gomplate/README.md index 54cc6a3..476afd3 100644 --- a/src/gomplate/README.md +++ b/src/gomplate/README.md @@ -1,13 +1,13 @@ -# terraform-docs (terraform-docs) +# gomplate (gomplate) -Install and configure terraform-docs. +Install and configure gomplate. ## Example Usage ```json "features": { - "ghcr.io/bananalab/devcontainer-features/terraform-docs:0": { + "ghcr.io/bananalab/devcontainer-features/gomplate:0": { "version": "latest" } } @@ -17,10 +17,10 @@ Install and configure terraform-docs. | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| version | terraform-docs version | string | latest | +| version | gomplate version | string | latest | --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/bananalab/devcontainer-features/blob/main/src/terraform-docs/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/gomplate/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/tfenv/README.md b/src/tfenv/README.md index 61ad012..f598863 100644 --- a/src/tfenv/README.md +++ b/src/tfenv/README.md @@ -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 |