Skip to content

Commit 2c0c409

Browse files
Update manifest/provider/configure.go
Co-authored-by: John Houston <[email protected]>
1 parent 6324818 commit 2c0c409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest/provider/configure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ func (s *RawProviderServer) canExecute() (resp []*tfprotov5.Diagnostic) {
642642
resp = append(resp, &tfprotov5.Diagnostic{
643643
Severity: tfprotov5.DiagnosticSeverityError,
644644
Summary: "Incompatible terraform version",
645-
Detail: fmt.Sprintf("This provider requires Terraform %s or above", minTFVersion),
645+
Detail: fmt.Sprintf("The `kubernetes_manifest` resource requires Terraform %s or above", minTFVersion),
646646
})
647647
}
648648
return

0 commit comments

Comments
 (0)