mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-23 07:33:32 -06:00
11 lines
481 B
Plaintext
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
|