From c6ea84dd6a68a1be1e95bd9b4113217bdf93b175 Mon Sep 17 00:00:00 2001 From: Simon Sprankel Date: Wed, 26 Jun 2024 11:15:54 +0200 Subject: [PATCH] Add member to async-events team --- variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/variables.tf b/variables.tf index 0f0f239..6f66fae 100644 --- a/variables.tf +++ b/variables.tf @@ -210,6 +210,7 @@ variable "teams" { description = "Team collaborating on the mageos-async-events repository." members = [ "gowrizrh", + "avstudnitz", ] }