Update codeowners file with real handles
This commit is contained in:
parent
80ab551867
commit
a0e6a83931
14
CODEOWNERS
14
CODEOWNERS
|
@ -1,4 +1,10 @@
|
||||||
# remote-state backends.
|
# Each line is a file pattern followed by one or more owners.
|
||||||
/backend/remote-state/azure @terraform-azure
|
# More on CODEOWNERS files: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
|
||||||
/backend/remote-state/gcs @terraform-google
|
|
||||||
/backend/remote-state/s3 @terraform-aws
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue