Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit e2f4fcb

Browse files
authored
fix(git-clone): update the required provider version (#95)
1 parent 08162f5 commit e2f4fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-clone/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
coder = {
66
source = "coder/coder"
7-
version = ">= 0.11"
7+
version = ">= 0.12"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)