From d3c0092711b183c47e16944deeaf450a91a0d2b8 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 15 Mar 2024 10:26:58 -0700 Subject: [PATCH] CODEOWNERS: kubernetes backend is maintained by tf-eco-hybrid-cloud We're trying to standardize on using teams rather than individuals because that way the membership will get managed automatically by other processes rather than us having to maintain the sets directly in this file. I asked internally and the answer was that this team best represents the set of individuals who share responsibility for maintaining this backend. --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 2f350c5f61..ce6c7324bb 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -17,7 +17,7 @@ #/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 @jrhouston @alexsomesan +/internal/backend/remote-state/kubernetes @hashicorp/tf-eco-hybrid-cloud # Provisioners builtin/provisioners/file @hashicorp/terraform-core