Skip to content

Commit

Permalink
internal/schemas: Bump TF version requirement to ~> 1 (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Jun 17, 2021
1 parent b88ef40 commit 0d9bbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/schemas/gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const terraformBlock = `terraform {
required_version = "~> 0.13"
required_version = "~> 1"
required_providers {
{{ range $i, $p := . }}
{{ $p.Name }}-{{ $i }} = {
Expand Down

0 comments on commit 0d9bbdc

Please sign in to comment.