From 9cfb8797ae7bd10cd2c89bbb07c0be1e48886196 Mon Sep 17 00:00:00 2001 From: Chris Doherty Date: Mon, 11 Feb 2019 15:52:19 -0800 Subject: [PATCH] First pass at adding CODEOWNERS to link remote-state backends with maintainers of the associated providers. --- CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..218352e86 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,4 @@ +# remote-state backends. +/backend/remote-state/azure @terraform-azure +/backend/remote-state/gcs @terraform-google +/backend/remote-state/s3 @terraform-aws