Skip to content

Commit 58e81f6

Browse files
build: Automated lockfile update
This PR updates the devcontainer features to the latest versions detected by the 'scripts/feature_lock.sh' script. :robot: This PR was created by a GitHub Action # Features Changelog ## terraform (1.3.26 -> 1.3.27) | Package | From | To | | --- | --- | --- | | terraform | `1.15.7-1` | `1.15.8-1` | Co-authored-by: Bart Venter <bartventer@outlook.com>
1 parent 0e3c4c8 commit 58e81f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/terraform/devcontainer-feature-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
{
44
"name": "terraform",
5-
"version": "1.15.7-1",
5+
"version": "1.15.8-1",
66
"versionScheme": "archlinux"
77
}
88
]

src/terraform/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "terraform",
3-
"version": "1.3.26",
3+
"version": "1.3.27",
44
"name": "Terraform, tflint, and TFGrunt",
55
"documentationURL": "https://github.com/bartventer/arch-devcontainer-features/tree/main/src/terraform",
66
"description": "Installs the Terraform CLI and optionally Terragrunt and TFLint. Auto-detects latest version and installs needed dependencies.",

0 commit comments

Comments
 (0)