drop Stefan from AWS access

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-05-24 18:21:09 +02:00
parent 6a2a801190
commit 98d2161467
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ variable "log_stores_count" {
variable "nimbus_team_members" {
description = "List of Nimbus team members with Console access."
type = list(string)
default = ["stefantalpalaru"]
default = []
}