We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88ef40 commit 0d9bbdcCopy full SHA for 0d9bbdc
internal/schemas/gen/gen.go
@@ -21,7 +21,7 @@ import (
21
)
22
23
const terraformBlock = `terraform {
24
- required_version = "~> 0.13"
+ required_version = "~> 1"
25
required_providers {
26
{{ range $i, $p := . }}
27
{{ $p.Name }}-{{ $i }} = {
0 commit comments