Skip to content

Commit 26d57c5

Browse files
authored
chore: update OpenTofu version to latest (#239)
Co-authored-by: Christian Lechner <[email protected]>
1 parent 5b3359e commit 26d57c5

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.devcontainer/default/devcontainer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
// Features to add to the dev container. More info: https://containers.dev/features.
55
"features": {
66
"ghcr.io/devcontainers/features/terraform:1": {},
7-
"ghcr.io/devcontainers/features/github-cli:1": {}
7+
"ghcr.io/devcontainers/features/github-cli:1": {},
8+
"ghcr.io/robbert229/devcontainer-features/opentofu:1": {
9+
"version": "1.10.0"
10+
}
811
},
912
"customizations": {
1013
"vscode": {
@@ -24,4 +27,4 @@
2427
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2528
// "forwardPorts": [],
2629
"remoteUser": "vscode"
27-
}
30+
}

.devcontainer/withenvfile/devcontainer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
// Features to add to the dev container. More info: https://containers.dev/features.
55
"features": {
66
"ghcr.io/devcontainers/features/terraform:1": {},
7-
"ghcr.io/devcontainers/features/github-cli:1": {}
7+
"ghcr.io/devcontainers/features/github-cli:1": {},
8+
"ghcr.io/robbert229/devcontainer-features/opentofu:1": {
9+
"version": "1.10.0"
10+
}
811
},
912
"customizations": {
1013
"vscode": {
@@ -32,4 +35,4 @@
3235
"--env-file",
3336
".devcontainer/devcontainer.env"
3437
]
35-
}
38+
}

.github/workflows/test-opentofu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
contents: read
1515

1616
env:
17-
LATEST_VERSION: 1.9.*
17+
LATEST_VERSION: 1.10.*
1818

1919
jobs:
2020
# Ensure project builds before running the testing matrix
@@ -53,6 +53,7 @@ jobs:
5353
- '1.7.*'
5454
- '1.8.*'
5555
- '1.9.*'
56+
- '1.10.*'
5657
steps:
5758
- uses: actions/checkout@v4
5859
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5

0 commit comments

Comments
 (0)