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 263b68d commit 5dfc814Copy full SHA for 5dfc814
pkg/tfgen/installation_docs.go
@@ -402,6 +402,7 @@ func getDefaultHeadersToSkip() []*regexp.Regexp {
402
regexp.MustCompile("[Tt]erraform CLI"),
403
regexp.MustCompile("[Tt]erraform Cloud"),
404
regexp.MustCompile("Delete Protection"),
405
+ regexp.MustCompile("[Cc]ontributing"),
406
}
407
return defaultHeaderSkipRegexps
408
0 commit comments