generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 47
/
CODEOWNERS
Validating CODEOWNERS rules...
47 lines (37 loc) · 1.98 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence
* @hashicorp/cloud-core-platform-systems @hashicorp/cloud-core-platform-surfaces
# all iam resources and clients are owned by the cloud-identity team
*iam* @hashicorp/cloud-identity
# all Consul resources and clients are owned by the cloud-consul team
*consul* @hashicorp/cloud-consul
/internal/consul/ @hashicorp/cloud-consul
# all Networking resources and clients are owned by the cloud-platform-systems team
*hvn* @hashicorp/hcp-managed-services-ind
*aws* @hashicorp/hcp-managed-services-ind
*azure* @hashicorp/hcp-managed-services-ind
*peering* @hashicorp/hcp-managed-services-ind
# all Packer resources and clients are owned by the cloud-packer team
*packer* @hashicorp/cloud-packer
# all Vault resources and clients are owned by the vault-cloud team.
**/vault* @hashicorp/vault-cloud
# all Vault Secrets resources and clients are owned by cloud-vault-secrets team
# Don't move these vault secret patterns above the vault patterns. Because, the vault patterns matches
# vault secrets ones and that only selects vault-cloud team as the code owner.
*vaultsecrets* @hashicorp/cloud-vault-secrets
*vault_secrets* @hashicorp/cloud-vault-secrets
*vault-secrets* @hashicorp/cloud-vault-secrets
# all Boundary resources and clients are owned by the boundary-cloud team
*boundary* @hashicorp/boundary-cloud
# all Waypoint resources and clients are owned by the waypoint team
**/waypoint @hashicorp/cloud-waypoint
# Statuspage.io configuration is owned by the Core SRE team
/internal/provider/statuspage.go @hashicorp/core-sre
/internal/providersdkv2/statuspage.go @hashicorp/core-sre
# all Vault Radar resources and clients are owned by the vault-scanning team
*vaultradar* @hashicorp/vault-scanning
*vault_radar* @hashicorp/vault-scanning
*vault-radar* @hashicorp/vault-scanning
**/vaultradar/* @hashicorp/vault-scanning
**/vaultradar* @hashicorp/vault-scanning
**/hcp_vault_radar* @hashicorp/vault-scanning