opentofu/CODEOWNERS
Line: 5: incorrect codeowner organization: hashicorp/terraform-core Line: 5: no users/groups matched Line: 8: incorrect codeowner organization: hashicorp/terraform-azure Line: 8: no users/groups matched Line: 9: incorrect codeowner organization: hashicorp/terraform-google Line: 9: no users/groups matched Line: 10: incorrect codeowner organization: hashicorp/terraform-aws Line: 10: no users/groups matched
2020-02-03 16:47:11 -05:00

11 lines
481 B
Plaintext

# Each line is a file pattern followed by one or more owners.
# More on CODEOWNERS files: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
# Terraform Core default ownership
* @hashicorp/terraform-core
# Remote-state backends
/backend/remote-state/azure @hashicorp/terraform-azure
/backend/remote-state/gcs @hashicorp/terraform-google
/backend/remote-state/s3 @hashicorp/terraform-aws