Skip to content

Commit

Permalink
Update manifest/provider/configure.go
Browse files Browse the repository at this point in the history
Co-authored-by: John Houston <[email protected]>
  • Loading branch information
alexsomesan and jrhouston committed Aug 3, 2021
1 parent 6324818 commit 2c0c409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest/provider/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ func (s *RawProviderServer) canExecute() (resp []*tfprotov5.Diagnostic) {
resp = append(resp, &tfprotov5.Diagnostic{
Severity: tfprotov5.DiagnosticSeverityError,
Summary: "Incompatible terraform version",
Detail: fmt.Sprintf("This provider requires Terraform %s or above", minTFVersion),
Detail: fmt.Sprintf("The `kubernetes_manifest` resource requires Terraform %s or above", minTFVersion),
})
}
return
Expand Down

0 comments on commit 2c0c409

Please sign in to comment.