Skip to content

Commit 0d9bbdc

Browse files
authored
internal/schemas: Bump TF version requirement to ~> 1 (hashicorp#557)
1 parent b88ef40 commit 0d9bbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/schemas/gen/gen.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
const terraformBlock = `terraform {
24-
required_version = "~> 0.13"
24+
required_version = "~> 1"
2525
required_providers {
2626
{{ range $i, $p := . }}
2727
{{ $p.Name }}-{{ $i }} = {

0 commit comments

Comments
 (0)