Skip to content

Commit 4759e17

Browse files
authored
chore(dogfood): allow provider minor version updates (#17554)
1 parent 4f70b59 commit 4759e17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dogfood/coder/main.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ terraform {
22
required_providers {
33
coder = {
44
source = "coder/coder"
5-
version = "2.3.0"
5+
version = "~> 2.0"
66
}
77
docker = {
88
source = "kreuzwerker/docker"
9-
version = "~> 3.0.0"
9+
version = "~> 3.0"
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)