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

pull/98/head
Muhammad Atif Ali 2 years ago committed by GitHub
parent 08162f5894
commit e2f4fcba4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save