Ensure terraform docker compatibility with github actions (#39988)

Co-authored-by: Jorge Falcon <22119513+BCTBB@users.noreply.github.com>
This commit is contained in:
Robert Fairburn
2026-02-17 15:09:50 -05:00
committed by GitHub
co-authored by Jorge Falcon
parent b99c5cf432
commit dac2ef18f0
4 changed files with 74 additions and 76 deletions
@@ -6,7 +6,7 @@ terraform {
}
docker = {
source = "kreuzwerker/docker"
version = "> 2.16.0"
version = "3.6.2"
}
git = {
source = "metio/git"