Skip to content

Commit

Permalink
chore: updated devcontainer configuration
Browse files Browse the repository at this point in the history
Updated the devcontainer.json file to use a newer version of the Terraform feature (1.6.2) and TFLint (0.48.0). Also enabled the installation of TFSec and Terraform Docs.
  • Loading branch information
stefanfreitag committed Oct 23, 2023
1 parent ba7f51b commit 7ca9e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"version": "latest"
},
"ghcr.io/devcontainers/features/terraform:1": {
"version": "1.5.0",
"tflint": "0.47.0",
"version": "1.6.2",
"tflint": "0.48.0",
"installTFsec": "true",
"installTerraformDocs": "true"
},
Expand Down

0 comments on commit 7ca9e0e

Please sign in to comment.