hashicorp / terraform-exec

Terraform CLI commands via Go.
https://pkg.go.dev/github.com/hashicorp/terraform-exec
Mozilla Public License 2.0
661 stars 111 forks source link

github: Create CODEOWNERS file #457

Closed xiehan closed 2 months ago

bflad commented 4 months ago

Are we sure this is the correct syntax?

If you want to match two or more code owners with the same pattern, all the code owners must be on the same line. If the code owners are not on the same line, the pattern matches only the last mentioned code owner.

Refer also to the currently working terraform-json CODEOWNERS: https://github.com/hashicorp/terraform-json/blob/5e08e15af60aeaeb1ee04686fbb2f6e9de819840/CODEOWNERS

xiehan commented 4 months ago

Interesting, I hadn't seen that before, thanks for the callout!