From dda25d1bd6b27f5900c0d144990de191bba5a01e Mon Sep 17 00:00:00 2001 From: Nara Kasbergen Kwon <855115+xiehan@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:26:31 +0100 Subject: [PATCH] github: Update CODEOWNERS (#36000) --- CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 14ac082e5992..45df4db8d5ba 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -13,15 +13,15 @@ # make GitHub consider this file invalid if not commented. # Remote-state backend # Maintainer -/internal/backend/remote-state/azure @hashicorp/terraform-azure +/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/tf-eco-hybrid-cloud +/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-aws -/internal/backend/remote-state/kubernetes @hashicorp/tf-eco-hybrid-cloud +/internal/backend/remote-state/s3 @hashicorp/terraform-core @hashicorp/terraform-aws +/internal/backend/remote-state/kubernetes @hashicorp/terraform-core @hashicorp/tf-eco-hybrid-cloud # Provisioners builtin/provisioners/file @hashicorp/terraform-core