1
0
mirror of https://github.com/hashicorp/terraform.git synced 2026-02-05 15:46:27 +01:00
Files
terraform/CODEOWNERS
Line: 6: no users/groups matched Line: 16: no users/groups matched Line: 19: no users/groups matched Line: 20: no users/groups matched Line: 23: no users/groups matched Line: 24: no users/groups matched Line: 28: no users/groups matched Line: 29: no users/groups matched Line: 32: no users/groups matched Line: 33: no users/groups matched Line: 34: no users/groups matched
Radek Simko 6d11e670c1 website: (Re)Move markdown documentation (#37417)
* website: (Re)Move markdown documentation

* make: remove website targets

* gitignore: remove website paths

* CODEOWNERS: remove website paths

* gh/ISSUE_TEMPLATE: Direct folks to unified repo for docs

* Readme: Update link to docs

* Update refs to website folder

* Re-add Readme.md with a warning and link to the unified repo
2025-08-11 11:25:18 +02:00

35 lines
1.9 KiB
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
# 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
# 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.
# Remote-state backend # Maintainer
/internal/backend/remote-state/azure @hashicorp/terraform-core @hashicorp/terraform-azure
#/internal/backend/remote-state/consul Unmaintained
#/internal/backend/remote-state/cos @likexian
/internal/backend/remote-state/gcs @hashicorp/terraform-core @hashicorp/tf-eco-hybrid-cloud
/internal/backend/remote-state/http @hashicorp/terraform-core
#/internal/backend/remote-state/oss @xiaozhu36
#/internal/backend/remote-state/pg @remilapeyre
/internal/backend/remote-state/s3 @hashicorp/terraform-core @hashicorp/terraform-aws
/internal/backend/remote-state/kubernetes @hashicorp/terraform-core @hashicorp/tf-eco-hybrid-cloud
#/internal/backend/remote-state/oci @ravinitp @pvkrishnachaitanya
# Cloud backend
/internal/backend/remote @hashicorp/terraform-core @hashicorp/tf-core-cloud
/internal/cloud @hashicorp/terraform-core @hashicorp/tf-core-cloud
# Provisioners
builtin/provisioners/file @hashicorp/terraform-core
builtin/provisioners/local-exec @hashicorp/terraform-core
builtin/provisioners/remote-exec @hashicorp/terraform-core