mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[GH-ISSUE #161] Docker image uses older opentofu and generates errors with new modules #93
Labels
No labels
bug
enhancement
enhancement
good first issue
good first issue
good first issue
pipeline
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/terravision#93
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @djryanj on GitHub (Jan 23, 2026).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/161
The current
latestdocker image (sha256:65e5fb10e74f1b6209f5a3ebda3c64248286d3e05dac0571a2a9b4b75387635e) uses opentofu (which is mostly fine, but see below for a suggestion) version1.10.6.However, modules downloaded require e.g.,
>=1.11.1. See log:This isn't specifically a terravision project problem, because it seems like the latest
opentofupackage inapkis1.10.6.That said, I have 3 suggestions:
Thanks for the great project, btw!
@patrickchugh commented on GitHub (Jan 24, 2026):
Thanks for bringing this up. I changed the DockerFile image back to using original Terraform for now. People can always replace it with OpenTofu if they want later.