generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathCODEOWNERS
Validating CODEOWNERS rules...
22 lines (17 loc) · 1.16 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence
* @hashicorp/cloud-experiences-tooling
# all Consul resources and clients are owned by the cloud-consul team
*consul* @hashicorp/cloud-consul @hashicorp/cloud-experiences-tooling
/internal/consul/ @hashicorp/cloud-consul @hashicorp/cloud-experiences-tooling
# all Networking resources and clients are owned by the cloud-control-plane team
*hvn* @hashicorp/cloud-control-plane @hashicorp/cloud-experiences-tooling
*aws* @hashicorp/cloud-control-plane @hashicorp/cloud-experiences-tooling
*azure* @hashicorp/cloud-control-plane @hashicorp/cloud-experiences-tooling
*peering* @hashicorp/cloud-control-plane @hashicorp/cloud-experiences-tooling
# all Packer resources and clients are owned by the cloud-packer team
*packer* @hashicorp/cloud-packer @hashicorp/cloud-experiences-tooling
# all Vault resources and clients are owned by the vault-cloud team
*vault* @hashicorp/vault-cloud @hashicorp/cloud-experiences-tooling
# Statuspage.io configuration is owned by the Core SRE team
/internal/provider/provider.go @hashicorp/core-sre @hashicorp/cloud-experiences-tooling