Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
tf-scaleway:
image: hashicorp/terraform:1.5.7
image: hashicorp/terraform:1.9.8
user: ${DOCKER_USER:-1000}
working_dir: /app/scaleway
environment:
Expand All @@ -12,7 +12,7 @@ services:
- ./scaleway:/app/scaleway
- ./common:/app/common
tf-ovh:
image: hashicorp/terraform:1.5.7
image: hashicorp/terraform:1.9.8
user: ${DOCKER_USER:-1000}
working_dir: /app/ovh
environment:
Expand All @@ -23,7 +23,7 @@ services:
- ./ovh:/app/ovh
- ./common:/app/common
tf-standalone:
image: hashicorp/terraform:1.5.7
image: hashicorp/terraform:1.9.8
user: ${DOCKER_USER:-1000}
working_dir: /app/standalone
environment:
Expand All @@ -34,7 +34,7 @@ services:
- ./standalone:/app/standalone
- ./common:/app/common
tf-bucket-ovh:
image: hashicorp/terraform:1.5.7
image: hashicorp/terraform:1.9.8
user: ${DOCKER_USER:-1000}
working_dir: /app/state_bucket
environment:
Expand Down