fix(git-clone): update the required provider version (#95)

This commit is contained in:
Muhammad Atif Ali
2023-10-26 12:39:12 +03:00
committed by GitHub
parent 08162f5894
commit e2f4fcba4a

View File

@@ -4,7 +4,7 @@ terraform {
required_providers {
coder = {
source = "coder/coder"
version = ">= 0.11"
version = ">= 0.12"
}
}
}