Skip to content

Commit 13c496d

Browse files
committed
♻️ Feedback
1 parent 0b59d64 commit 13c496d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

features/src/terraform/CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
- Added `tflint`
1616

17-
1817
## [1.0.0] - 2024-05-13
1918

2019
### Changed

features/src/terraform/devcontainer-feature.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@
33
"version": "1.1.0",
44
"name": "Terraform",
55
"documentationURL": "https://github.com/ministryofjustice/.devcontainer/tree/main/features/src/terraform",
6-
"description": "Installs the Terraform CLI + tflint",
6+
"description": "Installs the Terraform CLI and tflint",
77
"options": {
88
"terraformCliVersion": {
99
"type": "string",
1010
"description": "Version of the Terraform CLI to install",
1111
"proposals": ["latest"],
1212
"default": "latest"
13+
},
14+
"tflintVersion": {
15+
"type": "string",
16+
"description": "Version of the tflint to install",
17+
"proposals": ["latest"],
18+
"default": "latest"
1319
}
1420
},
1521
"customizations": {

features/src/terraform/install-tflint.sh

-2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,4 @@ unzip "tflint_${VERSION_STRIP_V}_linux_${ARCHITECTURE}.zip"
2727

2828
install --owner=vscode --group=vscode --mode=775 tflint /usr/local/bin/tflint
2929

30-
install --owner=vscode --group=vscode --mode=775 "$(dirname "${0}")"/src/home/vscode/.devcontainer/featurerc.d/tflint-cli.sh /home/vscode/.devcontainer/featurerc.d/tflint-cli.sh
31-
3230
rm --recursive --force tflint "tflint_${VERSION_STRIP_V}_linux_${ARCHITECTURE}.zip"

features/src/terraform/src/home/vscode/.devcontainer/featurerc.d/tflint-cli.sh

-3
This file was deleted.

0 commit comments

Comments
 (0)