Skip to content

Commit

Permalink
♻️ Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary-H9 committed Aug 22, 2024
1 parent 0b59d64 commit 13c496d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion features/src/terraform/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added `tflint`


## [1.0.0] - 2024-05-13

### Changed
Expand Down
8 changes: 7 additions & 1 deletion features/src/terraform/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@
"version": "1.1.0",
"name": "Terraform",
"documentationURL": "https://github.com/ministryofjustice/.devcontainer/tree/main/features/src/terraform",
"description": "Installs the Terraform CLI + tflint",
"description": "Installs the Terraform CLI and tflint",
"options": {
"terraformCliVersion": {
"type": "string",
"description": "Version of the Terraform CLI to install",
"proposals": ["latest"],
"default": "latest"
},
"tflintVersion": {
"type": "string",
"description": "Version of the tflint to install",
"proposals": ["latest"],
"default": "latest"
}
},
"customizations": {
Expand Down
2 changes: 0 additions & 2 deletions features/src/terraform/install-tflint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ unzip "tflint_${VERSION_STRIP_V}_linux_${ARCHITECTURE}.zip"

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

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

rm --recursive --force tflint "tflint_${VERSION_STRIP_V}_linux_${ARCHITECTURE}.zip"

This file was deleted.

0 comments on commit 13c496d

Please sign in to comment.