From 8d721c1cce38a1d48ff2300aab7a59c8fac7170e Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 23 Sep 2024 15:32:28 +0200 Subject: [PATCH 1/3] fix: rename tfgrunt to terragrunt --- src/terraform/README.md | 2 +- src/terraform/devcontainer-feature.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/terraform/README.md b/src/terraform/README.md index 199c566d6..dd439df54 100644 --- a/src/terraform/README.md +++ b/src/terraform/README.md @@ -1,5 +1,5 @@ -# Terraform, tflint, and TFGrunt (terraform) +# Terraform, tflint, and Terragrunt (terraform) Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects latest version and installs needed dependencies. diff --git a/src/terraform/devcontainer-feature.json b/src/terraform/devcontainer-feature.json index 3193f25af..454dc99c3 100644 --- a/src/terraform/devcontainer-feature.json +++ b/src/terraform/devcontainer-feature.json @@ -1,7 +1,7 @@ { "id": "terraform", "version": "1.3.8", - "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": { From e4f68a39e15d197cccbc17bb82ea0827c25ab31e Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 24 Sep 2024 03:33:44 +0200 Subject: [PATCH 2/3] Update devcontainer-feature.json Co-authored-by: Samruddhi Khandale --- src/terraform/devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/terraform/devcontainer-feature.json b/src/terraform/devcontainer-feature.json index 454dc99c3..b7fa91546 100644 --- a/src/terraform/devcontainer-feature.json +++ b/src/terraform/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "terraform", - "version": "1.3.8", + "version": "1.3.9", "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.", From 37b34bdca7259190617ce4cacc3e93d5c312f398 Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 2 Oct 2024 14:29:04 +0200 Subject: [PATCH 3/3] Update src/terraform/README.md --- src/terraform/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/terraform/README.md b/src/terraform/README.md index dd439df54..199c566d6 100644 --- a/src/terraform/README.md +++ b/src/terraform/README.md @@ -1,5 +1,5 @@ -# Terraform, tflint, and Terragrunt (terraform) +# Terraform, tflint, and TFGrunt (terraform) Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects latest version and installs needed dependencies.