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

`coder_script` was introduced in [`v0.12.0`](https://registry.terraform.io/providers/coder/coder/0.12.0/docs/resources/script) and does not work on versions below this.
pull/95/head
Muhammad Atif Ali 2 years ago committed by GitHub
parent 08162f5894
commit 30b0cd19bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save