Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion src/terraform/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Terraform, tflint, and TFGrunt (terraform)
# Terraform, tflint, and Terragrunt (terraform)
Comment thread
kevcube marked this conversation as resolved.
Outdated

Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects latest version and installs needed dependencies.

Expand Down
2 changes: 1 addition & 1 deletion src/terraform/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "terraform",
"version": "1.3.8",
Comment thread
kevcube marked this conversation as resolved.
Outdated
"name": "Terraform, tflint, and TFGrunt",
"name": "Terraform, tflint, and Terragrunt",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/terraform",
"description": "Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects latest version and installs needed dependencies.",
"options": {
Expand Down