diff options
Diffstat (limited to 'src/terraform')
-rw-r--r-- | src/terraform/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/terraform/README.md b/src/terraform/README.md index 5a003ad..ba4357d 100644 --- a/src/terraform/README.md +++ b/src/terraform/README.md @@ -7,7 +7,7 @@ Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects la ```json "features": { - "devcontainers/features/terraform@latest": { + "ghcr.io/devcontainers/features/terraform:1": { "version": "latest" } } @@ -23,4 +23,4 @@ Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects la --- -_Note: This file was auto-generated from the [devcontainer-feature.json](./devcontainer-feature.json)._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/terraform/devcontainer-feature.json)._ |