From 700182dc7aef71d0ab954933dcb9e677834ebb77 Mon Sep 17 00:00:00 2001 From: Petros Kolyvas Date: Tue, 31 Mar 2020 16:13:50 -0400 Subject: [PATCH] Fixed etcdv3 maintainer and added provisioners --- CODEOWNERS | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index d3fd73548a..6d7e310b69 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,17 +1,26 @@ # 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 backend -/backend/remote-state/artifactory Unmaintained -/backend/remote-state/azure @hashicorp/terraform-azure -/backend/remote-state/consul @hashicorp/consul -/backend/remote-state/cos @likexian -/backend/remote-state/etcdv2 Unmaintained -/backend/remote-state/etcdv2 @bmcstdio -/backend/remote-state/gcs @hashicorp/terraform-google -/backend/remote-state/http Unmaintained -/backend/remote-state/manta Unmaintained -/backend/remote-state/oss @xiaozhu36 -/backend/remote-state/pg Unmaintained -/backend/remote-state/s3 @hashicorp/terraform-aws -/backend/remote-state/swift Unmaintained \ No newline at end of file +# Remote-state backend # Maintainer +/backend/remote-state/artifactory Unmaintained +/backend/remote-state/azure @hashicorp/terraform-azure +/backend/remote-state/consul @hashicorp/consul +/backend/remote-state/cos @likexian +/backend/remote-state/etcdv2 Unmaintained +/backend/remote-state/etcdv3 @bmcstdio +/backend/remote-state/gcs @hashicorp/terraform-google +/backend/remote-state/http Unmaintained +/backend/remote-state/manta Unmaintained +/backend/remote-state/oss @xiaozhu36 +/backend/remote-state/pg Unmaintained +/backend/remote-state/s3 @hashicorp/terraform-aws +/backend/remote-state/swift Unmaintained + +# Provisioners +builtin/provisioners/chef Unmaintained +builtin/provisioners/file @hashicorp/terraform-core +builtin/provisioners/habitat Unmaintained +builtin/provisioners/local-exec @hashicorp/terraform-core +builtin/provisioners/puppet Unmaintained +builtin/provisioners/remote-exec @hashicorp/terraform-core +builtin/provisioners/salt-masterless Unmaintained \ No newline at end of file