Skip to content

Commit

Permalink
use any 2.x version of kreuzwerker/docker (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfi-hashicorp authored May 12, 2023
1 parent 1715872 commit f30c0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sprawl/internal/tfgen/prelude.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
docker = {
source = "kreuzwerker/docker"
version = "2.11.0"
version = "~> 2.0"
}
}
required_version = ">= 0.13"
Expand Down

0 comments on commit f30c0df

Please sign in to comment.