opentofu/CODEOWNERS
Line: 5: incorrect codeowner organization: hashicorp/terraform-azure Line: 5: no users/groups matched Line: 6: incorrect codeowner organization: hashicorp/terraform-google Line: 6: no users/groups matched Line: 7: incorrect codeowner organization: hashicorp/terraform-aws Line: 7: no users/groups matched Line: 8: incorrect codeowner user: likexian Line: 8: no users/groups matched
Li Kexian 76e5b446ba
backend/cos: Add TencentCloud backend cos with lock (#22540)
* add TencentCloud COS backend for remote state

* add vendor of dependence

* fixed error not handle and remove default value for prefix argument

* get appid from TF_COS_APPID environment variables
2020-02-13 11:37:11 -05:00

8 lines
428 B
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
# Remote-state backends
/backend/remote-state/azure @hashicorp/terraform-azure
/backend/remote-state/gcs @hashicorp/terraform-google
/backend/remote-state/s3 @hashicorp/terraform-aws
/backend/remote-state/s3 @likexian