2020-02-03 16:47:11 -05:00
|
|
|
# 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
|
|
|
|
|
|
2024-11-08 04:46:14 -05:00
|
|
|
# The rules are evaluated in order, if a file matches multiple patterns, the last match "wins".
|
|
|
|
|
# We want to have a default rule for all files
|
|
|
|
|
* @hashicorp/terraform-core
|
|
|
|
|
|
2024-03-14 21:27:08 -04:00
|
|
|
# Entries that are commented out have maintainers that are not in the
|
|
|
|
|
# HashiCorp organization and so cannot be automatically added as reviewers.
|
|
|
|
|
#
|
|
|
|
|
# We retain those as documentation of who agreed to maintain, but they
|
|
|
|
|
# cannot be used automatically by GitHub's pull request workflow and would
|
|
|
|
|
# make GitHub consider this file invalid if not commented.
|
|
|
|
|
|
2025-04-30 10:33:26 -04:00
|
|
|
# Remote-state backend # Maintainer
|
2024-11-14 10:26:31 -05:00
|
|
|
/internal/backend/remote-state/azure @hashicorp/terraform-core @hashicorp/terraform-azure
|
2024-03-14 21:27:08 -04:00
|
|
|
#/internal/backend/remote-state/consul Unmaintained
|
|
|
|
|
#/internal/backend/remote-state/cos @likexian
|
2024-11-14 10:26:31 -05:00
|
|
|
/internal/backend/remote-state/gcs @hashicorp/terraform-core @hashicorp/tf-eco-hybrid-cloud
|
2021-05-18 11:37:49 -04:00
|
|
|
/internal/backend/remote-state/http @hashicorp/terraform-core
|
2024-03-14 21:27:08 -04:00
|
|
|
#/internal/backend/remote-state/oss @xiaozhu36
|
|
|
|
|
#/internal/backend/remote-state/pg @remilapeyre
|
2024-11-14 10:26:31 -05:00
|
|
|
/internal/backend/remote-state/s3 @hashicorp/terraform-core @hashicorp/terraform-aws
|
|
|
|
|
/internal/backend/remote-state/kubernetes @hashicorp/terraform-core @hashicorp/tf-eco-hybrid-cloud
|
2025-04-30 10:33:26 -04:00
|
|
|
#/internal/backend/remote-state/oci @ravinitp @pvkrishnachaitanya
|
2020-03-31 16:13:50 -04:00
|
|
|
|
2025-04-15 05:47:13 -04:00
|
|
|
# Cloud backend
|
|
|
|
|
/internal/backend/remote @hashicorp/terraform-core @hashicorp/tf-core-cloud
|
|
|
|
|
/internal/cloud @hashicorp/terraform-core @hashicorp/tf-core-cloud
|
|
|
|
|
|
2020-03-31 16:13:50 -04:00
|
|
|
# Provisioners
|
2020-04-01 15:32:47 -04:00
|
|
|
builtin/provisioners/file @hashicorp/terraform-core
|
|
|
|
|
builtin/provisioners/local-exec @hashicorp/terraform-core
|
|
|
|
|
builtin/provisioners/remote-exec @hashicorp/terraform-core
|