We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6324818 commit 2c0c409Copy full SHA for 2c0c409
manifest/provider/configure.go
@@ -642,7 +642,7 @@ func (s *RawProviderServer) canExecute() (resp []*tfprotov5.Diagnostic) {
642
resp = append(resp, &tfprotov5.Diagnostic{
643
Severity: tfprotov5.DiagnosticSeverityError,
644
Summary: "Incompatible terraform version",
645
- Detail: fmt.Sprintf("This provider requires Terraform %s or above", minTFVersion),
+ Detail: fmt.Sprintf("The `kubernetes_manifest` resource requires Terraform %s or above", minTFVersion),
646
})
647
}
648
return
0 commit comments